aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 300a1c65a1d..48d78d78c43 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12000-04-20 Gerd Moellmann <gerd@gnu.org>
2
3 * keyboard.c (echo_message_buffer): New variable.
4 (echo_now): Set echo_message_buffer to the echo area buffer used
5 to display the echo.
6 (cancel_echoing): Reset echo_message_buffer to nil.
7 (read_char): Code rewritten that handles canceling an echo or
8 echoing a dash, respectively.
9
10 * fileio.c (Ffile_writable_p) [WINDOWSNT]: Return nil if parent
11 directory doesn't exist.
12
12000-04-19 Dave Love <fx@gnu.org> 132000-04-19 Dave Love <fx@gnu.org>
2 14
3 * fns.c (syms_of_fns): Defsubr mapc. 15 * fns.c (syms_of_fns): Defsubr mapc.