Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
108912:c7e85ff4bca6 | 108913:c05344a913c8 |
---|---|
181 Summary: <one line summary of this change> | 181 Summary: <one line summary of this change> |
182 Fixes: <reference to the bug fixed by this change> | 182 Fixes: <reference to the bug fixed by this change> |
183 Some backends handle some of those headers specially, but any unknown header | 183 Some backends handle some of those headers specially, but any unknown header |
184 is just left as is in the message, so it is not lost. | 184 is just left as is in the message, so it is not lost. |
185 | 185 |
186 **** vc-git handles Author: and Date: | |
187 **** vc-hg handles Author: and Date: | |
188 **** vc-bzr handles Author:, Date: and Fixes: | |
189 **** vc-mtn handles Author: and Date: | |
190 | |
186 ** Directory local variables can apply to file-less buffers. | 191 ** Directory local variables can apply to file-less buffers. |
187 For example, adding "(diff-mode . ((mode . whitespace)))" to your | 192 For example, adding "(diff-mode . ((mode . whitespace)))" to your |
188 .dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* buffers. | 193 .dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* buffers. |
189 | 194 |
190 ** SQL Mode enhancements. | 195 ** SQL Mode enhancements. |