Mercurial > emacs
changeset 44418:68cfd204d729
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 06 Apr 2002 22:06:28 +0000 |
parents | 2e7d567e793b |
children | 16b3622178f9 |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Apr 06 22:00:22 2002 +0000 +++ b/etc/NEWS Sat Apr 06 22:06:28 2002 +0000 @@ -771,6 +771,11 @@ ** New function minibuffer-selected-window. +** File local variables. + +A file local variables list cannot specify a string with text +properties--any specified text properties are discarded. + +++ *** The meanings of scroll-up-aggressively and scroll-down-aggressively have been interchanged, so that the former now controls scrolling up, @@ -816,6 +821,9 @@ number of colors to support, or a symbol. See the Emacs Lisp Reference manual for more detailed documentation. +** Mode line display ignores text properties in the value +of a variable whose `risky-local-variables' property is nil. + ** Already true in Emacs 21.1, but not emphasized clearly enough: Multibyte buffers can now faithfully record all 256 character codes
--- a/lisp/ChangeLog Sat Apr 06 22:00:22 2002 +0000 +++ b/lisp/ChangeLog Sat Apr 06 22:06:28 2002 +0000 @@ -1,5 +1,7 @@ 2002-04-06 Richard M. Stallman <rms@gnu.org> + * files.el (display-time-string-forms): Mark as risky. + * enriched.el (enriched-decode-foreground, enriched-decode-background): Use proper format for desired elts of `face' property. Don't test display-color-p; make the properties unconditionally.