aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--lisp/ChangeLog8
-rw-r--r--src/ChangeLog3
3 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 705291ee8ee..5432b85806a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
12001-11-26 Richard M. Stallman <rms@gnu.org>
2
3 * Makefile.in: bootstrap should not delete dumped executables.
4 (bootstrap-clean-before): New target.
5 (bootstrap): Use bootstrap-clean-before instead of clean.
6 (bootstrap-clean-after): Renamed from bootstrap-clean. Calls changed.
7
12001-11-24 Eli Zaretskii <eliz@is.elta.co.il> 82001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
2 9
3 These changes add the Emacs Lisp Introduction manual to the 10 These changes add the Emacs Lisp Introduction manual to the
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0728296d52e..34453a7e087 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12001-11-26 Richard M. Stallman <rms@gnu.org>
2
3 * window.el (save-selected-window): No error if saved window is dead.
4
5 * help-funs.el (describe-syntax): Put (interactive) after doc string.
6
12001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 72001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 8
3 * international/quail.el (quail-help): Require help-mode in 9 * international/quail.el (quail-help): Require help-mode in
@@ -18,7 +24,7 @@
18 (diff-find-approx-text): New fun. 24 (diff-find-approx-text): New fun.
19 (diff-find-source-location): Use it. 25 (diff-find-source-location): Use it.
20 (diff-apply-hunk, diff-test-hunk, diff-goto-source): 26 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
21 Adapt to new retval of diff-find-source-location. 27 Adapt to new retval of diff-find-text.
22 28
23 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string- 29 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
24 rather than integer- representation of dates. 30 rather than integer- representation of dates.
diff --git a/src/ChangeLog b/src/ChangeLog
index df37eed392b..769bbc922cc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,9 @@
2 2
3 * Makefile.in (mallocobj): Simplify logic using auxiliary vars. 3 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
4 4
5 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
6 (clean): Not here.
7
52001-11-25 Stefan Monnier <monnier@cs.yale.edu> 82001-11-25 Stefan Monnier <monnier@cs.yale.edu>
6 9
7 * textprop.c (set_text_properties_1): Clearly mark that the 10 * textprop.c (set_text_properties_1): Clearly mark that the