comparison lisp/ChangeLog @ 94544:aa5169cbd932

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 02 May 2008 08:12:59 +0000
parents 135f7ef84766
children 607b4fd9f3bc
comparison
equal deleted inserted replaced
94543:135f7ef84766 94544:aa5169cbd932
2 2
3 * vc.el (vc-default-dired-state-info): Change name of primitive 3 * vc.el (vc-default-dired-state-info): Change name of primitive
4 to prettify-state-info, in preparation for ripping out dired mode. 4 to prettify-state-info, in preparation for ripping out dired mode.
5 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive 5 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
6 to prettify-state-info, in preparation for ripping out dired mode. 6 to prettify-state-info, in preparation for ripping out dired mode.
7 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user 7 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
8 tries this on a version-controlled buffer. it will do useless or 8 tries this on a version-controlled buffer. It will do useless or
9 actively bad things on any version control system newer than RCS. 9 actively bad things on any version control system newer than RCS.
10 * vc-hooks.el (vc-dired-resynch-file), 10 * vc-hooks.el (vc-dired-resynch-file):
11 vc.el (vc-dired-resynch-file): Change name of primitive to 11 * vc.el (vc-dired-resynch-file): Change name of primitive to
12 vc-directory-resynch-file, preoaring to remove dired. 12 vc-directory-resynch-file, preparing to remove dired.
13 13
14 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu> 14 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15 15
16 * vc-rcs.el (vc-rcs-state): Fix typos. 16 * vc-rcs.el (vc-rcs-state): Fix typos.
17 17