comparison lisp/ChangeLog @ 87447:20c5521ec929

Changelog typo fixes.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 28 Dec 2007 13:30:34 +0000
parents 168445c0b213
children 7477a697d7e1
comparison
equal deleted inserted replaced
87446:168445c0b213 87447:20c5521ec929
1 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com> 1 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
2 2
3 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el 3 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
4 to vc-hooks.el so it will be available to other modes, such as 4 to vc-hooks.el so it will be available to other modes, such as
5 speedbar.el. Also, teach it to recognize monotine state directories. 5 speedbar.el. Also, teach it to recognize monotone state directories.
6 6
7 * speedbar.el: Remove this mode's fragile assumptions about 7 * speedbar.el: Remove this mode's fragile assumptions about
8 version-control systems. Instead, make it use logic from 8 version-control systems. Instead, make it use logic from
9 vc-hooks.el so it will become smarter whenever VC mode does. 9 vc-hooks.el so it will become smarter whenever VC mode does.
10 10
11 * vc-hooks.el: 'added is a real state, not a future hypothetical 11 * vc-hooks.el: 'added is a real state, not a future hypothetical
12 one. Fix the documentation. 12 one. Fix the documentation.
13 13
14 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el: 14 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
15 Modify all instances of the dir-state back-end method to suppress 15 Modify all instances of the dir-state back-end method to suppress
16 keeping undo lists on the buffers holding astatus output, which 16 keeping undo lists on the buffers holding status output, which
17 csn get extremely large. 17 can get extremely large.
18 18
19 2007-12-28 Nick Roberts <nickrob@snap.net.nz> 19 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
20 20
21 * thumbs.el (thumbs-call-convert): Use call-process directly 21 * thumbs.el (thumbs-call-convert): Use call-process directly
22 with thumbs-conversion-program instead of through shell-file-name 22 with thumbs-conversion-program instead of through shell-file-name