diff options
| author | Jan Djärv | 2007-08-29 06:00:25 +0000 |
|---|---|---|
| committer | Jan Djärv | 2007-08-29 06:00:25 +0000 |
| commit | 9b229c32e01eaf8831053a2e179f1410ace2d696 (patch) | |
| tree | 47883cd1a4d5a8b6962fb459eda588ba2a86c095 /lisp | |
| parent | 8d9cc0b7ea1893059df8788129998e9a71ec07f3 (diff) | |
| download | emacs-9b229c32e01eaf8831053a2e179f1410ace2d696.tar.gz emacs-9b229c32e01eaf8831053a2e179f1410ace2d696.zip | |
(x-gtk-stock-map): :version changed to 23.1.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/term/x-win.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index df84a752678..a7e6515ba6b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-08-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * term/x-win.el (x-gtk-stock-map): :version changed to 23.1. | ||
| 4 | |||
| 1 | 2007-08-29 Juri Linkov <juri@jurta.org> | 5 | 2007-08-29 Juri Linkov <juri@jurta.org> |
| 2 | 6 | ||
| 3 | * loadup.el: Add "button" loading after "faces" and move "startup" | 7 | * loadup.el: Add "button" loading after "faces" and move "startup" |
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 478d63d6057..ed0f61a9ef3 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -2601,7 +2601,7 @@ order until succeed.") | |||
| 2601 | ("exit" . "gtk-quit")) | 2601 | ("exit" . "gtk-quit")) |
| 2602 | "How icons for tool bars are mapped to Gtk+ stock items. | 2602 | "How icons for tool bars are mapped to Gtk+ stock items. |
| 2603 | Emacs must be compiled with the Gtk+ toolkit for this to have any effect." | 2603 | Emacs must be compiled with the Gtk+ toolkit for this to have any effect." |
| 2604 | :version "23.0" | 2604 | :version "23.1" |
| 2605 | :type 'alist | 2605 | :type 'alist |
| 2606 | :group 'x) | 2606 | :group 'x) |
| 2607 | 2607 | ||