comparison lisp/ChangeLog @ 96217:e5a55b8c9892

* add-log.el (add-change-log-entry): Add new arg to force each new entry to be on a new line. * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 24 Jun 2008 04:04:48 +0000
parents 0c3be806e711
children 15fc1f3d8664
comparison
equal deleted inserted replaced
96216:0c3be806e711 96217:e5a55b8c9892
1 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu> 1 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
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.
2 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.
6 (vc-dir): Add a backend argument. Set revert-buffer-function. 10 (vc-dir): Add a backend argument. Set revert-buffer-function.
15 directories. Don't display any text for directories in the state 19 directories. Don't display any text for directories in the state
16 column. Add tooltips. 20 column. Add tooltips.
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
27 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu> 31 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
28 32
29 * vc-annotate.el (vc-annotate-mode): Derive from special-mode 33 * vc-annotate.el (vc-annotate-mode): Derive from special-mode