diff options
| author | Richard M. Stallman | 2002-04-06 22:06:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-04-06 22:06:28 +0000 |
| commit | 596d02bc1b2078ed61c83cf1c1db0ddabd179755 (patch) | |
| tree | d0337eae524f595f42f147f484cd990b304f5700 | |
| parent | bb230153f255cbc8dd908e99a5471fa99f99b8f7 (diff) | |
| download | emacs-596d02bc1b2078ed61c83cf1c1db0ddabd179755.tar.gz emacs-596d02bc1b2078ed61c83cf1c1db0ddabd179755.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 8 | ||||
| -rw-r--r-- | lisp/ChangeLog | 2 |
2 files changed, 10 insertions, 0 deletions
| @@ -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 | |||
| 776 | A file local variables list cannot specify a string with text | ||
| 777 | properties--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 |
| 776 | have been interchanged, so that the former now controls scrolling up, | 781 | have 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 | |||
| 816 | number of colors to support, or a symbol. See the Emacs Lisp | 821 | number of colors to support, or a symbol. See the Emacs Lisp |
| 817 | Reference manual for more detailed documentation. | 822 | Reference manual for more detailed documentation. |
| 818 | 823 | ||
| 824 | ** Mode line display ignores text properties in the value | ||
| 825 | of 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 | ||
| 821 | Multibyte buffers can now faithfully record all 256 character codes | 829 | Multibyte 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 @@ | |||
| 1 | 2002-04-06 Richard M. Stallman <rms@gnu.org> | 1 | 2002-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. |