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: Eric S. Raymond
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sat, 29 Dec 2007 13:20:52 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Eric S. Raymond <esr>   07/12/29 13:20:50

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12481
retrieving revision 1.12482
diff -u -b -r1.12481 -r1.12482
--- ChangeLog   29 Dec 2007 12:59:09 -0000      1.12481
+++ ChangeLog   29 Dec 2007 13:20:49 -0000      1.12482
@@ -1,3 +1,23 @@
+2007-12-29  Eric S. Raymond  <address@hidden>
+
+       * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
+       'added, 'removed.
+
+       * vc.el (header coment): Better description of dir-state.
+       (vc-compatible-state): New function.  Checks whether two states
+       can be in the same changeset; used with 'edited it can test whether
+       the next action for a state should be commit.
+       (vc-default-dired-format0info): Display 'added state.
+       (vc-dired-hook): Turn off undo, this is a speed tweak.
+
+       * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
+
+       * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
+       Cope with the possibility that the 'C' status flag might change
+       in 0.9,6.
+
+       * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
+
 2007-12-29  Thien-Thi Nguyen  <address@hidden>
 
        * files.el (cd-absolute): Fix omission bug:




reply via email to

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