aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-05-28 19:43:11 -0400
committerChong Yidong2011-05-28 19:43:11 -0400
commit8e6ca83dfede41bbc8d060a4aaa72f2a414f59ae (patch)
treec26b298778169f1dca2f1af8110be51bcb7530b5 /lisp/ChangeLog
parentfbeba6e2303014c6ca175bebfcc46d480a2cff9e (diff)
downloademacs-8e6ca83dfede41bbc8d060a4aaa72f2a414f59ae.tar.gz
emacs-8e6ca83dfede41bbc8d060a4aaa72f2a414f59ae.zip
Make first mode-line dash an empty space on graphical terminals (Bug#7295).
* lisp/bindings.el (help-echo): Make the initial non-indicator dash empty on graphical terminals.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f6e5241de8f..ee03aeccb10 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -12,6 +12,9 @@
12 12
132011-05-28 Chong Yidong <cyd@stupidchicken.com> 132011-05-28 Chong Yidong <cyd@stupidchicken.com>
14 14
15 * bindings.el (help-echo): Make the initial non-indicator dash
16 empty on graphical terminals (Bug#7295).
17
15 * files.el (auto-mode-alist): Move config rule after the 18 * files.el (auto-mode-alist): Move config rule after the
16 in-stripping one (Bug#8547). 19 in-stripping one (Bug#8547).
17 20