Mercurial > emacs
changeset 62683:caf3db99145f
Write about mouse-face on mode-line and header-line.
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Tue, 24 May 2005 17:12:50 +0000 |
parents | 01fdbc2b3226 |
children | 58109adfa96a |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue May 24 16:56:41 2005 +0000 +++ b/etc/NEWS Tue May 24 17:12:50 2005 +0000 @@ -4771,6 +4771,11 @@ 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: ---