aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2007-08-29 06:05:01 +0000
committerJan Djärv2007-08-29 06:05:01 +0000
commit2e3695d2a9dcd795b138e4d291a9f779e066231a (patch)
tree7ac81363d5e11ae30f70e0f5d511d676c0865660
parent9b229c32e01eaf8831053a2e179f1410ace2d696 (diff)
downloademacs-2e3695d2a9dcd795b138e4d291a9f779e066231a.tar.gz
emacs-2e3695d2a9dcd795b138e4d291a9f779e066231a.zip
Say that Gtk+ build uses stock icons.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 4a961dfd028..0295f2ce2a3 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-08-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * NEWS: Say that Gtk+ build uses stock icons.
4
12007-08-28 Werner LEMBERG <wl@gnu.org> 52007-08-28 Werner LEMBERG <wl@gnu.org>
2 6
3 * refcards/de-refcard.tex, refcards/de-refcard.pdf: Use `C-M-%' 7 * refcards/de-refcard.tex, refcards/de-refcard.pdf: Use `C-M-%'
diff --git a/etc/NEWS b/etc/NEWS
index 11fc2423632..ad643189fdc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -38,6 +38,9 @@ a GIF library.
38 38
39** Emacs now supports the SVG image format through librsvg2. 39** Emacs now supports the SVG image format through librsvg2.
40 40
41** The Gtk+ build now uses stock tool bar icons, so that a theme change
42is visible in Emacs tool bar.
43
41** If you set find-file-confirm-nonexistent-file to t, then C-x C-f 44** If you set find-file-confirm-nonexistent-file to t, then C-x C-f
42requires confirmation before opening a non-existent file. 45requires confirmation before opening a non-existent file.
43 46