diff options
| author | Pavel JanÃk | 2001-11-16 22:54:22 +0000 |
|---|---|---|
| committer | Pavel JanÃk | 2001-11-16 22:54:22 +0000 |
| commit | 98cbb9fa3943d914de9099ab85fc1836f9c8c1c7 (patch) | |
| tree | 4f97a2c0204b251ac6d26ad3734efbb081c5d8dd | |
| parent | 86e9de5f07675f80b2deac3bad93c36920611fcb (diff) | |
| download | emacs-98cbb9fa3943d914de9099ab85fc1836f9c8c1c7.tar.gz emacs-98cbb9fa3943d914de9099ab85fc1836f9c8c1c7.zip | |
*** empty log message ***
| -rw-r--r-- | mac/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index ef30ddc4d04..c21194c2c40 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-11-16 Pavel Janík <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * src/macterm.c (waiting_for_input): Remove unnecessary prototype. | ||
| 4 | |||
| 1 | 2001-11-16 Kim F. Storm <storm@cua.dk> | 5 | 2001-11-16 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | The following changes are made to clean up the various internal | 7 | The following changes are made to clean up the various internal |
diff --git a/src/ChangeLog b/src/ChangeLog index 4188e7de205..a65f8f1037e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1 | 2001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 2 | ||
| 3 | * sysdep.c (wait_for_kbd_input) [VMS]: Do not call | ||
| 4 | clear_waiting_for_input with argument. | ||
| 5 | |||
| 6 | * xterm.h (x_update_cursor): Remove duplicated prototype. | ||
| 7 | |||
| 8 | * keyboard.h (clear_waiting_for_input): Remove duplicated | ||
| 9 | prototype. | ||
| 10 | |||
| 11 | * xterm.c (waiting_for_input): Remove unnecessary prototype. | ||
| 12 | |||
| 3 | * data.c (Ftimes): Doc fix. | 13 | * data.c (Ftimes): Doc fix. |
| 4 | (Fquo): Likewise. | 14 | (Fquo): Likewise. |
| 5 | (Frem): Likewise. | 15 | (Frem): Likewise. |