Mercurial > emacs
diff lisp/ChangeLog @ 82027:1350ba0c0448
* vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
for branches and new files.
* vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
local-map handling ...
(vc-mode-line): ... here. Improve handling of help-echo.
* vc.el (mode-line-string): Document help-echo usage.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 22 Jul 2007 19:04:11 +0000 |
parents | db5b57e9fc79 |
children | ff5079ea60b8 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jul 22 16:50:21 2007 +0000 +++ b/lisp/ChangeLog Sun Jul 22 19:04:11 2007 +0000 @@ -1,3 +1,14 @@ +2007-07-22 Dan Nicolaescu <dann@ics.uci.edu> + + * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips + for branches and new files. + + * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and + local-map handling ... + (vc-mode-line): ... here. Improve handling of help-echo. + + * vc.el (mode-line-string): Document help-echo usage. + 2007-07-22 Michael Albinus <michael.albinus@gmx.de> Sync with Tramp 2.1.10.