aboutsummaryrefslogtreecommitdiffstats
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
parent6d96d6eb86e92d7a9772d60bdfb54f2a8e90678f (diff)
downloademacs-ef8aee629e8e3535c396ebda9c348091976f27e3.tar.gz
emacs-ef8aee629e8e3535c396ebda9c348091976f27e3.zip
*** empty log message ***
-rw-r--r--etc/NEWS1
-rw-r--r--lisp/ChangeLog10
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 91038d68ebd..57e39ddc3d8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -292,6 +292,7 @@ Thus, point can go before an invisible, intangible region, but not
292after it. This prevents C-f and C-b from appearing to stand still on 292after it. This prevents C-f and C-b from appearing to stand still on
293the screen. 293the screen.
294 294
295+++
295** define-abbrev now accepts an optional argument SYSTEM-FLAG. If 296** define-abbrev now accepts an optional argument SYSTEM-FLAG. If
296non-nil, this marks the abbrev as a "system" abbrev, which means that 297non-nil, this marks the abbrev as a "system" abbrev, which means that
297it won't be stored in the user's abbrevs file if he saves the abbrevs. 298it won't be stored in the user's abbrevs file if he saves the abbrevs.
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