comparison lisp/ChangeLog @ 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 c7e85ff4bca6
children e7f12b4b8ef7
comparison
equal deleted inserted replaced
108912:c7e85ff4bca6 108913:c05344a913c8
1 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Improve support for special markup in the VC commit message.
4 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
5 * vc-hg.el (vc-hg-checkin): Add support for Date:.
6 * vc-git.el (vc-git-checkin):
7 * vc-bzr.el (vc-bzr-checkin): Likewise.
8
1 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca> 9 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that 11 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4 can be handled with a ((:before "fn") (:prev "=>" parent)) rule. 12 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
5 13