aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorThien-Thi Nguyen2008-02-09 12:32:57 +0000
committerThien-Thi Nguyen2008-02-09 12:32:57 +0000
commit1d5b2149021585fb5d44cd2b587f95c723ea25a0 (patch)
tree60d4a1fd18651f3c6048517c01ea47513c3ed4f6 /lisp/ChangeLog
parent274ec34ba75f27858c1fe0f125493b3bb40bf42a (diff)
downloademacs-1d5b2149021585fb5d44cd2b587f95c723ea25a0.tar.gz
emacs-1d5b2149021585fb5d44cd2b587f95c723ea25a0.zip
Make vc-diff-internal messages consistent across many cases.
(vc-exec-after): Append CODE to previous fragments. (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME; take MESSAGES instead of VERBOSE; use it when non-nil. (vc-diff-internal): Compute messages once; use them; update call to vc-diff-finish.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 245ea7b3f07..ff0dea0aa38 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
2
3 * vc.el (vc-exec-after): Append CODE to previous fragments.
4 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
5 take MESSAGES instead of VERBOSE; use it when non-nil.
6 (vc-diff-internal): Compute messages once; use them;
7 update call to vc-diff-finish.
8
12008-02-09 Michael Olson <mwolson@gnu.org> 92008-02-09 Michael Olson <mwolson@gnu.org>
2 10
3 * net/tramp.el (tramp-process-sentinel): Avoid error when process 11 * net/tramp.el (tramp-process-sentinel): Avoid error when process