# HG changeset patch # User Dan Nicolaescu # Date 1211845499 0 # Node ID d76d74f405b8cb66af483c233de28e680b942022 # Parent 685f73a291fb0aab886eaa5fb3c68e1711ccd10d * vc.el (Problems): Remove fixed issues. * vc-dispatcher.el (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu. diff -r 685f73a291fb -r d76d74f405b8 lisp/ChangeLog --- 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 + * 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 diff -r 685f73a291fb -r d76d74f405b8 lisp/vc.el --- 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)