Mercurial > emacs
comparison etc/NEWS @ 109582:9c41ffa303a2
Add doc and NEWS for tool-bar-position.
* doc/emacs/frames.texi (Tool Bars): Add doc for tool-bar-position.
* doc/lispref/frames.texi (Layout Parameters): Add doc for tool-bar-position.
author | Jan D. <jan.h.d@swipnet.se> |
---|---|
date | Thu, 29 Jul 2010 19:10:41 +0200 |
parents | 1277fe6717c9 |
children | 43eca6c9f493 |
comparison
equal
deleted
inserted
replaced
109581:06384b3caebf | 109582:9c41ffa303a2 |
---|---|
96 Use `set-scroll-bar-mode' to change this. | 96 Use `set-scroll-bar-mode' to change this. |
97 | 97 |
98 ** GTK tool bars can have just text, just images or images and text. | 98 ** GTK tool bars can have just text, just images or images and text. |
99 Customize `tool-bar-style' to choose style. On a Gnome desktop, the default | 99 Customize `tool-bar-style' to choose style. On a Gnome desktop, the default |
100 is taken from the desktop settings. | 100 is taken from the desktop settings. |
101 | |
102 ** GTK tool bars can be placed on the left/right or top/bottom of the frame. | |
103 The frame-parameter tool-bar-position controls this. It takes the values | |
104 top, left, tight or bottom. The Options => Show/Hide menu has entries | |
105 for this. | |
101 | 106 |
102 ** Lucid menus and dialogs can display antialiased fonts if Emacs is built | 107 ** Lucid menus and dialogs can display antialiased fonts if Emacs is built |
103 with Xft. | 108 with Xft. |
104 | 109 |
105 ** Basic SELinux support has been added. | 110 ** Basic SELinux support has been added. |