comparison src/ChangeLog @ 69719:88c3bdaeea35

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 29 Mar 2006 09:50:10 +0000
parents 8f7fe45e9fe8
children 3c3603207d79
comparison
equal deleted inserted replaced
69718:7f48146dd4d2 69719:88c3bdaeea35
1 2006-03-29 Juanma Barranquero <lekktu@gmail.com>
2
3 * keyboard.c (process_tool_bar_item): Reorder dummy args.
4
1 2006-03-29 Stefan Monnier <monnier@iro.umontreal.ca> 5 2006-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * keyboard.c (tool_bar_items): Use map_keymap. 7 * keyboard.c (tool_bar_items): Use map_keymap.
4 (process_tool_bar_item): Add dummy args to fit the required interface. 8 (process_tool_bar_item): Add dummy args to fit the required interface.
5 9
1828 * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'. 1832 * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
1829 1833
1830 2005-11-11 David Reitter <david.reitter@gmail.com> 1834 2005-11-11 David Reitter <david.reitter@gmail.com>
1831 1835
1832 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey, 1836 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
1833 macMetaKey, macAltKey. Introduce Qctrl, Qmeta, 1837 macMetaKey, macAltKey. Introduce Qctrl, Qmeta,
1834 Vmac_control_modifier / mac-control-modifier, 1838 Vmac_control_modifier / mac-control-modifier,
1835 Vmac_option_modifier / mac-option-modifier, 1839 Vmac_option_modifier / mac-option-modifier,
1836 Vmac_command_modifier / mac-command-modifier. 1840 Vmac_command_modifier / mac-command-modifier.
1837 (mac_to_emacs_modifiers): Use the new style modifier 1841 (mac_to_emacs_modifiers): Use the new style modifier
1838 variables. Return UInt32 (modifiers are longs now.) 1842 variables. Return UInt32 (modifiers are longs now.)