comparison lisp/ChangeLog @ 94540:55cb4c49dc98

The day wehen vc-toggle-ready-only was a good idea is long gone.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 02 May 2008 07:12:59 +0000
parents fee32a11924d
children 135f7ef84766
comparison
equal deleted inserted replaced
94539:fee32a11924d 94540:55cb4c49dc98
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
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.
7 10
8 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu> 11 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9 12
10 * vc-rcs.el (vc-rcs-state): Fix typos. 13 * vc-rcs.el (vc-rcs-state): Fix typos.
11 14