Mercurial > emacs
diff etc/NEWS @ 108913:c05344a913c8
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.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 08 Jun 2010 22:24:01 -0700 |
parents | 3e41dbf56aa2 |
children | fca119200bda |
line wrap: on
line diff
--- a/etc/NEWS Tue Jun 08 22:58:26 2010 -0400 +++ b/etc/NEWS Tue Jun 08 22:24:01 2010 -0700 @@ -183,6 +183,11 @@ 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.