comparison src/ChangeLog @ 56278:3d525d0266de

macterm.c (do_window_activate, do_window_deactivate): Remove. (XTread_socket): Fix activation/focus problems by only handling emacs windows and passing mouse events to the event chain regardless.
author Steven Tamm <steventamm@mac.com>
date Tue, 29 Jun 2004 06:39:03 +0000
parents fd126130c3cd
children a86513bb0232 59dcbfe97385
comparison
equal deleted inserted replaced
56277:fd126130c3cd 56278:3d525d0266de
1 2004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macterm.c (do_window_activate, do_window_deactivate): Remove.
4 (XTread_socket): Send mouse button events to the toolbox
5 dispatcher even when the mouse is grabbed. Don't process window
6 activate events for non-Emacs windows. Replace function calls to
7 do_window_activate and do_window_deactivate with their contents.
8 Reset mouse grabbing status when a window is deactivated.
9
1 2004-06-29 Steven Tamm <steventamm@mac.com> 10 2004-06-29 Steven Tamm <steventamm@mac.com>
2 11
3 * macterm.c (mac_get_emulated_btn) 12 * macterm.c (mac_get_emulated_btn)
4 (mac_event_to_emacs_modifiers): Fix emulated mouse button 13 (mac_event_to_emacs_modifiers): Fix emulated mouse button
5 support to correctly mask out modifiers. 14 support to correctly mask out modifiers.