comparison etc/NEWS @ 44418:68cfd204d729

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 06 Apr 2002 22:06:28 +0000
parents 493f53a29dd3
children dbbff2e791e6
comparison
equal deleted inserted replaced
44417:2e7d567e793b 44418:68cfd204d729
769 769
770 ** New function substring-no-properties. 770 ** New function substring-no-properties.
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,
777 and the latter now controls scrolling down. 782 and the latter now controls scrolling down.
778 783
813 +++ 818 +++
814 ** The new frame parameter `tty-color-mode' specifies the mode to use 819 ** The new frame parameter `tty-color-mode' specifies the mode to use
815 for color support on character terminal frames. Its value can be a 820 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.
823
824 ** Mode line display ignores text properties in the value
825 of a variable whose `risky-local-variables' property is nil.
818 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
822 from 0 to 255. As a result, most of the past reasons to use unibyte 830 from 0 to 255. As a result, most of the past reasons to use unibyte