diff options
| author | Richard M. Stallman | 2002-02-17 17:00:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-02-17 17:00:48 +0000 |
| commit | 78d4f4097d6cfb905335a0968982a0d506902700 (patch) | |
| tree | 764ab76bf616af8d4438374389deb4a8c791a173 | |
| parent | 8a7377b52deb44a201eaf8f6575a3afaf61085d3 (diff) | |
| download | emacs-78d4f4097d6cfb905335a0968982a0d506902700.tar.gz emacs-78d4f4097d6cfb905335a0968982a0d506902700.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 7 | ||||
| -rw-r--r-- | lisp/ChangeLog | 6 |
2 files changed, 10 insertions, 3 deletions
| @@ -46,9 +46,10 @@ integer, it says how many columns to scroll. If the value is a | |||
| 46 | floating-point number, it gives the fraction of the window's width to | 46 | floating-point number, it gives the fraction of the window's width to |
| 47 | scroll the window. | 47 | scroll the window. |
| 48 | 48 | ||
| 49 | ** New display feature: focus follows mouse. | 49 | ** New display feature: focus follows mouse. If you set the variable |
| 50 | By setting the variable x-autoselect-window to non-nil value, mouse will | 50 | x-autoselect-window to non-nil value, moving the mouse to a different |
| 51 | autoselect the window it is in. It is turned off by default. | 51 | Emacs window will select that window. The default is nil, so that |
| 52 | this 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 |
| 54 | of text properties, overlays, and widgets at point, and lets you get | 55 | 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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 6 | 2002-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 | ||
| 125 | 2002-02-15 Richard M. Stallman <rms@gnu.org> | 131 | 2002-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 |