comparison lisp/ChangeLog @ 109566:d03bc4a3fced

Add tool bar style text-image-horiz (text to the left of the image). * lisp/cus-start.el (tool-bar-style): Add text-image-horiz. * src/gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar style text_image_horiz. * src/lisp.h (Qtext_image_horiz): Declare. * src/xdisp.c (Qtext_image_horiz): Define. (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz to ducumentation of tool-bar-style. * src/xsettings.c (Ftool_bar_get_system_style): Also check for Qtext_image_horiz.
author Jan D. <jan.h.d@swipnet.se>
date Wed, 28 Jul 2010 19:34:51 +0200
parents ff640a48b313
children 0fc9f7a0d319
comparison
equal deleted inserted replaced
109565:c8ed2af278ee 109566:d03bc4a3fced
1 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
2
3 * cus-start.el (tool-bar-style): Add text-image-horiz.
4
1 2010-07-28 Michael Albinus <michael.albinus@gmx.de> 5 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * progmodes/gud.el (gud-common-init): Check for remoteness of 7 * progmodes/gud.el (gud-common-init): Check for remoteness of
4 `file', and not of `default-directory'. 8 `file', and not of `default-directory'.
5 9