]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 12 Nov 2001 22:55:43 +0000 (22:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 12 Nov 2001 22:55:43 +0000 (22:55 +0000)
etc/NEWS
src/ChangeLog

index b4ff9d9cab0e370029c52deb14abf63b1ff5d0c5..6dabf4f242925b57de71714ac96eaa142e1502e2 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -255,13 +255,9 @@ have enabled one.
 
 Currently, the following actions have been defined:
 
-- Mouse-1 on the buffer name in the mode line switches between two
-buffers.
-
-- Mouse-2 on the buffer-name switches to the next buffer, and
-M-mouse-2 switches to the previous buffer in the buffer list.
+- Mouse-1 on the buffer name in the mode line goes to the next buffer.
 
-- Mouse-3 on the buffer-name displays a buffer menu.
+- Mouse-3 on the buffer-name goes to the previous buffer.
 
 - Mouse-2 on the read-only or modified status in the mode line (`%' or
 `*') toggles the status.
index 02478385c9f60002afc61ab4bed72ce3305c8c4d..91639c5760f9be0c557f860ddaffbe643c35d97f 100644 (file)
@@ -1,3 +1,10 @@
+2001-11-12  Richard M. Stallman  <rms@gnu.org>
+
+       * xterm.c (XTread_socket): Don't update focus for EnterNotify or
+       LeaveNotify events.  Only FocusIn and FocusOut do that now.
+       (x_display_and_set_cursor): Do display hollow cursors in active
+       minibuffer windows when they are not selected.
+
 2001-11-10  Jason Rumney  <jasonr@gnu.org>
 
        * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.