Mercurial > emacs
changeset 43375:7370da6d0364
Document new mouse-highlight variable and associated behaviour.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 17 Feb 2002 00:11:37 +0000 |
parents | 0bee8a661e55 |
children | 9c7cb2a085f4 |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sun Feb 17 00:01:15 2002 +0000 +++ b/etc/NEWS Sun Feb 17 00:11:37 2002 +0000 @@ -55,6 +55,11 @@ more information about them, by clicking on mouse-sensitive areas or moving there and pressing RET. +** The highlight shown when the mouse is over a mouse-sensitive areas +is now cleared when you use the keyboard. The highlight is shown +again when you move the mouse. You can control this behaviour and +disable mouse highlight entirely using the new variable `mouse-highlight'. + ** font-lock: in modes like C and Lisp where the fontification assumes that an open-paren in column 0 is always outside of any string or comment, font-lock now highlights any such open-paren-in-column-zero in bold-red