aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-04-06 22:06:28 +0000
committerRichard M. Stallman2002-04-06 22:06:28 +0000
commit596d02bc1b2078ed61c83cf1c1db0ddabd179755 (patch)
treed0337eae524f595f42f147f484cd990b304f5700
parentbb230153f255cbc8dd908e99a5471fa99f99b8f7 (diff)
downloademacs-596d02bc1b2078ed61c83cf1c1db0ddabd179755.tar.gz
emacs-596d02bc1b2078ed61c83cf1c1db0ddabd179755.zip
*** empty log message ***
-rw-r--r--etc/NEWS8
-rw-r--r--lisp/ChangeLog2
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5f2dc7c6498..23211d5af2a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -771,6 +771,11 @@ supported, but new code should use the new functions.
771 771
772** New function minibuffer-selected-window. 772** New function minibuffer-selected-window.
773 773
774** File local variables.
775
776A file local variables list cannot specify a string with text
777properties--any specified text properties are discarded.
778
774+++ 779+++
775*** The meanings of scroll-up-aggressively and scroll-down-aggressively 780*** The meanings of scroll-up-aggressively and scroll-down-aggressively
776have been interchanged, so that the former now controls scrolling up, 781have been interchanged, so that the former now controls scrolling up,
@@ -816,6 +821,9 @@ for color support on character terminal frames. Its value can be a
816number of colors to support, or a symbol. See the Emacs Lisp 821number of colors to support, or a symbol. See the Emacs Lisp
817Reference manual for more detailed documentation. 822Reference manual for more detailed documentation.
818 823
824** Mode line display ignores text properties in the value
825of a variable whose `risky-local-variables' property is nil.
826
819** Already true in Emacs 21.1, but not emphasized clearly enough: 827** Already true in Emacs 21.1, but not emphasized clearly enough:
820 828
821Multibyte buffers can now faithfully record all 256 character codes 829Multibyte buffers can now faithfully record all 256 character codes
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fd8bdb3cb4d..26e0cd8869c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12002-04-06 Richard M. Stallman <rms@gnu.org> 12002-04-06 Richard M. Stallman <rms@gnu.org>
2 2
3 * files.el (display-time-string-forms): Mark as risky.
4
3 * enriched.el (enriched-decode-foreground, enriched-decode-background): 5 * enriched.el (enriched-decode-foreground, enriched-decode-background):
4 Use proper format for desired elts of `face' property. 6 Use proper format for desired elts of `face' property.
5 Don't test display-color-p; make the properties unconditionally. 7 Don't test display-color-p; make the properties unconditionally.