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.
+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.