Mercurial > emacs
comparison src/ChangeLog @ 46078:8d86225b2fba
*** empty log message ***
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Fri, 28 Jun 2002 19:47:49 +0000 |
parents | 551bc05a51c3 |
children | f6567777cef8 |
comparison
equal
deleted
inserted
replaced
46077:afcc2cec9ba0 | 46078:8d86225b2fba |
---|---|
1 2002-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 | |
1 2002-06-28 Andreas Schwab <schwab@suse.de> | 21 2002-06-28 Andreas Schwab <schwab@suse.de> |
2 | 22 |
3 * lisp.h: Remove duplicate declaration of | 23 * lisp.h: Remove duplicate declaration of |
4 code_convert_string_norecord. | 24 code_convert_string_norecord. |
5 | 25 |