Mercurial > emacs
changeset 99786:8ed501c82dcd
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 22 Nov 2008 03:34:55 +0000 |
parents | 0a12c040f6e2 |
children | 24e48b0174fa |
files | lisp/ChangeLog |
diffstat | 1 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Nov 22 03:33:27 2008 +0000 +++ b/lisp/ChangeLog Sat Nov 22 03:34:55 2008 +0000 @@ -1,3 +1,30 @@ +2008-11-22 Glenn Morris <rgm@gnu.org> + + * vc-mtn.el (vc-mtn-diff-switches): New option. + (vc-mtn-program): Rename from vc-mtn-command, for + consistency with other backends. Keep old name as alias. + Update callers. Make it a defcustom. + (vc-mtn-diff): Give it a doc string. Apply diff switches. + + * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for + consistency with other backends. Keep old name as alias. + Make it a defcustom. + (vc-arch-command, vc-arch-trim-revlib): Adapt for above change. + + * vc-hg.el (vc-hg-program): New option. + (vc-hg-state, vc-hg-working-revision, vc-hg-command): + Use vc-hg-program rather than hard-coded "hg". + + * vc-svn.el: Remove leading `*' from defcustom doc-strings. + (vc-svn-program): Move defcustom to start. + (vc-svn-create-repo, vc-svn-modify-change-comment): + Use vc-svn-program rather than hard-coded "svn". + + * menu-bar.el: Stylistic consistency fixes for various menu and + help texts. + + * kmacro.el (kmacro-insert-counter): Doc fix. + 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change) * progmodes/tcl.el (tcl-filter): Don't forcibly move point.