# HG changeset patch # User Kim F. Storm # Date 1013904697 0 # Node ID 7370da6d0364b1e42ab86b8d59a6f8f1c5c8b08e # Parent 0bee8a661e552b90a6c38c0131a92ef8a0f9c37d Document new mouse-highlight variable and associated behaviour. diff -r 0bee8a661e55 -r 7370da6d0364 etc/NEWS --- 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