comparison src/ChangeLog @ 66818:d85a089fce11

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.
author Steven Tamm <steventamm@mac.com>
date Fri, 11 Nov 2005 16:33:44 +0000
parents 5e7c7a5ed80e
children 82d9f69e4e3c
comparison
equal deleted inserted replaced
66817:98ff41842c94 66818:d85a089fce11
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.
4 Add post hook to "backtrace" to always dump lisp call stack to 17 Add post hook to "backtrace" to always dump lisp call stack to
5 increase chance of people sending it to us when reporting bugs. 18 increase chance of people sending it to us when reporting bugs.