Mercurial > emacs
comparison lisp/ChangeLog @ 99786:8ed501c82dcd
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 22 Nov 2008 03:34:55 +0000 |
parents | 46cd7381c2ff |
children | 2de5937e4473 |
comparison
equal
deleted
inserted
replaced
99785:0a12c040f6e2 | 99786:8ed501c82dcd |
---|---|
1 2008-11-22 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * vc-mtn.el (vc-mtn-diff-switches): New option. | |
4 (vc-mtn-program): Rename from vc-mtn-command, for | |
5 consistency with other backends. Keep old name as alias. | |
6 Update callers. Make it a defcustom. | |
7 (vc-mtn-diff): Give it a doc string. Apply diff switches. | |
8 | |
9 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for | |
10 consistency with other backends. Keep old name as alias. | |
11 Make it a defcustom. | |
12 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change. | |
13 | |
14 * vc-hg.el (vc-hg-program): New option. | |
15 (vc-hg-state, vc-hg-working-revision, vc-hg-command): | |
16 Use vc-hg-program rather than hard-coded "hg". | |
17 | |
18 * vc-svn.el: Remove leading `*' from defcustom doc-strings. | |
19 (vc-svn-program): Move defcustom to start. | |
20 (vc-svn-create-repo, vc-svn-modify-change-comment): | |
21 Use vc-svn-program rather than hard-coded "svn". | |
22 | |
23 * menu-bar.el: Stylistic consistency fixes for various menu and | |
24 help texts. | |
25 | |
26 * kmacro.el (kmacro-insert-counter): Doc fix. | |
27 | |
1 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change) | 28 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change) |
2 | 29 |
3 * progmodes/tcl.el (tcl-filter): Don't forcibly move point. | 30 * progmodes/tcl.el (tcl-filter): Don't forcibly move point. |
4 | 31 |
5 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca> | 32 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca> |