# HG changeset patch # User Richard M. Stallman # Date 1013965248 0 # Node ID 232b6637e7887027dfe7c510f6f21cee7a109ef5 # Parent 3a4e24e20c8d644879e78d9d89fdbff0d46c6a0b *** empty log message *** diff -r 3a4e24e20c8d -r 232b6637e788 etc/NEWS --- a/etc/NEWS Sun Feb 17 17:00:33 2002 +0000 +++ b/etc/NEWS Sun Feb 17 17:00:48 2002 +0000 @@ -46,9 +46,10 @@ 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 -r 3a4e24e20c8d -r 232b6637e788 lisp/ChangeLog --- a/lisp/ChangeLog Sun Feb 17 17:00:33 2002 +0000 +++ b/lisp/ChangeLog Sun Feb 17 17:00:48 2002 +0000 @@ -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