diff options
| author | Stefan Monnier | 2001-11-17 01:25:10 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-11-17 01:25:10 +0000 |
| commit | b6270150cfb2e9c328b0db10446feb017ae4b993 (patch) | |
| tree | cd4ccec38944511512d83a37db90b818f70d8239 /src | |
| parent | 236a12f2d97e7ef5b66764f2d9fb3926d2c5304a (diff) | |
| download | emacs-b6270150cfb2e9c328b0db10446feb017ae4b993.tar.gz emacs-b6270150cfb2e9c328b0db10446feb017ae4b993.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a65f8f1037e..484d4994d7a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2001-11-16 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * fileio.c (build_annotations): Split off the tail. | ||
| 4 | (build_annotations_2): New fun. Extracted from build_annotations. | ||
| 5 | (Fwrite_region): Split the call to build_annotations into two | ||
| 6 | calls to build_annotations and build_annotations_2. | ||
| 7 | |||
| 1 | 2001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 8 | 2001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 9 | ||
| 3 | * sysdep.c (wait_for_kbd_input) [VMS]: Do not call | 10 | * sysdep.c (wait_for_kbd_input) [VMS]: Do not call |
| @@ -5,8 +12,7 @@ | |||
| 5 | 12 | ||
| 6 | * xterm.h (x_update_cursor): Remove duplicated prototype. | 13 | * xterm.h (x_update_cursor): Remove duplicated prototype. |
| 7 | 14 | ||
| 8 | * keyboard.h (clear_waiting_for_input): Remove duplicated | 15 | * keyboard.h (clear_waiting_for_input): Remove duplicated prototype. |
| 9 | prototype. | ||
| 10 | 16 | ||
| 11 | * xterm.c (waiting_for_input): Remove unnecessary prototype. | 17 | * xterm.c (waiting_for_input): Remove unnecessary prototype. |
| 12 | 18 | ||