diff options
| author | Gerd Moellmann | 2000-08-21 19:48:17 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-21 19:48:17 +0000 |
| commit | acb7cc8983515906faf9678d93df79b557f06c90 (patch) | |
| tree | d741d50fccf091d614c16e008998cd620733ba70 /src/ChangeLog | |
| parent | 9a4f9d3026e6186f9679dc153c5d541c26584a53 (diff) | |
| download | emacs-acb7cc8983515906faf9678d93df79b557f06c90.tar.gz emacs-acb7cc8983515906faf9678d93df79b557f06c90.zip | |
(find_field): Formatting changes.
(toplevel): Some old-style function forward declarations
changed to prototypes, some new protypes added, some functions
made static.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ca7a2b9295a..65491e0a0f3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2000-08-21 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * editfns.c (find_field): Formatting changes. | ||
| 4 | (toplevel): Some old-style function forward declarations | ||
| 5 | changed to prototypes, some new protypes added, some functions | ||
| 6 | made static. | ||
| 7 | |||
| 8 | * lisp.h (set_time_zone_rule): Add prototype. | ||
| 9 | (use_dialog_box): External declaration. | ||
| 10 | |||
| 3 | * keyboard.c (gen_help_event): Add parameter SIZE. | 11 | * keyboard.c (gen_help_event): Add parameter SIZE. |
| 4 | (kbd_buffer_events_waiting): Slightly rewritten. | 12 | (kbd_buffer_events_waiting): Slightly rewritten. |
| 5 | (clear_event): New function. | 13 | (clear_event): New function. |