diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2008-04-09 10:36:14 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2008-04-09 10:36:14 +0000 |
commit | 44a1781296d25c38121e21859e81b0317da5ca82 (patch) | |
tree | abd5ec8f68e92793dd2677dbdea771ebaa8c7947 /lisp | |
parent | 03fdd67449f51bb8868b4e1e42463a404cec3ec5 (diff) | |
download | emacs-44a1781296d25c38121e21859e81b0317da5ca82.tar.gz emacs-44a1781296d25c38121e21859e81b0317da5ca82.tar.bz2 emacs-44a1781296d25c38121e21859e81b0317da5ca82.zip |
(vc-status-tool-bar-map): Add vc-print-log to tool bar.
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 |