diff options
| author | Richard M. Stallman | 2001-12-30 20:11:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-30 20:11:39 +0000 |
| commit | ef8aee629e8e3535c396ebda9c348091976f27e3 (patch) | |
| tree | c77b84140591ad613c6ffc73a4e0365b2279b4e8 | |
| parent | 6d96d6eb86e92d7a9772d60bdfb54f2a8e90678f (diff) | |
| download | emacs-ef8aee629e8e3535c396ebda9c348091976f27e3.tar.gz emacs-ef8aee629e8e3535c396ebda9c348091976f27e3.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 1 | ||||
| -rw-r--r-- | lisp/ChangeLog | 10 |
2 files changed, 11 insertions, 0 deletions
| @@ -292,6 +292,7 @@ Thus, point can go before an invisible, intangible region, but not | |||
| 292 | after it. This prevents C-f and C-b from appearing to stand still on | 292 | after it. This prevents C-f and C-b from appearing to stand still on |
| 293 | the screen. | 293 | the 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 |
| 296 | non-nil, this marks the abbrev as a "system" abbrev, which means that | 297 | non-nil, this marks the abbrev as a "system" abbrev, which means that |
| 297 | it won't be stored in the user's abbrevs file if he saves the abbrevs. | 298 | it 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 @@ | |||
| 1 | 2001-12-30 Richard M. Stallman <rms@gnu.org> | 1 | 2001-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 | ||