Mercurial > emacs
comparison src/ChangeLog @ 66936:3d572e08dd1d
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 16 Nov 2005 18:39:00 +0000 |
parents | 1a573209abf9 |
children | c52c20ff739f |
comparison
equal
deleted
inserted
replaced
66935:1af402fe3e48 | 66936:3d572e08dd1d |
---|---|
1 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * lread.c (readevalloop): Add missing GCPROs. | |
4 | |
1 2005-11-16 Chong Yidong <cyd@stupidchicken.com> | 5 2005-11-16 Chong Yidong <cyd@stupidchicken.com> |
2 | 6 |
3 * xfns.c (xg_set_icon_from_xpm_data): New function. | 7 * xfns.c (xg_set_icon_from_xpm_data): New function. |
4 | 8 |
5 * gnu.h (gnu_xpm_bits): Renamed from gnu_bits. | 9 * gnu.h (gnu_xpm_bits): Rename from gnu_bits. |
6 (gnu_xbm_bits): Renamed from gnu_bits (xbm version). | 10 (gnu_xbm_bits): Rename from gnu_bits (xbm version). |
7 | 11 |
8 * xterm.c (x_bitmap_icon): Use the xpm if available. | 12 * xterm.c (x_bitmap_icon): Use the xpm if available. |
9 | 13 |
10 * image.c (x_create_bitmap_from_xpm_data): New function. | 14 * image.c (x_create_bitmap_from_xpm_data): New function. |
11 (x_create_bitmap_from_xpm_data): Initialize XpmAttributes. | 15 (x_create_bitmap_from_xpm_data): Initialize XpmAttributes. |
69 macMetaKey, macAltKey. Introduce Qctrl, Qmeta, | 73 macMetaKey, macAltKey. Introduce Qctrl, Qmeta, |
70 Vmac_control_modifier / mac-control-modifier, | 74 Vmac_control_modifier / mac-control-modifier, |
71 Vmac_option_modifier / mac-option-modifier, | 75 Vmac_option_modifier / mac-option-modifier, |
72 Vmac_command_modifier / mac-command-modifier. | 76 Vmac_command_modifier / mac-command-modifier. |
73 (mac_to_emacs_modifiers): Use the new style modifier | 77 (mac_to_emacs_modifiers): Use the new style modifier |
74 variables. Return UInt32 (modifiers are longs now.) | 78 variables. Return UInt32 (modifiers are longs now.) |
75 (backtranslate_modified_keycode): new function (refactoring) | 79 (backtranslate_modified_keycode): New function (refactoring). |
76 (XTread_socket): use new modifier variables and refactored | 80 (XTread_socket): Use new modifier variables and refactored function. |
77 function | 81 (mac_determine_quit_char_modifiers): Remove macMetaKey (there is |
78 (mac_determine_quit_char_modifiers): remove macMetaKey (there is | 82 no dedicated meta key. Not in use anyway.) |
79 no dedicated meta key. Not in use anyway.) | |
80 (convert_fn_keycode): Map Fn-keys to their original keycode | 83 (convert_fn_keycode): Map Fn-keys to their original keycode |
81 using a table (english keyboard only). | 84 using a table (english keyboard only). |
82 | 85 |
83 2005-11-11 Kim F. Storm <storm@cua.dk> | 86 2005-11-11 Kim F. Storm <storm@cua.dk> |
84 | 87 |