# HG changeset patch # User Richard M. Stallman # Date 1005501485 0 # Node ID 4a749a84888c2a660b7d447532c4c4be331fbde8 # Parent e26c1e76e1cadfbc6b6bdbeb67788722f1afac43 *** empty log message *** diff -r e26c1e76e1ca -r 4a749a84888c etc/NEWS --- a/etc/NEWS Sun Nov 11 17:56:23 2001 +0000 +++ b/etc/NEWS Sun Nov 11 17:58:05 2001 +0000 @@ -5,9 +5,18 @@ Please send Emacs bug reports to bug-gnu-emacs@gnu.org. For older news, see the file ONEWS +Temporary note: +++ indicates that the appropriate manual +has already been updated. --- means no change in the manuals +is called for. * Changes in Emacs 21.3 ++++ +** Emacs now reads the standard abbrevs file ~/.abbrev_defs +automatically at startup, if it exists. And it always offers to save +abbrevs (if you have changed them) when if offers to save modified +buffers. + ** Display of hollow cursors now obeys the buffer-local value (if any) of `cursor-in-non-selected-windows' in the buffer that the cursor appears in. @@ -446,13 +455,9 @@ 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-3 on the buffer-name displays a buffer menu. +- Mouse-1 on the buffer name in the mode line goes to the next buffer. + +- 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.