diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Tue Jun 29 06:23:08 2004 +0000
+++ b/src/ChangeLog	Tue Jun 29 06:39:03 2004 +0000
@@ -1,3 +1,12 @@
+2004-06-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+        
+        * macterm.c (do_window_activate, do_window_deactivate): Remove.
+        (XTread_socket): Send mouse button events to the toolbox
+        dispatcher even when the mouse is grabbed.  Don't process window
+        activate events for non-Emacs windows.  Replace function calls to
+        do_window_activate and do_window_deactivate with their contents.
+        Reset mouse grabbing status when a window is deactivated.
+
 2004-06-29  Steven Tamm  <steventamm@mac.com>
 
 	* macterm.c (mac_get_emulated_btn)