diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 508b8e30903..58ce71f5f56 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): | ||
| 4 | Don't cast redundantly. | ||
| 5 | |||
| 3 | * keyboard.c (KEY_TO_CHAR): New macro. | 6 | * keyboard.c (KEY_TO_CHAR): New macro. |
| 4 | (parse_modifiers, apply_modifiers): Accept integer arguments. | 7 | (parse_modifiers, apply_modifiers): Accept integer arguments. |
| 5 | (read_key_sequence): Use them to unify the "shift->unshift" mapping | 8 | (read_key_sequence): Use them to unify the "shift->unshift" mapping |