aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog14
1 files changed, 9 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 49a997095df..4d40fb44666 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12008-06-24 Dan Nicolaescu <dann@ics.uci.edu> 12008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * add-log.el (add-change-log-entry): Add new arg to force each new
4 entry to be on a new line.
5 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
6
3 * vc-dir.el (vc-client-object): Remove. 7 * vc-dir.el (vc-client-object): Remove.
4 (vc-dir-prepare-status-buffer): Take a backend as an argument and 8 (vc-dir-prepare-status-buffer): Take a backend as an argument and
5 use it when looking for a buffer. 9 use it when looking for a buffer.
@@ -17,11 +21,11 @@
17 21
18 * vc.el (Todo): Update. 22 * vc.el (Todo): Update.
19 23
20 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer): 24 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
21 * vc-rcs.el (vc-annotate-convert-time): 25 * vc-rcs.el (vc-annotate-convert-time):
22 * vc-mtn.el (vc-annotate-convert-time): 26 * vc-mtn.el (vc-annotate-convert-time):
23 * vc-git.el (vc-annotate-convert-time): 27 * vc-git.el (vc-annotate-convert-time):
24 * vc-cvs.el (vc-annotate-convert-time): 28 * vc-cvs.el (vc-annotate-convert-time):
25 * vc-bzr.el (vc-annotate-convert-time): Declare as functions. 29 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
26 30
272008-06-23 Dan Nicolaescu <dann@ics.uci.edu> 312008-06-23 Dan Nicolaescu <dann@ics.uci.edu>