# HG changeset patch # User Richard M. Stallman # Date 1009743099 0 # Node ID 5426f6a09f35556d1f50dd8a540fa4c018d05738 # Parent 99f8742109a3dcdd512d6aba519ebd00e01b03c2 *** empty log message *** diff -r 99f8742109a3 -r 5426f6a09f35 etc/NEWS --- a/etc/NEWS Sun Dec 30 20:11:26 2001 +0000 +++ b/etc/NEWS Sun Dec 30 20:11:39 2001 +0000 @@ -292,6 +292,7 @@ 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. diff -r 99f8742109a3 -r 5426f6a09f35 lisp/ChangeLog --- a/lisp/ChangeLog Sun Dec 30 20:11:26 2001 +0000 +++ b/lisp/ChangeLog Sun Dec 30 20:11:39 2001 +0000 @@ -1,5 +1,15 @@ 2001-12-30 Richard M. Stallman + * 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.