comparison src/ChangeLog @ 63462:5e8a1785b95e

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 15 Jun 2005 02:30:03 +0000
parents a9e682106a4d
children 3e5fbe221332 a1b34dec1104
comparison
equal deleted inserted replaced
63461:8aa0953a6870 63462:5e8a1785b95e
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
4 NEW-ALIAS and BASE-VARIABLE, respectively. 21 NEW-ALIAS and BASE-VARIABLE, respectively.
5 22