aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-12-20 08:17:26 +0800
committerChong Yidong2010-12-20 08:17:26 +0800
commit949752705efd6a4b7478623d41b3552f93e9596c (patch)
tree3f41f09628f8c7ac17c1c771c69cdb2916cc5fb8 /lisp/ChangeLog
parentef1b0ba7e5a82308514b8427cd84994805e61a4f (diff)
downloademacs-949752705efd6a4b7478623d41b3552f93e9596c.tar.gz
emacs-949752705efd6a4b7478623d41b3552f93e9596c.zip
Implement tool-bar separators for non-GTK tool-bars.
* lisp/tool-bar.el (tool-bar--image-expression): New function. (tool-bar-local-item, tool-bar--image-exp): Use it. (tool-bar-setup): Initialize tool-bar-separator-image-expression. Use :enable instead of :visible to avoid changing the tool-bar configuration unnecessarily. * src/keyboard.c (Vtool_bar_separator_image_expression): New variable. (parse_tool_bar_item): Use it to obtain image separators for displays not using native tool-bar separators. * src/xdisp.c (build_desired_tool_bar_string): Don't handle separators specially, since this is now done in parse_tool_bar_item. * lisp/info.el (info-tool-bar-map): Add separators.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4ed1a75cda2..0c363ab7a03 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,17 @@
12010-12-20 Chong Yidong <cyd@stupidchicken.com>
2
3 * vc/diff.el (diff-better-file-name): Function deleted;
4 abbreviating file name creates problems with shell-quote-argument.
5 (diff-no-select): Just use expand-file-name.
6
7 * tool-bar.el (tool-bar--image-expression): New function.
8 (tool-bar-local-item, tool-bar--image-exp): Use it.
9 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
10 Use :enable instead of :visible to avoid changing the tool-bar
11 configuration unnecessarily.
12
13 * info.el (info-tool-bar-map): Add separators.
14
12010-12-17 Ken Brown <kbrown@cornell.edu> 152010-12-17 Ken Brown <kbrown@cornell.edu>
2 16
3 * loadup.el: Use version numbers in Cygwin build. 17 * loadup.el: Use version numbers in Cygwin build.