changeset 95319:d76d74f405b8

* vc.el (Problems): Remove fixed issues. * vc-dispatcher.el (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 26 May 2008 23:44:59 +0000
parents 685f73a291fb
children 51b445e6b312
files lisp/ChangeLog lisp/vc.el
diffstat 2 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 26 23:40:15 2008 +0000
+++ b/lisp/ChangeLog	Mon May 26 23:44:59 2008 +0000
@@ -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>
 
--- a/lisp/vc.el	Mon May 26 23:40:15 2008 +0000
+++ b/lisp/vc.el	Mon May 26 23:44:59 2008 +0000
@@ -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)