aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 790bb74d2d9..2f77c64fa41 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,29 @@
12007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
2
3 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
4 program, and return nil
5 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
6 (vc-bzr-state): Look for path names relative to the repository
7 root after status keyword.
8 (vc-bzr-file-name-relative): New function.
9 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
10 depend on it.
11 (vc-bzr-admin-dirname, ...-checkout-format-file)
12 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
13 files that we now parse directly for speed.
14 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
15 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
16 (vc-bzr-state): "bzr status" successful only if exitcode is 0
17 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
18 Bzr warnings, so we must discard it.
19 (vc-bzr-workfile-version): Speedup counting lines from
20 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
21 if that file doesn't exist.
22 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
23 `vc-bzr-root-dir' for speed.
24 add `vc-bzr-admin-dirname' (not ".bzr"!) to `vc-directory-exclusion-list'
25 (vc-bzr-shell-command): New function.
26
12007-08-06 Tom Tromey <tromey@redhat.com> 272007-08-06 Tom Tromey <tromey@redhat.com>
2 28
3 * diff-mode.el (diff-unified->context, diff-reverse-direction) 29 * diff-mode.el (diff-unified->context, diff-reverse-direction)