]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-gtk-stock-map): :version changed to 23.1.
authorJan Djärv <jan.h.d@swipnet.se>
Wed, 29 Aug 2007 06:00:25 +0000 (06:00 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Wed, 29 Aug 2007 06:00:25 +0000 (06:00 +0000)
lisp/ChangeLog
lisp/term/x-win.el

index df84a75267806eb4b6741dd4d56b69e8b490f0ce..a7e6515ba6bc286e3337f2e80343075b8015b1a0 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
+
 2007-08-29  Juri Linkov  <juri@jurta.org>
 
        * loadup.el: Add "button" loading after "faces" and move "startup"
index 478d63d60573fb0c72a89866177055865357928a..ed0f61a9ef3fae2e6ace918990d3448a6c0d6d09 100644 (file)
@@ -2601,7 +2601,7 @@ order until succeed.")
     ("exit" . "gtk-quit"))
   "How icons for tool bars are mapped to Gtk+ stock items.
 Emacs must be compiled with the Gtk+ toolkit for this to have any effect."
-  :version "23.0"
+  :version "23.1"
   :type 'alist
   :group 'x)