comparison src/ChangeLog @ 66819:82d9f69e4e3c

Update macterm comment
author Steven Tamm <steventamm@mac.com>
date Fri, 11 Nov 2005 16:46:08 +0000
parents d85a089fce11
children db8315ce9b14
comparison
equal deleted inserted replaced
66818:d85a089fce11 66819:82d9f69e4e3c
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
16 * .gdbinit (pitx): Fix output format if n_overlay_strings > 0. 20 * .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
17 Add post hook to "backtrace" to always dump lisp call stack to 21 Add post hook to "backtrace" to always dump lisp call stack to