aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS8
2 files changed, 12 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 9ce5bf487fa..556bf3dc25f 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12008-02-25 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se>
2
3 * NEWS: Mention stock icons for Gtk+.
4
12008-02-09 Eli Zaretskii <eliz@gnu.org> 52008-02-09 Eli Zaretskii <eliz@gnu.org>
2 6
3 * TUTORIAL.ru: Remove redundant empty lines, insert a magic line 7 * TUTORIAL.ru: Remove redundant empty lines, insert a magic line
diff --git a/etc/NEWS b/etc/NEWS
index 3c4746acfd5..53b6d2d2732 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -53,6 +53,14 @@ like that, customize the value of the new option `find-name-arg'.
53than the window, the usual keys for moving the cursor cause the image 53than the window, the usual keys for moving the cursor cause the image
54to be scrolled horizontally or vertically instead. 54to be scrolled horizontally or vertically instead.
55 55
56** Emacs can use stock icons in the tool bar when compiled with Gtk+.
57However, this feature is disabled by default. To enable it, put
58
59 (setq icon-map-list '(x-gtk-stock-map))
60
61in your .emacs or some other startup file. For more information, see
62the documentation for the two variables icon-map-list and x-gtk-stock-map.
63
56** Scrollbars follow the system theme on Windows XP and later. 64** Scrollbars follow the system theme on Windows XP and later.
57Windows XP introduced themed scrollbars, but applications have to take 65Windows XP introduced themed scrollbars, but applications have to take
58special steps to use them. Emacs now has the appropriate resources linked 66special steps to use them. Emacs now has the appropriate resources linked