comparison lisp/ChangeLog @ 87425:6993642c1877

Show the functions changed.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 27 Dec 2007 02:22:59 +0000
parents c0ee02a9ac55
children 47c02bd68801
comparison
equal deleted inserted replaced
87424:c0ee02a9ac55 87425:6993642c1877
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 4
5 speed up (vc-dired-hook) by arranging for it to call the backend 5 * vc.el (vc-dired-hook): Significantly speed up by arranging for
6 dir-state hook (if it exists) exactly *once*, rather than once per 6 it to call the backend dir-state hook (if it exists)
7 each subdirectory (with dired-state-info calls on all toplevel files 7 exactly *once*, rather than once per each subdirectory (with
8 slowing it down even further). For this to work, backend dir-state 8 dired-state-info calls on all toplevel files slowing it down even
9 methods have to recurse to subdirectories. Most of them already 9 further). For this to work, backend dir-state methods have to
10 did anyway; a few needed *non*-recursion switches removed. This 10 recurse to subdirectories. Most of them already did anyway; a few
11 change mostly removed code that was perversely bad and should have 11 needed *non*-recursion switches removed. This change mostly
12 been shot through the head years ago. 12 removed code that was perversely bad and should have been shot
13 through the head years ago.
14
15 * vc-bzr.el (vc-bzr-dir-state):
16 * vc-cvs.el (vc-cvs-dir-state):
17 * vc-mcvs.el (vc-mcvs-dir-state):
18 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
13 19
14 2007-12-26 Andreas Schwab <schwab@suse.de> 20 2007-12-26 Andreas Schwab <schwab@suse.de>
15 21
16 * font-lock.el (save-buffer-state): Make sure the state of the 22 * font-lock.el (save-buffer-state): Make sure the state of the
17 buffer is always restored. 23 buffer is always restored.