aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-30 20:11:39 +0000
committerRichard M. Stallman2001-12-30 20:11:39 +0000
commitef8aee629e8e3535c396ebda9c348091976f27e3 (patch)
treec77b84140591ad613c6ffc73a4e0365b2279b4e8 /lisp
parent6d96d6eb86e92d7a9772d60bdfb54f2a8e90678f (diff)
downloademacs-ef8aee629e8e3535c396ebda9c348091976f27e3.tar.gz
emacs-ef8aee629e8e3535c396ebda9c348091976f27e3.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2e794ab632b..7e6f49b93e0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,15 @@
12001-12-30 Richard M. Stallman <rms@gnu.org> 12001-12-30 Richard M. Stallman <rms@gnu.org>
2 2
3 * info.el (Info-fontify-node): For a **** underline line, put the
4 invisible and intangible props on the following newline, but not
5 on the previous newline or the last char of the previous line.
6
7 * faces.el (face-set-after-frame-default): Don't change `default' face.
8
9 * faces.el (minibuffer-prompt): Adopt some default colors.
10
11 * replace.el (query-replace-read-args): Immediate error if read-only.
12
3 * textmodes/makeinfo.el (makeinfo-compilation-sentinel): 13 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
4 Display the output buffer in a more intelligent way. 14 Display the output buffer in a more intelligent way.
5 15