comparison lisp/ChangeLog @ 54470:b86ac1ad1f97

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 22 Mar 2004 04:43:17 +0000
parents d21aba49e1ce
children 4430bf20d489
comparison
equal deleted inserted replaced
54469:0610337ed9b5 54470:b86ac1ad1f97
1 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
2
3 * format.el (format-insert-file): Always return a list of two
4 elements, like insert-file-contents does.
5
1 2004-03-21 Andre Spiegel <spiegel@gnu.org> 6 2004-03-21 Andre Spiegel <spiegel@gnu.org>
2 7
3 * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log 8 * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log
4 and vc-BACKEND-diff. 9 and vc-BACKEND-diff.
5 (vc-print-log): If the print-log implementation supports it, use 10 (vc-print-log): If the print-log implementation supports it, use
6 the new BUFFER argument to direct output to *vc-change-log*, not *vc*. 11 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
7 (vc-version-diff, vc-diff-internal): Doc fixes. 12 (vc-version-diff, vc-diff-internal): Doc fixes.
8 13
9 * vc-hooks.el (vc-default-workfile-unchanged-p): If the 14 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
10 implementation supports it, let diff output go to *vc*, 15 implementation supports it, let diff output go to *vc*,
11 not *vc-diff*, since this is an internal call. 16 not *vc-diff*, since this is an internal call.
12 17
13 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER 18 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER
14 argument. 19 argument.
15 20
16 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise. 21 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17 22
18 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise. 23 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19 24
20 2004-03-21 Dave Love <fx@gnu.org> 25 2004-03-21 Dave Love <fx@gnu.org>
21 26
22 * progmodes/cfengine.el (cfengine-mode): Set 27 * progmodes/cfengine.el (cfengine-mode): Set
23 parse-sexp-ignore-comments. 28 parse-sexp-ignore-comments.
24 29