diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0224932301c..46cab9c1cba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * macterm.c (mac_compute_glyph_string_overhangs): Don't set | ||
| 4 | overhangs unless the given glyph type is noncomposite CHAR_GLYPH. | ||
| 5 | [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down | ||
| 6 | events. | ||
| 7 | (XTread_socket): Don't pass keyboard events with the option | ||
| 8 | modifier to the system when Vmac_command_key_is_meta is nil or | ||
| 9 | Vmac_option_modifier is non-nil. | ||
| 10 | [USE_CARBON_EVENTS] (read_socket_inev): New variable. | ||
| 11 | [USE_CARBON_EVENTS] (init_command_handler): Fix argument. | ||
| 12 | [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event | ||
| 13 | handler function. | ||
| 14 | (install_window_handler) [USE_CARBON_EVENTS]: Install it. | ||
| 15 | (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event | ||
| 16 | handler part to mac_handle_mouse_event. | ||
| 17 | |||
| 1 | 2005-06-14 Juanma Barranquero <lekktu@gmail.com> | 18 | 2005-06-14 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 19 | ||
| 3 | * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to | 20 | * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to |