diff options
| author | Eli Zaretskii | 2005-04-23 12:47:34 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-04-23 12:47:34 +0000 |
| commit | a5f25dcd0ff27d6b6285723d25868aad6b7b1893 (patch) | |
| tree | 168647bab5c82b2b05282ad50db2c2787e11c9e6 /etc | |
| parent | 4739237ddf8e219fbed139228faa1b2343ff14bf (diff) | |
| download | emacs-a5f25dcd0ff27d6b6285723d25868aad6b7b1893.tar.gz emacs-a5f25dcd0ff27d6b6285723d25868aad6b7b1893.zip | |
Document changes in JIT stealth lock parameters.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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. | ||
| 124 | The default value forthe user option jit-lock-stealth-time is now 16 | ||
| 125 | instead of 3, and the default value of jit-lock-stealth-nice is now | ||
| 126 | 0.5 instead of 0.125. The new defaults should lower the CPU usage | ||
| 127 | when 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 | --- |