comparison lisp/ChangeLog @ 112169:882d6cbb91a2

Tweaks to tool-bar for default, VC-dir, Compile, and Info. * tool-bar.el (tool-bar-setup): Remove Help button. Remove label from Search and add a label to Undo. * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing inappropriate buttons and adding :vert-only tags. * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to removal of Help tool-bar button. Remove Undo button for space. * info.el (info-tool-bar-map): Add :vert-only tags.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 08 Jan 2011 23:13:47 -0500
parents 40ab7b8eb7a4
children 2b3091d14255
comparison
equal deleted inserted replaced
112168:744d9787c683 112169:882d6cbb91a2
1 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2
3 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
4 from Search and add a label to Undo.
5
6 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
7 inappropriate buttons and adding :vert-only tags.
8
9 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
10 removal of Help tool-bar button. Remove Undo button for space.
11
12 * info.el (info-tool-bar-map): Add :vert-only tags.
13
1 2011-01-08 Tassilo Horn <tassilo@member.fsf.org> 14 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2 15
3 * doc-view.el (doc-view-mode-p): Check for png or imagemagick 16 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
4 image backend support. Either of them is fine. 17 image backend support. Either of them is fine.
5 18