diff options
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 |