aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispintro/ChangeLog2
-rw-r--r--src/ChangeLog3
2 files changed, 4 insertions, 1 deletions
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog
index 2306674ce81..bafd48cdb95 100644
--- a/lispintro/ChangeLog
+++ b/lispintro/ChangeLog
@@ -1,7 +1,7 @@
12001-11-25 Robert J. Chassell <bob@rattlesnake.com> 12001-11-25 Robert J. Chassell <bob@rattlesnake.com>
2 2
3 * emacs-lisp-intro.texi: Move @contents to the beginning of the 3 * emacs-lisp-intro.texi: Move @contents to the beginning of the
4 file. Set the size to @smallbook. 4 file. Set the size to @smallbook.
5 5
62001-11-24 Eli Zaretskii <eliz@is.elta.co.il> 62001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
7 7
diff --git a/src/ChangeLog b/src/ChangeLog
index 4d709d14ef0..2efa5a3e30e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12002-01-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12002-01-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 2
3 * lisp.h (adjust_after_replace_noundo)
4 (Fupdate_coding_systems_internal): Add prototypes.
5
3 * sound.c (Fplay_sound): Initialize header_size also for :data 6 * sound.c (Fplay_sound): Initialize header_size also for :data
4 case. 7 case.
5 8