aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJan Djärv2010-04-21 18:25:15 +0200
committerJan Djärv2010-04-21 18:25:15 +0200
commit20fe03ad8549ef41bcd79a4a0c0d683b1df2318b (patch)
treefbfac5f397f1365bb2b8b5b15deec4465f510f4b /etc
parentf904c0f93825fb434f802ced019c378a20ec491d (diff)
downloademacs-20fe03ad8549ef41bcd79a4a0c0d683b1df2318b.tar.gz
emacs-20fe03ad8549ef41bcd79a4a0c0d683b1df2318b.zip
Document tool-bar-style
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3510b66b616..1b60d61fdd5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -68,6 +68,10 @@ Algorithm.
68** GTK scroll-bars are now placed on the right by default. 68** GTK scroll-bars are now placed on the right by default.
69Use `set-scroll-bar-mode' to change this. 69Use `set-scroll-bar-mode' to change this.
70 70
71** GTK tool bars can have just text, just images or images and text.
72Customize `tool-bar-style´ to choose style. On a Gnome desktop, the default
73is taken from the desktop settings.
74
71** Lucid menus and dialogs can display antialiased fonts if Emacs is built 75** Lucid menus and dialogs can display antialiased fonts if Emacs is built
72with Xft. 76with Xft.
73 77