diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/vc.el | 2 |
2 files changed, 4 insertions, 0 deletions
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 <jan.h.d@swipnet.se> + * 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 |