comparison etc/NEWS @ 53757:970795582ae9

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 30 Jan 2004 00:40:55 +0000
parents 38163e38885b
children 64bd42d029bf
comparison
equal deleted inserted replaced
53756:bbadbe04fc3d 53757:970795582ae9
854 the corresponding environment variable does not exist. 854 the corresponding environment variable does not exist.
855 Instead, the `$ENVVAR' text is left as is, so that `$$' quoting 855 Instead, the `$ENVVAR' text is left as is, so that `$$' quoting
856 is only rarely needed. 856 is only rarely needed.
857 857
858 --- 858 ---
859 ** jit-lock can now be delayed with `jit-lock-defer-time'. 859 ** JIT-lock changes
860 *** jit-lock can now be delayed with `jit-lock-defer-time'.
860 861
861 If this variable is non-nil, its value should be the amount of Emacs 862 If this variable is non-nil, its value should be the amount of Emacs
862 idle time in seconds to wait before starting fontification. For 863 idle time in seconds to wait before starting fontification. For
863 example, if you set `jit-lock-defer-time' to 0.25, fontification will 864 example, if you set `jit-lock-defer-time' to 0.25, fontification will
864 only happen after 0.25s of idle time. 865 only happen after 0.25s of idle time.
866
867 *** contextual refontification is now separate from stealth fontification.
868
869 jit-lock-defer-contextually is renamed jit-lock-contextually and
870 jit-lock-context-time determines the delay after which contextual
871 refontification takes place.
865 872
866 +++ 873 +++
867 ** Marking commands extend the region when invoked multiple times. If 874 ** Marking commands extend the region when invoked multiple times. If
868 you hit M-C-SPC (mark-sexp), M-@ (mark-word), M-h (mark-paragraph), or 875 you hit M-C-SPC (mark-sexp), M-@ (mark-word), M-h (mark-paragraph), or
869 C-M-h (mark-defun) repeatedly, the marked region will now be extended 876 C-M-h (mark-defun) repeatedly, the marked region will now be extended