diff options
| author | Steven Tamm | 2005-11-11 16:33:44 +0000 |
|---|---|---|
| committer | Steven Tamm | 2005-11-11 16:33:44 +0000 |
| commit | b02e3f7ba66a48d30c8ebd5be03ff75c156564b0 (patch) | |
| tree | 0496bdae8604b899bf9608449338e250996dca1a /src/ChangeLog | |
| parent | 338fa84a5ec5c280b7bbd19d1cac7b1268579789 (diff) | |
| download | emacs-b02e3f7ba66a48d30c8ebd5be03ff75c156564b0.tar.gz emacs-b02e3f7ba66a48d30c8ebd5be03ff75c156564b0.zip | |
macterm.c (backtranslate_modified_keycode): New function to
mask modifiers off of keycodes for use in modifier mapping.
(mac_determine_quit_char_modifiers): Remove
mac-reverse-ctrl-meta and replace it with more flexible system
mapping mac modifier keys to emacs modifier keys.
(convert_fn_keycode): Map Fn-keys to their original keycode
using a table (english keyboard only).
(syms_of_macterm): Define mac-control-modifier,
mac-command-modifier, mac-function-modifier.
Define meta and ctrl for use as modifiers.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 80df9d42123..7fab16badf7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2005-11-11 David Reitter <david.reitter@gmail.com> | ||
| 2 | |||
| 3 | * macterm.c (backtranslate_modified_keycode): New function to | ||
| 4 | mask modifiers off of keycodes for use in modifier mapping. | ||
| 5 | (mac_determine_quit_char_modifiers): Remove | ||
| 6 | mac-reverse-ctrl-meta and replace it with more flexible system | ||
| 7 | mapping mac modifier keys to emacs modifier keys. | ||
| 8 | (convert_fn_keycode): Map Fn-keys to their original keycode | ||
| 9 | using a table (english keyboard only). | ||
| 10 | (syms_of_macterm): Define mac-control-modifier, | ||
| 11 | mac-command-modifier, mac-function-modifier. | ||
| 12 | Define meta and ctrl for use as modifiers. | ||
| 13 | |||
| 1 | 2005-11-11 Kim F. Storm <storm@cua.dk> | 14 | 2005-11-11 Kim F. Storm <storm@cua.dk> |
| 2 | 15 | ||
| 3 | * .gdbinit (pitx): Fix output format if n_overlay_strings > 0. | 16 | * .gdbinit (pitx): Fix output format if n_overlay_strings > 0. |