aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2010-06-08 22:24:01 -0700
committerDan Nicolaescu <[email protected]>2010-06-08 22:24:01 -0700
commitfab43c76d009176eff8c12a8cd19a0d1ed87156a (patch)
tree8a61f28b3dc491653939c38594a277cbc4bcb4f3 /etc
parente7d67e73b2bd68701d2972dd1ba181a78a974e8f (diff)
Improve support for special markup in the VC commit message.
* lisp/vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup. * lisp/vc-hg.el (vc-hg-checkin): Add support for Date:. * lisp/vc-git.el (vc-git-checkin): * lisp/vc-bzr.el (vc-bzr-checkin): Likewise.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f37356dc03..2742c3535f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -183,6 +183,11 @@ with headers of the form:
Some backends handle some of those headers specially, but any unknown header
is just left as is in the message, so it is not lost.
+**** vc-git handles Author: and Date:
+**** vc-hg handles Author: and Date:
+**** vc-bzr handles Author:, Date: and Fixes:
+**** vc-mtn handles Author: and Date:
+
** Directory local variables can apply to file-less buffers.
For example, adding "(diff-mode . ((mode . whitespace)))" to your
.dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* buffers.