diff options
| author | Stefan Monnier | 2007-11-28 04:45:32 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-11-28 04:45:32 +0000 |
| commit | 21ec2c436582ae61ed6c4e8a1549d2924aa3b528 (patch) | |
| tree | 72c301a8b0d3ff8aa4e1cccca0fc3d5b112571d5 /src/ChangeLog | |
| parent | 488f4498d44840182a299b50d933522d6b190859 (diff) | |
| download | emacs-21ec2c436582ae61ed6c4e8a1549d2924aa3b528.tar.gz emacs-21ec2c436582ae61ed6c4e8a1549d2924aa3b528.zip | |
(KEY_TO_CHAR): New macro.
(parse_modifiers, apply_modifiers): Accept integer arguments.
(read_key_sequence): Use them to unify the "shift->unshift" mapping
for chars and symbol keys.
After doing such remapping, apply function-key-map again.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ff1d631cfd2..508b8e30903 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keyboard.c (KEY_TO_CHAR): New macro. | ||
| 4 | (parse_modifiers, apply_modifiers): Accept integer arguments. | ||
| 5 | (read_key_sequence): Use them to unify the "shift->unshift" mapping | ||
| 6 | for chars and symbol keys. | ||
| 7 | After doing such remapping, apply function-key-map again. | ||
| 8 | |||
| 1 | 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu> | 9 | 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 10 | ||
| 3 | * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not | 11 | * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not |