From: Masatake YAMATO Date: Tue, 24 May 2005 17:12:50 +0000 (+0000) Subject: Write about mouse-face on mode-line and header-line. X-Git-Tag: ttn-vms-21-2-B4~14 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1ffef1201067e919bce67b4feaebd2c79b89c47;p=emacs.git Write about mouse-face on mode-line and header-line. --- diff --git a/etc/NEWS b/etc/NEWS index 35496edd01c..c27e7419693 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -4771,6 +4771,11 @@ used to add text properties to mode-line elements. to display the size of the accessible part of the buffer on the mode line. +*** Mouse-face on mode-line(and header-line) is now supported. +`mode-line-highlight' is the standard face indicating mouse sensitive +elements on mode-line(and header-line) like `highlight' face on text +areas. + ** Menu manipulation changes: ---