Mercurial > emacs
changeset 56286:a86513bb0232
Fix whitespace.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 30 Jun 2004 13:08:16 +0000 |
parents | 313e3a9f34ca |
children | f336a26a714d |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jun 29 13:01:27 2004 +0000 +++ b/src/ChangeLog Wed Jun 30 13:08:16 2004 +0000 @@ -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>