diff options
| author | Steven Tamm | 2005-11-11 16:46:08 +0000 |
|---|---|---|
| committer | Steven Tamm | 2005-11-11 16:46:08 +0000 |
| commit | dff79d048f80b5ae6c6a0140485be287011c9d12 (patch) | |
| tree | 9c6b1426523cf930e4ceb65fdca22bf808fe8124 /src/ChangeLog | |
| parent | b02e3f7ba66a48d30c8ebd5be03ff75c156564b0 (diff) | |
| download | emacs-dff79d048f80b5ae6c6a0140485be287011c9d12.tar.gz emacs-dff79d048f80b5ae6c6a0140485be287011c9d12.zip | |
Update macterm comment
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7fab16badf7..ca03376afb5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,15 +1,19 @@ | |||
| 1 | 2005-11-11 David Reitter <david.reitter@gmail.com> | 1 | 2005-11-11 David Reitter <david.reitter@gmail.com> |
| 2 | 2 | ||
| 3 | * macterm.c (backtranslate_modified_keycode): New function to | 3 | * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey, |
| 4 | mask modifiers off of keycodes for use in modifier mapping. | 4 | macMetaKey, macAltKey. Introduce Qctrl, Qmeta, |
| 5 | (mac_determine_quit_char_modifiers): Remove | 5 | Vmac_control_modifier / mac-control-modifier, |
| 6 | mac-reverse-ctrl-meta and replace it with more flexible system | 6 | Vmac_option_modifier / mac-option-modifier, |
| 7 | mapping mac modifier keys to emacs modifier keys. | 7 | Vmac_command_modifier / mac-command-modifier. |
| 8 | (mac_to_emacs_modifiers): Use the new style modifier | ||
| 9 | variables. Return UInt32 (modifiers are longs now.) | ||
| 10 | (backtranslate_modified_keycode): new function (refactoring) | ||
| 11 | (XTread_socket): use new modifier variables and refactored | ||
| 12 | function | ||
| 13 | (mac_determine_quit_char_modifiers): remove macMetaKey (there is | ||
| 14 | no dedicated meta key. Not in use anyway.) | ||
| 8 | (convert_fn_keycode): Map Fn-keys to their original keycode | 15 | (convert_fn_keycode): Map Fn-keys to their original keycode |
| 9 | using a table (english keyboard only). | 16 | 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 | 17 | ||
| 14 | 2005-11-11 Kim F. Storm <storm@cua.dk> | 18 | 2005-11-11 Kim F. Storm <storm@cua.dk> |
| 15 | 19 | ||