diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/frames.texi | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index a2cc7a08ef6..d2df84e2aae 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-04-21 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * frames.texi (Tool Bars): Add tool-bar-style. | ||
| 4 | |||
| 1 | 2010-04-21 Glenn Morris <rgm@gnu.org> | 5 | 2010-04-21 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * ack.texi, emacs.texi (Acknowledgments): Add SELinux support. | 7 | * ack.texi, emacs.texi (Acknowledgments): Add SELinux support. |
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index b4a8500df65..cde901acf75 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -1262,6 +1262,13 @@ bar uses monochrome icons (PBM or XBM format). | |||
| 1262 | You can turn display of tool bars on or off with @kbd{M-x | 1262 | You can turn display of tool bars on or off with @kbd{M-x |
| 1263 | tool-bar-mode} or by customizing the option @code{tool-bar-mode}. | 1263 | tool-bar-mode} or by customizing the option @code{tool-bar-mode}. |
| 1264 | 1264 | ||
| 1265 | @vindex tool-bar-style | ||
| 1266 | @cindex Tool Bar style | ||
| 1267 | When Emacs is compiled with GTK+ support, tool bars can have text and images. | ||
| 1268 | Customize @code{tool-bar-style} to select style. The default style is | ||
| 1269 | the same as for the desktop in the Gnome case. If no default is found, | ||
| 1270 | the tool bar uses just images. | ||
| 1271 | |||
| 1265 | @node Dialog Boxes | 1272 | @node Dialog Boxes |
| 1266 | @section Using Dialog Boxes | 1273 | @section Using Dialog Boxes |
| 1267 | @cindex dialog boxes | 1274 | @cindex dialog boxes |