From 9f1fbdfb3f91a8bb22e6f931148a481071e4ac6f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 12 Nov 2001 22:55:43 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 8 ++------ src/ChangeLog | 7 +++++++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index b4ff9d9cab0..6dabf4f2429 100644 --- 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. diff --git a/src/ChangeLog b/src/ChangeLog index 02478385c9f..91639c5760f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2001-11-12 Richard M. Stallman + + * 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 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName. -- 2.39.2