Files
emacs/src
Eli Zaretskii e3ec84fd7d Ensure mini-window is resized to show active minibuffer contents
* src/keyboard.c (read_char, command_loop_1): Resize the
mini-window after clearing the echo area while minibuffer is
active.  (Bug#38645)
2019-12-30 18:00:17 +02:00
..
2019-09-23 00:12:52 -07:00
2019-10-01 23:15:03 +03:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-09-15 20:12:33 -07:00
2019-09-16 14:05:03 -07:00
2019-11-04 17:39:12 +02:00
2019-04-10 21:00:47 -07:00
2019-07-07 12:33:35 -07:00
2019-06-27 12:35:09 -07:00
2019-04-26 10:39:24 +03:00
2019-12-16 01:58:14 +02:00
2019-10-01 04:33:28 +02:00
2019-07-01 21:12:55 +03:00
2019-12-14 14:22:35 -08:00
2019-12-29 20:08:38 +01:00
2019-08-24 15:55:08 -07:00
2019-12-10 20:05:49 -08:00
2019-05-07 12:28:10 -07:00
2019-11-21 16:39:15 +02:00
2019-09-23 00:12:52 -07:00
2019-11-19 18:27:10 -08:00
2019-06-22 11:41:49 -07:00
2019-04-26 16:54:17 -06:00
2019-10-15 14:28:59 +02:00
2019-04-28 13:17:30 -07:00
2019-09-23 19:17:38 +01:00
2019-12-10 20:38:21 +00:00
2019-12-10 20:38:21 +00:00
2019-09-23 00:12:52 -07:00
2019-06-20 00:41:13 -07:00
2019-12-24 02:37:08 +01:00
2019-08-24 15:55:08 -07:00
2019-04-22 12:25:53 -07:00
2019-10-01 23:15:03 +03:00
2019-10-22 19:28:58 +03:00
2019-08-10 19:08:31 +02:00
2019-07-07 12:33:35 -07:00
2019-10-21 13:32:40 +03:00
2019-04-26 16:54:17 -06:00
2019-09-01 22:47:23 +03:00
2019-09-23 00:12:52 -07:00
2019-12-09 18:45:18 -08:00
2019-04-26 16:54:17 -06:00
2019-09-23 00:12:52 -07:00
2019-09-23 00:12:52 -07:00
2019-12-14 14:22:35 -08:00

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Copyright (C) 2001-2019 Free Software Foundation, Inc.
See the end of the file for license conditions.


This directory contains the source files for the C component of GNU Emacs.
Nothing in this directory is needed for using Emacs once it is built
and installed, if the dumped Emacs is copied elsewhere.

See the files ../README and then ../INSTALL for installation instructions.

The file 'Makefile.in' is used as a template by the script
'../configure' to produce 'Makefile'.  This is the file which actually
controls the compilation of Emacs C source files.  All of this should
work transparently; you should only need to change to the parent
directory, run './configure', and then run 'make'.

This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.