diff options
| author | Stefan Monnier | 2008-05-11 21:59:45 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-05-11 21:59:45 +0000 |
| commit | 07c4b87ce26e8bf6c3e613505fb4cab91c958a48 (patch) | |
| tree | 4c1e7685fa9ee92c409de779c6f41b527f331803 /lisp/ChangeLog | |
| parent | 365bdf633bfdea972e63d42bff7e503f80716e69 (diff) | |
| download | emacs-07c4b87ce26e8bf6c3e613505fb4cab91c958a48.tar.gz emacs-07c4b87ce26e8bf6c3e613505fb4cab91c958a48.zip | |
(vc-bzr-sha1, vc-bzr-command-discarding-stderr)
(vc-bzr-revision-completion-table): Use process-file.
(vc-bzr-working-revision): Pass relative file names.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 88c4e96202f..a3981bc9d03 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr) | ||
| 4 | (vc-bzr-revision-completion-table): Use process-file. | ||
| 5 | (vc-bzr-working-revision): Pass relative file names. | ||
| 6 | |||
| 3 | * diff-mode.el (diff-hunk-header-re): Refine the regexp. | 7 | * diff-mode.el (diff-hunk-header-re): Refine the regexp. |
| 4 | 8 | ||
| 5 | 2008-05-11 Juri Linkov <juri@jurta.org> | 9 | 2008-05-11 Juri Linkov <juri@jurta.org> |
| @@ -18,7 +22,7 @@ | |||
| 18 | 22 | ||
| 19 | 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com> | 23 | 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com> |
| 20 | 24 | ||
| 21 | * vc-hooks.el (vc-recompute-state): Removed (dead code). | 25 | * vc-hooks.el (vc-recompute-state): Remove (dead code). |
| 22 | 26 | ||
| 23 | 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu> | 27 | 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu> |
| 24 | 28 | ||