diff options
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 8 |
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 @@ | |||
| 1 | 2008-02-25 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * NEWS: Mention stock icons for Gtk+. | ||
| 4 | |||
| 1 | 2008-02-09 Eli Zaretskii <eliz@gnu.org> | 5 | 2008-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 |
| @@ -53,6 +53,14 @@ like that, customize the value of the new option `find-name-arg'. | |||
| 53 | than the window, the usual keys for moving the cursor cause the image | 53 | than the window, the usual keys for moving the cursor cause the image |
| 54 | to be scrolled horizontally or vertically instead. | 54 | to be scrolled horizontally or vertically instead. |
| 55 | 55 | ||
| 56 | ** Emacs can use stock icons in the tool bar when compiled with Gtk+. | ||
| 57 | However, this feature is disabled by default. To enable it, put | ||
| 58 | |||
| 59 | (setq icon-map-list '(x-gtk-stock-map)) | ||
| 60 | |||
| 61 | in your .emacs or some other startup file. For more information, see | ||
| 62 | the 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. |
| 57 | Windows XP introduced themed scrollbars, but applications have to take | 65 | Windows XP introduced themed scrollbars, but applications have to take |
| 58 | special steps to use them. Emacs now has the appropriate resources linked | 66 | special steps to use them. Emacs now has the appropriate resources linked |