diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f7e029271e0..da0576fdb46 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-09-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls | ||
| 4 | here ... | ||
| 5 | * lisp.h: ... from here. push_key_description is no longer | ||
| 6 | defined in keyboard.c, so its declaration should not be in | ||
| 7 | lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE | ||
| 8 | logically belongs with push_key_description. | ||
| 9 | |||
| 1 | 2011-09-10 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2011-09-10 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 11 | ||
| 3 | * buffer.h: Include <sys/types.h> instead of <time.h>. | 12 | * buffer.h: Include <sys/types.h> instead of <time.h>. |