diff options
| author | Eric S. Raymond | 2007-12-26 23:24:08 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 2007-12-26 23:24:08 +0000 |
| commit | cdce374aed500a9b86f96af71d72a618d9639054 (patch) | |
| tree | 85372217cfc358e5b77b90c1cd59b600663f386d /lisp/ChangeLog | |
| parent | f24830d2b74c9f86626661d143d10804d8e22a62 (diff) | |
| download | emacs-cdce374aed500a9b86f96af71d72a618d9639054.tar.gz emacs-cdce374aed500a9b86f96af71d72a618d9639054.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ba59b6db9ca..e9d99a404f2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,15 @@ | |||
| 1 | 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com> | 1 | 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com> |
| 2 | 2 | ||
| 3 | * log-view.el: Add Subversion and Mercurial log format samples. | 3 | * log-view.el: Add Subversion and Mercurial log format samples. |
| 4 | * vc-bzr.el, vc-cvs.el, vc.el, vc-mcvs.el, vc-svn.el: Significantly | ||
| 5 | speed up (vc-dired-hook) by arranging for it to call the backend | ||
| 6 | dir-state hook (if it exists) exactly *once*, rather than once per | ||
| 7 | each subdirectory (with dired-state-info calls on all toplevel files | ||
| 8 | slowing it down even further). For this to work, backend dir-state | ||
| 9 | methods have to recurse to subdirectories. Most of them already | ||
| 10 | did anyway; a few needed *non*-recursion switches removed. This | ||
| 11 | change mostly removed code that was perversely bad and should have | ||
| 12 | been shot through the head years ago. | ||
| 4 | 13 | ||
| 5 | 2007-12-26 Andreas Schwab <schwab@suse.de> | 14 | 2007-12-26 Andreas Schwab <schwab@suse.de> |
| 6 | 15 | ||