]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix whitespace.
authorAndreas Schwab <schwab@suse.de>
Wed, 30 Jun 2004 13:08:16 +0000 (13:08 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 30 Jun 2004 13:08:16 +0000 (13:08 +0000)
src/ChangeLog

index 60b8d5da63d113b71b766b5a973b5172aaadda75..4afb25b09bcfc95cfb3ad0058a2932a968d39012 100644 (file)
@@ -1,11 +1,11 @@
 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.
+       
+       * 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>