diff options
| author | Gerd Moellmann | 2000-04-20 21:52:10 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-04-20 21:52:10 +0000 |
| commit | 3a64eef5c182a8fd972bcffb8f1e05150e2e29b7 (patch) | |
| tree | 3e921a0618f1b7c26c35cb75d09c4b8b6401cdaf /src | |
| parent | e3e8a75a2a6f9cfad433acee32cba30bc2449a8f (diff) | |
| download | emacs-3a64eef5c182a8fd972bcffb8f1e05150e2e29b7.tar.gz emacs-3a64eef5c182a8fd972bcffb8f1e05150e2e29b7.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 |
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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-04-19 Dave Love <fx@gnu.org> | 13 | 2000-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. |