diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index de94c9fb0a1..ecd83610758 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2007-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * keyboard.c: Qrtl is new. | ||
| 4 | (parse_tool_bar_item): Handle :rtl keyword. | ||
| 5 | (syms_of_keyboard): Intern :rtl keyword. | ||
| 6 | |||
| 7 | * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE. | ||
| 8 | |||
| 9 | * gtkutil.c: (file_for_image, find_rtl_image): New functions. | ||
| 10 | (xg_get_image_for_pixmap): Use file_for_image | ||
| 11 | (update_frame_tool_bar): If direction is RTL, use RTL image if | ||
| 12 | defined. Use Gtk stock images or named theme icons if defined. | ||
| 13 | |||
| 1 | 2007-08-29 Martin Rudalics <rudalics@gmx.at> | 14 | 2007-08-29 Martin Rudalics <rudalics@gmx.at> |
| 2 | 15 | ||
| 3 | * keyboard.h (struct kboard): New elt Vlast_repeatable_command. | 16 | * keyboard.h (struct kboard): New elt Vlast_repeatable_command. |