emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Fri, 28 Jun 2002 15:47:49 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2735 emacs/src/ChangeLog:1.2736
*** emacs/src/ChangeLog:1.2735  Fri Jun 28 08:39:46 2002
--- emacs/src/ChangeLog Fri Jun 28 15:47:49 2002
***************
*** 1,3 ****
--- 1,23 ----
+ 2002-06-28  Jan D.  <address@hidden>
+ 
+       * keyboard.c (readable_filtered_events): New function that filters
+       FOCUS_IN_EVENT depending on parameter.
+       (readable_events): Calls readable_filtered_events, not filtering
+       FOCUS_IN_EVENT.
+       (get_filtered_input_pending): New function, filtering parameter passed
+       to readable_filtered_events.
+       (get_input_pending): Calls get_filtered_input_pending, not filtering
+       FOCUS_IN_EVENT.
+       (Finput_pending_p): Calls get_filtered_input_pending, DO filter
+       FOCUS_IN_EVENT.
+ 
+       * xterm.h (struct x_output): Add focus_state.
+ 
+       * xterm.c (x_focus_changed): New function.
+       (x_detect_focus_change): New function.
+       (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
+       EnterNotify and LeaveNotify to track X focus changes.
+ 
  2002-06-28  Andreas Schwab  <address@hidden>
  
        * lisp.h: Remove duplicate declaration of



reply via email to

[Prev in Thread] Current Thread [Next in Thread]