diff options
| author | Jan Djärv | 2010-11-20 15:51:25 +0100 |
|---|---|---|
| committer | Jan Djärv | 2010-11-20 15:51:25 +0100 |
| commit | d2bd51898e48c2fd47a98a42654842a65feea7ad (patch) | |
| tree | 445b7d1580622915a8b4d0e2886be772640face3 /src/ChangeLog | |
| parent | 0e7c0582af3a7ee210dfa6a1ab6c41b23bea1951 (diff) | |
| download | emacs-d2bd51898e48c2fd47a98a42654842a65feea7ad.tar.gz emacs-d2bd51898e48c2fd47a98a42654842a65feea7ad.zip | |
Add keyword :vert-only for tool bar items with labels not shown horizontally.
* lisp/info.el (info-tool-bar-map): Add some :vert-only keywords.
* lisp/tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
* src/dispextern.h (tool_bar_item_idx): Add TOOL_BAR_ITEM_VERT_ONLY.
* src/gtkutil.c (xg_make_tool_item): Take vert_only as argument.
Set important to ! vert_only.
(xg_show_toolbar_item): Don't show label horizontally if
tool item isn't important.
(update_frame_tool_bar): Get TOOL_BAR_ITEM_VERT_ONLY and pass it to
xg_make_tool_item, or update important on existing tool item.
* src/keyboard.c (QCvert_only): New variable.
(parse_tool_bar_item): Check for QCvert_only.
(syms_of_keyboard): Initialize QCvert_only.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b7c1ef2c93c..552d8efe6f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2010-11-20 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * gtkutil.c (xg_make_tool_item): Take vert_only as argument. | ||
| 4 | Set important to ! vert_only. | ||
| 5 | (xg_show_toolbar_item): Don't show label horizontally if | ||
| 6 | tool item isn't important. | ||
| 7 | (update_frame_tool_bar): Get TOOL_BAR_ITEM_VERT_ONLY and pass it to | ||
| 8 | xg_make_tool_item, or update important on existing tool item. | ||
| 9 | |||
| 10 | * keyboard.c (QCvert_only): New variable. | ||
| 11 | (parse_tool_bar_item): Check for QCvert_only. | ||
| 12 | (syms_of_keyboard): Initialize QCvert_only. | ||
| 13 | |||
| 14 | * dispextern.h (tool_bar_item_idx): Add TOOL_BAR_ITEM_VERT_ONLY. | ||
| 15 | |||
| 1 | 2010-11-20 Eli Zaretskii <eliz@gnu.org> | 16 | 2010-11-20 Eli Zaretskii <eliz@gnu.org> |
| 2 | 17 | ||
| 3 | * msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the | 18 | * msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the |