]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Dec 2001 20:11:39 +0000 (20:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Dec 2001 20:11:39 +0000 (20:11 +0000)
etc/NEWS
lisp/ChangeLog

index 91038d68ebd9c2d1ccdacbe71375a4def83703ec..57e39ddc3d829a0a03cb556d58b6eae7d0a6fdc2 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -292,6 +292,7 @@ Thus, point can go before an invisible, intangible region, but not
 after it.  This prevents C-f and C-b from appearing to stand still on
 the screen.
 
++++
 ** define-abbrev now accepts an optional argument SYSTEM-FLAG.  If
 non-nil, this marks the abbrev as a "system" abbrev, which means that
 it won't be stored in the user's abbrevs file if he saves the abbrevs.
index 2e794ab632b44025b6299f7aa4388c6461e50a5f..7e6f49b93e0a9b4e2d8925e9ad577a2850c59d02 100644 (file)
@@ -1,5 +1,15 @@
 2001-12-30  Richard M. Stallman  <rms@gnu.org>
 
+       * info.el (Info-fontify-node): For a **** underline line, put the
+       invisible and intangible props on the following newline, but not
+       on the previous newline or the last char of the previous line.
+
+       * faces.el (face-set-after-frame-default): Don't change `default' face.
+
+       * faces.el (minibuffer-prompt): Adopt some default colors.
+
+       * replace.el (query-replace-read-args): Immediate error if read-only.
+
        * textmodes/makeinfo.el (makeinfo-compilation-sentinel): 
        Display the output buffer in a more intelligent way.