1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* vc.el (Problems): Remove fixed issues.

* vc-dispatcher.el (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
This commit is contained in:
Dan Nicolaescu 2008-05-26 23:44:59 +00:00
parent 592da08ebd
commit 4ff615b49f
2 changed files with 3 additions and 4 deletions

View 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>

View file

@ -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)