diff options
| author | Jan Djärv | 2010-07-28 19:34:51 +0200 |
|---|---|---|
| committer | Jan Djärv | 2010-07-28 19:34:51 +0200 |
| commit | 8a52f00afa1e1c208268549c22f4c1bdbd79c88e (patch) | |
| tree | d16e053cd220dfb17a7919e83c86fe21f11227c2 /src/ChangeLog | |
| parent | 3f2afe323e27fd54427dd058cc83b0081ddb5212 (diff) | |
| download | emacs-8a52f00afa1e1c208268549c22f4c1bdbd79c88e.tar.gz emacs-8a52f00afa1e1c208268549c22f4c1bdbd79c88e.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4c4ac5f8725..9cb3b248232 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 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. |