]> git.eshelyaron.com Git - emacs.git/commitdiff
* vc.el (Problems): Remove fixed issues.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 26 May 2008 23:44:59 +0000 (23:44 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 26 May 2008 23:44:59 +0000 (23:44 +0000)
* vc-dispatcher.el (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.

lisp/ChangeLog
lisp/vc.el

index 383dfdb2c79ad7a5efc6698537e66d17b0d6a2fe..f48bfb2f1de3db2c1dc8ac7a72fd428fcc586840 100644 (file)
@@ -1,6 +1,9 @@
 2008-05-26  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * vc.el (Problems): Remove fixed issues.
+
        * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
+       (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
 
 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
index ef4aa2b7a052ef3cbdb75c157590318fdd20eaad..0fd4fbb712cca9820a6594dcec57ffe584d2afd7 100644 (file)
 ;; - the *vc-dir* buffer is not updated correctly anymore after VC
 ;;   operations that change the file state.
 ;;
-;; - the mouse3 menu for vc-dir does not have a title anymore.
-;;
-;; - the menu for the *vc-dir* buffer uses the wrong name now.
-;;
 ;;; Code:
 
 (require 'vc-hooks)