aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEric S. Raymond2007-12-28 08:59:50 +0000
committerEric S. Raymond2007-12-28 08:59:50 +0000
commit18e1f24981ba72ede1fb434568e18ed0e46debbd (patch)
tree4e753b9c938b377f2904f2640ff4bb2b385a1f06 /lisp/ChangeLog
parenta50d124451e48606aef655c0cde38b4cbf139988 (diff)
downloademacs-18e1f24981ba72ede1fb434568e18ed0e46debbd.tar.gz
emacs-18e1f24981ba72ede1fb434568e18ed0e46debbd.zip
* vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
Modify all instances of the dir-state back-end method to suppress keeping undo lists on the buffers holding astatus output, which csn get extremely large.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c62834d20b2..04992cd88f5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
2
3 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
4 Modify all instances of the dir-state back-end method to suppress
5 keeping undo lists on the buffers holding astatus output, which
6 csn get extremely large.
7
12007-12-28 Nick Roberts <nickrob@snap.net.nz> 82007-12-28 Nick Roberts <nickrob@snap.net.nz>
2 9
3 * thumbs.el (thumbs-call-convert): Use call-process directly 10 * thumbs.el (thumbs-call-convert): Use call-process directly