From ebcbef4efbcb41dc178df7e2f31035eaece70c55 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 26 Nov 2001 11:01:20 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 7 +++++++ lisp/ChangeLog | 8 +++++++- src/ChangeLog | 3 +++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 705291ee8ee..5432b85806a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-11-26 Richard M. Stallman + + * Makefile.in: bootstrap should not delete dumped executables. + (bootstrap-clean-before): New target. + (bootstrap): Use bootstrap-clean-before instead of clean. + (bootstrap-clean-after): Renamed from bootstrap-clean. Calls changed. + 2001-11-24 Eli Zaretskii 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 @@ +2001-11-26 Richard M. Stallman + + * window.el (save-selected-window): No error if saved window is dead. + + * help-funs.el (describe-syntax): Put (interactive) after doc string. + 2001-11-26 Pavel Jan,Bm(Bk * international/quail.el (quail-help): Require help-mode in @@ -18,7 +24,7 @@ (diff-find-approx-text): New fun. (diff-find-source-location): Use it. (diff-apply-hunk, diff-test-hunk, diff-goto-source): - Adapt to new retval of diff-find-source-location. + Adapt to new retval of diff-find-text. * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string- 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 @@ * Makefile.in (mallocobj): Simplify logic using auxiliary vars. + * Makefile.in (mostlyclean): Delete bootstrap-emacs here. + (clean): Not here. + 2001-11-25 Stefan Monnier * textprop.c (set_text_properties_1): Clearly mark that the -- 2.39.5