Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
91950:d758efc0f23f | 91951:d42fe75822fe |
---|---|
1 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions. | |
4 (vc-status-mode-menu): Add a :filter. | |
5 (vc-status-printer): Add faces. | |
6 | |
7 * vc-hg.el (vc-hg-extra-status-menu): New function. | |
8 (vc-hg-dir-status): Clean up the buffer before using it. | |
9 | |
1 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca> | 10 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 11 |
3 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value. | 12 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value. |
4 (gdb): Initialize it here instead. | 13 (gdb): Initialize it here instead. |
5 | 14 |