diff options
| author | Gerd Moellmann | 2000-08-21 18:59:19 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-21 18:59:19 +0000 |
| commit | 0bbfdc25a083f7908e81af3e35f64eb1ea4335a0 (patch) | |
| tree | 0f3a12594d5b819d504b31f9c31e581e731da18c /src/ChangeLog | |
| parent | 2ed8e984db93eb6a330d4aac855f15a31610b66b (diff) | |
| download | emacs-0bbfdc25a083f7908e81af3e35f64eb1ea4335a0.tar.gz emacs-0bbfdc25a083f7908e81af3e35f64eb1ea4335a0.zip | |
(gen_help_event): Add parameter SIZE.
(kbd_buffer_events_waiting): Slightly rewritten.
(clear_event): New function.
(kbd_buffer_get_event): Use it, and clear the input_events of
HELP_EVENTs.
(init_keyboard): Remove duplicate creation of kbd_buffer_gcpro and
don't fill the newly created array with nils.
(toplevel): Convert some old-style function forward declarations
to prototypes.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
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 @@ | |||
| 1 | 2000-08-21 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-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 | ||
| 5 | 2000-08-20 Jason Rumney <jasonr@gnu.org> | 21 | 2000-08-20 Jason Rumney <jasonr@gnu.org> |