aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 60b8d5da63d..4afb25b09bc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,11 +1,11 @@
12004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 12004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 2
3 * macterm.c (do_window_activate, do_window_deactivate): Remove. 3 * macterm.c (do_window_activate, do_window_deactivate): Remove.
4 (XTread_socket): Send mouse button events to the toolbox 4 (XTread_socket): Send mouse button events to the toolbox
5 dispatcher even when the mouse is grabbed. Don't process window 5 dispatcher even when the mouse is grabbed. Don't process window
6 activate events for non-Emacs windows. Replace function calls to 6 activate events for non-Emacs windows. Replace function calls to
7 do_window_activate and do_window_deactivate with their contents. 7 do_window_activate and do_window_deactivate with their contents.
8 Reset mouse grabbing status when a window is deactivated. 8 Reset mouse grabbing status when a window is deactivated.
9 9
102004-06-29 Steven Tamm <steventamm@mac.com> 102004-06-29 Steven Tamm <steventamm@mac.com>
11 11