aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-08-17 20:27:27 +0000
committerGerd Moellmann2000-08-17 20:27:27 +0000
commita7b2852367a97fd250d41d103f893acd7db8eb6f (patch)
tree0916c4d228874188e3b58b9ea65fa5c0f4cbd6ef /src
parent532ed661555e0c4f2079bd4c6ac7fc0115e2135d (diff)
downloademacs-a7b2852367a97fd250d41d103f893acd7db8eb6f.tar.gz
emacs-a7b2852367a97fd250d41d103f893acd7db8eb6f.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 26b9cd339d5..8fe4c581fc4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12000-08-17 Gerd Moellmann <gerd@gnu.org>
2
3 * fileio.c (build_annotations): Add a comment explaining the
4 return value of format-annotate-function. Replace a spurious call
5 to Flength with a CONSP test. Call format-annotate-function with
6 a fifth arg specifying how many times the function is been called
7 in a row, to let it choose temporary buffers appropriately.
8
12000-08-17 Dave Love <fx@gnu.org> 92000-08-17 Dave Love <fx@gnu.org>
2 10
3 * lisp.h: Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't 11 * lisp.h: Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't