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,v [EMACS_22_BASE]


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v [EMACS_22_BASE]
Date: Sat, 06 Oct 2007 10:01:39 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Martin Rudalics <m061211>       07/10/06 10:01:38

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5651.2.108
retrieving revision 1.5651.2.109
diff -u -b -r1.5651.2.108 -r1.5651.2.109
--- ChangeLog   6 Oct 2007 08:18:03 -0000       1.5651.2.108
+++ ChangeLog   6 Oct 2007 10:01:37 -0000       1.5651.2.109
@@ -1,3 +1,21 @@
+2007-10-06  Martin Rudalics  <address@hidden>
+
+       * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
+       when there's an unread command event.
+
+       * frame.c (focus_follows_mouse): Moved here from frame.el to allow
+       window autoselection act appropriately when leaving selected frame.
+       (syms_of_frame): Initialize focus_follows_mouse.
+       * frame.h (focus_follows_mouse): Extern it.
+       * macterm.c (XTread_socket): When focus_follows_mouse is nil
+       make SELECT_WINDOW_EVENT only if we don't leave the selected
+       frame.
+       * msdos.c (dos_rawgetc): Likewise.
+       * w32term.c (w32_read_socket): Likewise.
+       * xterm.c (handle_one_xevent): Likewise.
+       * xdisp.c (syms_of_xdisp): In doc-string of
+       mouse-autoselect-window mention focus-follows-mouse.
+
 2007-10-06  Andreas Schwab  <address@hidden>
 
        * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.




reply via email to

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