diff options
| author | Kenichi Handa | 1999-11-18 05:07:40 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-11-18 05:07:40 +0000 |
| commit | eeedff6357b90967a1374c435054bc77dd6927a3 (patch) | |
| tree | 7a5284ae950c64bccfdd2e8d327937d0fc3ff2ac /src | |
| parent | a67fb1751565d57755eb8b8a202eb3f59336838c (diff) | |
| download | emacs-eeedff6357b90967a1374c435054bc77dd6927a3.tar.gz emacs-eeedff6357b90967a1374c435054bc77dd6927a3.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 04b09c8d4a8..6e10151057a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 1999-11-18 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * lisp.h (KEY_DESCRIPTION_SIZE): New macro. | ||
| 4 | |||
| 5 | * keyboard.c (echo_char): Use KEY_DESCRIPTION_SIZE to check free | ||
| 6 | memory for push_key_description. | ||
| 7 | |||
| 8 | * keymap.c (Fsingle_key_description): Use KEY_DESCRIPTION_SIZE to | ||
| 9 | allocate memory for push_key_description. | ||
| 10 | (describe_buffer_bindings): Likewise. | ||
| 11 | |||
| 1 | 1999-11-17 Gerd Moellmann <gerd@gnu.org> | 12 | 1999-11-17 Gerd Moellmann <gerd@gnu.org> |
| 2 | 13 | ||
| 3 | * xfns.c (Fx_show_busy_cursor): Doc-fix. | 14 | * xfns.c (Fx_show_busy_cursor): Doc-fix. |