comparison lisp/ChangeLog @ 93118:01d3fd1a2cfe

* vc-hg.el (vc-hg-state): * vc-git.el (vc-git-state): * vc-cvs.el (vc-cvs-parse-status): * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that state.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 21 Mar 2008 05:53:48 +0000
parents 75a20590b1bb
children 3546cd0119d2
comparison
equal deleted inserted replaced
93117:87f463ae1530 93118:01d3fd1a2cfe
1 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-hg.el (vc-hg-state):
4 * vc-git.el (vc-git-state):
5 * vc-cvs.el (vc-cvs-parse-status):
6 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
7 state.
8
1 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca> 9 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * progmodes/compile.el (compile): 11 * progmodes/compile.el (compile):
4 * progmodes/grep.el (grep, grep-find): Use read-shell-command. 12 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
5 13