comparison lisp/ChangeLog @ 94521:2a61c5f918a5

Change 'needs-patch to 'needs-update.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 01 May 2008 19:13:16 +0000
parents 069edac43148
children 207661f84875
comparison
equal deleted inserted replaced
94520:069edac43148 94521:2a61c5f918a5
1 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
2
3 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
4 when appropriate.
5 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
6 we report the 'unregistered state reliably.
7 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
8 we report the 'unregistered state reliably.
9 * vc-git.el (vc-git-state): Call vc-git-unregistered so
10 we report the 'unregistered state reliably.
11 * vc-hooks (vc-state): Document that vc-unregistered is
12 now expected to be returned reliably.
13 * vc.el (vc-default-dired-state): Change needs-patch state to
14 needs-update, since the name now shows up in dir-status listings
15 and was somewhat misleading.
16
1 2008-05-01 Sam Steingold <sds@gnu.org> 17 2008-05-01 Sam Steingold <sds@gnu.org>
2 18
3 * vc.el (vc-delete-file): Check if the file has uncommitted changed. 19 * vc.el (vc-delete-file): Check if the file has uncommitted changed.
4 20
5 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca> 21 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>