aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2005-04-23 12:47:34 +0000
committerEli Zaretskii2005-04-23 12:47:34 +0000
commita5f25dcd0ff27d6b6285723d25868aad6b7b1893 (patch)
tree168647bab5c82b2b05282ad50db2c2787e11c9e6 /etc
parent4739237ddf8e219fbed139228faa1b2343ff14bf (diff)
downloademacs-a5f25dcd0ff27d6b6285723d25868aad6b7b1893.tar.gz
emacs-a5f25dcd0ff27d6b6285723d25868aad6b7b1893.zip
Document changes in JIT stealth lock parameters.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7d19f3ea9a7..db86c0f92e5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -120,6 +120,12 @@ versions which recognize Thai words. Affected commands are
120 120
121** fast-lock.el and lazy-lock.el are obsolete. Use jit-lock.el instead. 121** fast-lock.el and lazy-lock.el are obsolete. Use jit-lock.el instead.
122 122
123** The default settings for JIT stealth lock parameters are changed.
124The default value forthe user option jit-lock-stealth-time is now 16
125instead of 3, and the default value of jit-lock-stealth-nice is now
1260.5 instead of 0.125. The new defaults should lower the CPU usage
127when Emacs is fontifying in the background.
128
123** iso-acc.el is now obsolete. Use one of the latin input methods instead. 129** iso-acc.el is now obsolete. Use one of the latin input methods instead.
124 130
125--- 131---