summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/vc.el4
2 files changed, 3 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 383dfdb2c79..f48bfb2f1de 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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>
diff --git a/lisp/vc.el b/lisp/vc.el
index ef4aa2b7a05..0fd4fbb712c 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -661,10 +661,6 @@
;; - 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)