diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-02-09 Michael Olson <mwolson@gnu.org> | 9 | 2008-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 |