diff options
| author | Jan Djärv | 2007-09-02 16:59:23 +0000 |
|---|---|---|
| committer | Jan Djärv | 2007-09-02 16:59:23 +0000 |
| commit | 93716e0eb6d4e99a2deee2b5dc57a2f8af0ec098 (patch) | |
| tree | 7aab030dd95ceef1136ae8eb5947599f0eb8b3d5 /src/ChangeLog | |
| parent | 54c1ec72635b7a429c7e6ff330b646e019056396 (diff) | |
| download | emacs-93716e0eb6d4e99a2deee2b5dc57a2f8af0ec098.tar.gz emacs-93716e0eb6d4e99a2deee2b5dc57a2f8af0ec098.zip | |
(file_for_image, find_rtl_image): New functions.
(xg_get_image_for_pixmap): Use file_for_image
(update_frame_tool_bar): If direction is RTL, use RTL image if
defined. Use Gtk stock images or named theme icons if defined.
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. |