aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 681db215f37..0faeb774b49 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12010-06-09 Dan Nicolaescu <dann@ics.uci.edu> 12010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 Add optional support for resetting VC properties.
4 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
5 call vc-file-clearprops when true.
6 (vc-resynch-buffer): Add new optional argument, pass it down.
7 (vc-resynch-buffers-in-directory): Likewise.
8
3 Improve support for special markup in the VC commit message. 9 Improve support for special markup in the VC commit message.
4 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup. 10 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
5 * vc-hg.el (vc-hg-checkin): Add support for Date:. 11 * vc-hg.el (vc-hg-checkin): Add support for Date:.