aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-02-17 17:00:48 +0000
committerRichard M. Stallman2002-02-17 17:00:48 +0000
commit78d4f4097d6cfb905335a0968982a0d506902700 (patch)
tree764ab76bf616af8d4438374389deb4a8c791a173
parent8a7377b52deb44a201eaf8f6575a3afaf61085d3 (diff)
downloademacs-78d4f4097d6cfb905335a0968982a0d506902700.tar.gz
emacs-78d4f4097d6cfb905335a0968982a0d506902700.zip
*** empty log message ***
-rw-r--r--etc/NEWS7
-rw-r--r--lisp/ChangeLog6
2 files changed, 10 insertions, 3 deletions
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
46floating-point number, it gives the fraction of the window's width to 46floating-point number, it gives the fraction of the window's width to
47scroll the window. 47scroll the window.
48 48
49** New display feature: focus follows mouse. 49** New display feature: focus follows mouse. If you set the variable
50By setting the variable x-autoselect-window to non-nil value, mouse will 50x-autoselect-window to non-nil value, moving the mouse to a different
51autoselect the window it is in. It is turned off by default. 51Emacs window will select that window. The default is nil, so that
52this feature is not enabled.
52 53
53** The new command `describe-text-at' pops up a buffer with description 54** The new command `describe-text-at' pops up a buffer with description
54of text properties, overlays, and widgets at point, and lets you get 55of 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 @@
12002-02-17 stanislav shalunov <shalunov@internet2.edu>
2
3 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
4 invoked from Rmail with full headers displayed.
5
12002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 62002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2 7
3 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks 8 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
@@ -122,6 +127,7 @@
122 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace 127 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
123 after the #! of a shell interpretor specification. 128 after the #! of a shell interpretor specification.
124 129
130>>>>>>> 1.3466
1252002-02-15 Richard M. Stallman <rms@gnu.org> 1312002-02-15 Richard M. Stallman <rms@gnu.org>
126 132
127 * help.el (describe-key-briefly): Make output in INSERT case 133 * help.el (describe-key-briefly): Make output in INSERT case