aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2008-04-09 10:59:16 +0000
committerJan Djärv2008-04-09 10:59:16 +0000
commit418fddf54bc687634693875991a1491290a7f98d (patch)
treecd5f5dbdb464ebe1d8ceb039185d2464a4058a2c
parent44a1781296d25c38121e21859e81b0317da5ca82 (diff)
downloademacs-418fddf54bc687634693875991a1491290a7f98d.tar.gz
emacs-418fddf54bc687634693875991a1491290a7f98d.zip
(x-gtk-stock-map): Map info to gtk-info.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/term/x-win.el1
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e74b3d2aac8..1e2ccc9a3e0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-04-09 Jan Djärv <jan.h.d@swipnet.se>
2
3 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
4
12008-04-09 Juanma Barranquero <lekktu@gmail.com> 52008-04-09 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * calc/.cvsignore: New file. 7 * calc/.cvsignore: New file.
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 7d7f091b2fd..ab4941afca0 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -2501,6 +2501,7 @@ The value nil is the same as this list:
2501 ("etc/images/search" . "gtk-find") 2501 ("etc/images/search" . "gtk-find")
2502 ("etc/images/exit" . "gtk-quit") 2502 ("etc/images/exit" . "gtk-quit")
2503 ("etc/images/cancel" . "gtk-cancel") 2503 ("etc/images/cancel" . "gtk-cancel")
2504 ("etc/images/info" . "gtk-info")
2504 ("etc/images/bookmark_add" . "n:bookmark_add") 2505 ("etc/images/bookmark_add" . "n:bookmark_add")
2505 ;; Used in Gnus and/or MH-E: 2506 ;; Used in Gnus and/or MH-E:
2506 ("etc/images/attach" . "gtk-attach") 2507 ("etc/images/attach" . "gtk-attach")