emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog
Date: Sat, 22 Nov 2008 03:34:57 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/11/22 03:34:57

Modified files:
        lisp           : ChangeLog 

Log message:
        *** empty log message ***

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.14826&r2=1.14827

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.14826
retrieving revision 1.14827
diff -u -b -r1.14826 -r1.14827
--- ChangeLog   21 Nov 2008 22:17:42 -0000      1.14826
+++ ChangeLog   22 Nov 2008 03:34:55 -0000      1.14827
@@ -1,3 +1,30 @@
+2008-11-22  Glenn Morris  <address@hidden>
+
+       * 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  <address@hidden>  (tiny change)
 
        * progmodes/tcl.el (tcl-filter): Don't forcibly move point.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]