aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLuc Teirlinck2004-03-22 04:43:17 +0000
committerLuc Teirlinck2004-03-22 04:43:17 +0000
commit19e580b4e9e40d3bce53fc39eddfe49a27a995f9 (patch)
tree80914bc94397364f18eac4abe441f20619847408 /lisp/ChangeLog
parent091ec19209584a1e69acfb36410ed71284f574cf (diff)
downloademacs-19e580b4e9e40d3bce53fc39eddfe49a27a995f9.tar.gz
emacs-19e580b4e9e40d3bce53fc39eddfe49a27a995f9.zip
(format-insert-file): Always return a list of two elements,
like insert-file-contents does.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 68faae1073a..ad5a98af8cb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12004-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
12004-03-21 Andre Spiegel <spiegel@gnu.org> 62004-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
@@ -7,7 +12,7 @@
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
@@ -16,7 +21,7 @@
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
202004-03-21 Dave Love <fx@gnu.org> 252004-03-21 Dave Love <fx@gnu.org>
21 26
22 * progmodes/cfengine.el (cfengine-mode): Set 27 * progmodes/cfengine.el (cfengine-mode): Set