aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 911179e385f..ca7a2b9295a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,21 @@
12000-08-21 Gerd Moellmann <gerd@gnu.org> 12000-08-21 Gerd Moellmann <gerd@gnu.org>
2 2
3 * keyboard.c (gen_help_event): Add parameter SIZE.
4 (kbd_buffer_events_waiting): Slightly rewritten.
5 (clear_event): New function.
6 (kbd_buffer_get_event): Use it, and clear the input_events of
7 HELP_EVENTs.
8 (init_keyboard): Remove duplicate creation of kbd_buffer_gcpro and
9 don't fill the newly created array with nils.
10 (toplevel): Convert some old-style function forward declarations
11 to prototypes.
12
13 * keyboard.h (gen_help_event): Change prototype.
14
15 * xterm.c (XTread_socket): Change calls to gen_help_event.
16
17 * w32term.c (w32_read_socket): Change calls to gen_help_event.
18
3 * eval.c (Fmacroexpand): Doc fix. 19 * eval.c (Fmacroexpand): Doc fix.
4 20
52000-08-20 Jason Rumney <jasonr@gnu.org> 212000-08-20 Jason Rumney <jasonr@gnu.org>