summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMasatake YAMATO <jet@gyve.org>2005-05-24 17:12:50 +0000
committerMasatake YAMATO <jet@gyve.org>2005-05-24 17:12:50 +0000
commitb1ffef1201067e919bce67b4feaebd2c79b89c47 (patch)
tree6abeeab91f6f407665f7e655b17d4105616ed075 /etc
parent55ce5058b109669016ea49c933a971eaf3ae973f (diff)
downloademacs-b1ffef1201067e919bce67b4feaebd2c79b89c47.tar.gz
Write about mouse-face on mode-line and header-line.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
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:
---