Mercurial > emacs
diff lisp/ChangeLog @ 91951:d42fe75822fe
* vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
(vc-status-mode-menu): Add a :filter.
(vc-status-printer): Add faces.
* vc-hg.el (vc-hg-extra-status-menu): New function.
(vc-hg-dir-status): Clean up the buffer before using it.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 19 Feb 2008 07:10:33 +0000 |
parents | d758efc0f23f |
children | c63fbebcd19c |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Feb 19 04:30:50 2008 +0000 +++ b/lisp/ChangeLog Tue Feb 19 07:10:33 2008 +0000 @@ -1,3 +1,12 @@ +2008-02-19 Dan Nicolaescu <dann@ics.uci.edu> + + * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions. + (vc-status-mode-menu): Add a :filter. + (vc-status-printer): Add faces. + + * vc-hg.el (vc-hg-extra-status-menu): New function. + (vc-hg-dir-status): Clean up the buffer before using it. + 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca> * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.