comparison etc/NEWS @ 44356:493f53a29dd3

Rename variable autoselect-window-p to mouse-autoselect-window.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 03 Apr 2002 08:29:28 +0000
parents ecd559f0d5c3
children 68cfd204d729
comparison
equal deleted inserted replaced
44355:412b4760216b 44356:493f53a29dd3
85 +++ 85 +++
86 ** The variable `automatic-hscrolling' was renamed to `auto-hscroll-mode'. 86 ** The variable `automatic-hscrolling' was renamed to `auto-hscroll-mode'.
87 The old name is still available as an alias. 87 The old name is still available as an alias.
88 88
89 ** New display feature: focus follows mouse. If you set the variable 89 ** New display feature: focus follows mouse. If you set the variable
90 autoselect-window to non-nil value, moving the mouse to a different Emacs 90 mouse-autoselect-window to non-nil value, moving the mouse to a different
91 window will select that window (minibuffer window can be selected only when 91 Emacs window will select that window (minibuffer window can be selected
92 it is active). The default is nil, so that this feature is not enabled. 92 only when it is active). The default is nil, so that this feature is not
93 enabled.
93 94
94 ** The new command `describe-text-at' pops up a buffer with description 95 ** The new command `describe-text-at' pops up a buffer with description
95 of text properties, overlays, and widgets at point, and lets you get 96 of text properties, overlays, and widgets at point, and lets you get
96 more information about them, by clicking on mouse-sensitive areas or 97 more information about them, by clicking on mouse-sensitive areas or
97 moving there and pressing RET. 98 moving there and pressing RET.