Mercurial > emacs
changeset 78722:b3c09786cacc
*** empty log message ***
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sun, 02 Sep 2007 16:59:23 +0000 |
parents | a888c5a82ba5 |
children | 4b92cdab3eaf |
files | src/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Sep 02 16:59:12 2007 +0000 +++ b/src/ChangeLog Sun Sep 02 16:59:23 2007 +0000 @@ -1,3 +1,16 @@ +2007-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + + * keyboard.c: Qrtl is new. + (parse_tool_bar_item): Handle :rtl keyword. + (syms_of_keyboard): Intern :rtl keyword. + + * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE. + + * gtkutil.c: (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. + 2007-08-29 Martin Rudalics <rudalics@gmx.at> * keyboard.h (struct kboard): New elt Vlast_repeatable_command.