diff options
| author | Eric S. Raymond | 2007-12-28 16:24:31 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 2007-12-28 16:24:31 +0000 |
| commit | 0f67cc71b4047fd71b873a4e73644a097722869c (patch) | |
| tree | c041d8637e21d51ae029fb69c4edb02758a712a3 /lisp/ChangeLog | |
| parent | 5b7ec6a8137672e5c42527a604897d16ad78cdb6 (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 | |||
| 19 | 2007-12-28 Nick Roberts <nickrob@snap.net.nz> | 22 | 2007-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 |