emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Mon, 05 May 2008 06:12:34 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/05/05 06:12:33

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13661
retrieving revision 1.13662
diff -u -b -r1.13661 -r1.13662
--- ChangeLog   5 May 2008 02:43:39 -0000       1.13661
+++ ChangeLog   5 May 2008 06:12:31 -0000       1.13662
@@ -1,3 +1,9 @@
+2008-05-05  Stefan Monnier  <address@hidden>
+
+       * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
+       client-mode -> vc-client-object, and guess `funcall' was meant.
+       (vc-dir-mode): Rename client-mode -> vc-client.mode.
+
 2008-05-05  Dan Nicolaescu  <address@hidden>
 
        * net/zeroconf.el (dbus-call-method, dbus-register-signal)
@@ -5,10 +11,9 @@
 
 2008-05-04  Roland Winkler  <address@hidden>
 
-       * proced.el (proced-command-alist): Fix system-type values.  Fix
-       defcustom.
-       (proced-sorting-schemes-alist, proced-sorting-scheme): New
-       variables.
+       * proced.el (proced-command-alist): Fix system-type values.
+       Fix defcustom.
+       (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
        (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
        (proced-sort-start, proced-sort, proced-sort-time): New commands.
        (proced-update): Use proced-sorting-scheme.  Update modeline.
@@ -19,8 +24,7 @@
 
        * vc.el: Require dired when compiling.
 
-       * minibuffer.el (completion--insert-strings): Don't delete past
-       bol.
+       * minibuffer.el (completion--insert-strings): Don't delete past bol.
 
 2008-05-03  Glenn Morris  <address@hidden>
 
@@ -43,11 +47,11 @@
 2008-05-03  Eric S. Raymond  <address@hidden>
 
        * vc-dispatcher.el: New file, separates out the UI and command
-       execution machinery from VCS-specific logic left in vc.el.  The
-       separation is not yet completely clean, but it's a good start.
-       * vc.el: This file is about 1700 lines shorter now.  Obsolete
-       logentry-check is removed from the backend API.
-       * vc-sccs.el: Obsolete vc-sccs-logentry-check removed.  This was
+       execution machinery from VCS-specific logic left in vc.el.
+       The separation is not yet completely clean, but it's a good start.
+       * vc.el: This file is about 1700 lines shorter now.
+       Remove obsolete logentry-check from the backend API.
+       * vc-sccs.el (vc-sccs-logentry-check): Remove .  This was
        was the only implementation of the logentry-check method, and
        it guarded against a log length limit that has probably been
        obsolete for 15 years (!).




reply via email to

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