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: Fri, 28 Dec 2007 13:29:44 +0000

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

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12468
retrieving revision 1.12469
diff -u -b -r1.12468 -r1.12469
--- ChangeLog   28 Dec 2007 09:48:35 -0000      1.12468
+++ ChangeLog   28 Dec 2007 13:29:41 -0000      1.12469
@@ -1,5 +1,16 @@
 2007-12-28  Eric S. Raymond  <address@hidden>
 
+       * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
+       to vc-hooks.el so it will be available to other modes, such as
+       speedbar.el.  Also, teach it to recognize monotine state directories.
+
+       * speedbar.el: Remove this mode's fragile assumptions about
+       version-control systems.  Instead, make it use logic from
+       vc-hooks.el so it will become smarter whenever VC mode does.
+
+       * vc-hooks.el: 'added is a real state, not a future hypothetical
+       one. Fix the documentation.
+
        * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
        Modify all instances of the dir-state back-end method to suppress
        keeping undo lists on the buffers holding astatus output, which




reply via email to

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