aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEric S. Raymond2007-12-28 16:24:31 +0000
committerEric S. Raymond2007-12-28 16:24:31 +0000
commit0f67cc71b4047fd71b873a4e73644a097722869c (patch)
treec041d8637e21d51ae029fb69c4edb02758a712a3 /lisp/ChangeLog
parent5b7ec6a8137672e5c42527a604897d16ad78cdb6 (diff)
downloademacs-0f67cc71b4047fd71b873a4e73644a097722869c.tar.gz
emacs-0f67cc71b4047fd71b873a4e73644a097722869c.zip
* vc-cvs.el, vc-svn.el: Simplify backend dired-state-info
functions so they don't do work that the default one can do instead
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bfdba9ab2b8..eefada19f60 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -16,6 +16,9 @@
16 keeping undo lists on the buffers holding status output, which 16 keeping undo lists on the buffers holding status output, which
17 can get extremely large. 17 can get extremely large.
18 18
19 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info
20 functions so they don't do work that the default one can do instead
21
192007-12-28 Nick Roberts <nickrob@snap.net.nz> 222007-12-28 Nick Roberts <nickrob@snap.net.nz>
20 23
21 * thumbs.el (thumbs-call-convert): Use call-process directly 24 * thumbs.el (thumbs-call-convert): Use call-process directly