comparison src/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 cd9d4b014838
children 62aece7dd5af
comparison
equal deleted inserted replaced
109565:c8ed2af278ee 109566:d03bc4a3fced
1 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xsettings.c (Ftool_bar_get_system_style): Also check for
4 Qtext_image_horiz.
5
6 * xdisp.c (Qtext_image_horiz): Define.
7 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
8 to ducumentation of tool-bar-style.
9
10 * lisp.h (Qtext_image_horiz): Declare.
11
12 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
13 style text_image_horiz.
14
1 2010-07-27 Dan Nicolaescu <dann@ics.uci.edu> 15 2010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2 16
3 * emacs.c (Fkill_emacs): Remove return statement. 17 * emacs.c (Fkill_emacs): Remove return statement.
4 18
5 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations. 19 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.