Mercurial > emacs
changeset 43388:232b6637e788
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 17 Feb 2002 17:00:48 +0000 |
parents | 3a4e24e20c8d |
children | 7f7c01afd770 |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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 <shalunov@internet2.edu> + + * 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 <Kai.Grossjohann@CS.Uni-Dortmund.DE> * 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 <rms@gnu.org> * help.el (describe-key-briefly): Make output in INSERT case