From: Richard M. Stallman Date: Sun, 17 Feb 2002 17:00:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~16596 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=78d4f4097d6cfb905335a0968982a0d506902700;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index c4456e5c119..e956ab4beaf 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -46,9 +46,10 @@ integer, it says how many columns to scroll. If the value is a floating-point number, it gives the fraction of the window's width to scroll the window. -** New display feature: focus follows mouse. -By setting the variable x-autoselect-window to non-nil value, mouse will -autoselect the window it is in. It is turned off by default. +** New display feature: focus follows mouse. If you set the variable +x-autoselect-window to non-nil value, moving the mouse to a different +Emacs window will select that window. The default is nil, so that +this feature is not enabled. ** The new command `describe-text-at' pops up a buffer with description of text properties, overlays, and widgets at point, and lets you get diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0dd8ee7c470..fed1e178e32 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-02-17 stanislav shalunov + + * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when + invoked from Rmail with full headers displayed. + 2002-02-17 Kai Gro,A_(Bjohann * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks @@ -122,6 +127,7 @@ * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace after the #! of a shell interpretor specification. +>>>>>>> 1.3466 2002-02-15 Richard M. Stallman * help.el (describe-key-briefly): Make output in INSERT case