aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2004-01-30 00:40:55 +0000
committerStefan Monnier <[email protected]>2004-01-30 00:40:55 +0000
commitcce5462e72d071ef441deeb15d49a73da6d2b1f7 (patch)
tree18009739843248bf6d41f4c495d99336a59e18c4 /etc
parent7b4d9d3bb7394268acaa693ee73bb45864a355a1 (diff)
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 61fa7e4167..31dea2db9d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -856,13 +856,20 @@ Instead, the `$ENVVAR' text is left as is, so that `$$' quoting
is only rarely needed.
---
-** jit-lock can now be delayed with `jit-lock-defer-time'.
+** JIT-lock changes
+*** jit-lock can now be delayed with `jit-lock-defer-time'.
If this variable is non-nil, its value should be the amount of Emacs
idle time in seconds to wait before starting fontification. For
example, if you set `jit-lock-defer-time' to 0.25, fontification will
only happen after 0.25s of idle time.
+*** contextual refontification is now separate from stealth fontification.
+
+jit-lock-defer-contextually is renamed jit-lock-contextually and
+jit-lock-context-time determines the delay after which contextual
+refontification takes place.
+
+++
** Marking commands extend the region when invoked multiple times. If
you hit M-C-SPC (mark-sexp), M-@ (mark-word), M-h (mark-paragraph), or