aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d3898130d7c..b7a6e0f9111 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,23 @@
12002-06-28 Jan D. <jan.h.d@swipnet.se>
2
3 * keyboard.c (readable_filtered_events): New function that filters
4 FOCUS_IN_EVENT depending on parameter.
5 (readable_events): Calls readable_filtered_events, not filtering
6 FOCUS_IN_EVENT.
7 (get_filtered_input_pending): New function, filtering parameter passed
8 to readable_filtered_events.
9 (get_input_pending): Calls get_filtered_input_pending, not filtering
10 FOCUS_IN_EVENT.
11 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
12 FOCUS_IN_EVENT.
13
14 * xterm.h (struct x_output): Add focus_state.
15
16 * xterm.c (x_focus_changed): New function.
17 (x_detect_focus_change): New function.
18 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
19 EnterNotify and LeaveNotify to track X focus changes.
20
12002-06-28 Andreas Schwab <schwab@suse.de> 212002-06-28 Andreas Schwab <schwab@suse.de>
2 22
3 * lisp.h: Remove duplicate declaration of 23 * lisp.h: Remove duplicate declaration of