From 4ff615b49ff936fef63b0cf4f14f7e1bf53e456d Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Mon, 26 May 2008 23:44:59 +0000 Subject: [PATCH] * vc.el (Problems): Remove fixed issues. * vc-dispatcher.el (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu. --- lisp/ChangeLog | 3 +++ lisp/vc.el | 4 ---- 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 + * 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 --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) -- 2.39.2