From 44a1781296d25c38121e21859e81b0317da5ca82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Wed, 9 Apr 2008 10:36:14 +0000 Subject: [PATCH] (vc-status-tool-bar-map): Add vc-print-log to tool bar. --- lisp/ChangeLog | 2 ++ lisp/vc.el | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1628021f0d..e74b3d2aac8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -4,6 +4,8 @@ 2008-04-09 Jan Djärv + * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar. + * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as show-help-function when turning tooltip off. (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area. diff --git a/lisp/vc.el b/lisp/vc.el index ec22c49d17b..b88b6adf94b 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -2935,6 +2935,8 @@ specific headers." (tool-bar-local-item-from-menu 'vc-status-next-line "right-arrow" map vc-status-mode-map :rtl "left-arrow") + (tool-bar-local-item-from-menu 'vc-print-log "info" + map vc-status-mode-map) (tool-bar-local-item-from-menu 'vc-status-refresh "refresh" map vc-status-mode-map) (tool-bar-local-item-from-menu 'nonincremental-search-forward -- 2.39.5