Mercurial > emacs
diff etc/ChangeLog @ 111998:bc8dc4ac1e28
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.
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Mon, 20 Dec 2010 08:17:26 +0800 |
| parents | 35774431238d |
| children | 40af77a50adc |
line wrap: on
line diff
--- a/etc/ChangeLog Sun Dec 19 00:43:42 2010 -0500 +++ b/etc/ChangeLog Mon Dec 20 08:17:26 2010 +0800 @@ -1,3 +1,7 @@ +2010-12-18 Chong Yidong <cyd@stupidchicken.com> + + * images/separator.xpm: Tweak colors. + 2010-12-14 Michael Albinus <michael.albinus@gmx.de> * NEWS: Mention new Tramp method "ksu".
