From bdc398a919617ed67216e2ce81b98623ff32a125 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Thu, 6 Mar 2008 10:59:27 +0000 Subject: [PATCH] (x-gtk-stock-map): Add bookmark_add. --- lisp/ChangeLog | 8 ++++++++ lisp/term/x-win.el | 1 + 2 files changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a62f65d2f2b..7f0cc3c761c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2008-03-06 Jan Dj$(Q)Z(Brv + + * term/x-win.el (x-gtk-stock-map): Add bookmark_add. + + * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file) + (vc-status-toggle-mark): New functions. + (vc-status-mode): Set tool bar map. + 2008-03-05 Chong Yidong * emacs-lisp/lisp.el (parens-require-spaces): Doc fix. diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index e7aa5736ff6..7d7f091b2fd 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: ("etc/images/search" . "gtk-find") ("etc/images/exit" . "gtk-quit") ("etc/images/cancel" . "gtk-cancel") + ("etc/images/bookmark_add" . "n:bookmark_add") ;; Used in Gnus and/or MH-E: ("etc/images/attach" . "gtk-attach") ("etc/images/connect" . "gtk-connect") -- 2.39.2