diff options
| author | Eric S. Raymond | 2007-12-28 08:59:50 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 2007-12-28 08:59:50 +0000 |
| commit | 18e1f24981ba72ede1fb434568e18ed0e46debbd (patch) | |
| tree | 4e753b9c938b377f2904f2640ff4bb2b385a1f06 /lisp/ChangeLog | |
| parent | a50d124451e48606aef655c0cde38b4cbf139988 (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-12-28 Nick Roberts <nickrob@snap.net.nz> | 8 | 2007-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 |