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: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sat, 29 Mar 2008 05:34:56 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/03/29 05:34:54

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13238
retrieving revision 1.13239
diff -u -b -r1.13238 -r1.13239
--- ChangeLog   29 Mar 2008 05:33:06 -0000      1.13238
+++ ChangeLog   29 Mar 2008 05:34:52 -0000      1.13239
@@ -3,6 +3,25 @@
        * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
        the current backend.
 
+       * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
+       (vc-status-refresh): Create a temporary buffer and call the
+       `dir-status' backend function from that buffer.
+
+       * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
+       (vc-bzr-after-dir-status): Don't kill the buffer.
+
+       * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
+       (vc-cvs-after-dir-status): Don't kill the buffer.
+
+       * vc-git.el (vc-git-dir-status): Don't create a buffer.
+       (vc-git-after-dir-status-stage2): Don't kill the buffer.
+
+       * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
+       (vc-hg-after-dir-status): Don't kill the buffer.
+
+       * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
+       (vc-svn-after-dir-status): Don't kill the buffer.
+
 2008-03-29  Glenn Morris  <address@hidden>
 
        * calendar/calendar.el (diary-file, american-date-diary-pattern)




reply via email to

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