Mercurial > emacs
comparison src/ChangeLog @ 111650:8fd0d7bcdf7d
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.
| author | Jan D. <jan.h.d@swipnet.se> |
|---|---|
| date | Sat, 20 Nov 2010 15:51:25 +0100 |
| parents | 27b2c1dde9aa |
| children | dbffbd2b89b9 |
comparison
equal
deleted
inserted
replaced
| 111649:342ca5475c01 | 111650:8fd0d7bcdf7d |
|---|---|
| 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 |
| 4 same in-line. | 19 same in-line. |
| 5 | 20 |
