aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
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 /lisp
parent7b4d9d3bb7394268acaa693ee73bb45864a355a1 (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog28
1 files changed, 21 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c3e98e8cd1..f76f875d5e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,15 +1,29 @@
-2004-01-29 Tue Jari Aalto <jari.aalto <AT> poboxes.com>
+2004-01-29 Stefan Monnier <[email protected]>
- * progmodes/executable.el (executable-command-find-posix-p):
- New. Check if find handles arguments Posix-style.
+ * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
+ (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
+ Add edebug info.
+ (jit-lock-mode): Setup/cancel the new timer.
+ (jit-lock-context-fontify): New fun. Extracted from
+ context fontification code of jit-lock-stealth-fontify.
+ (jit-lock-stealth-fontify): Don't do context fontification any more.
- * progmodes/grep.el (grep-compute-defaults):
+ * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
+ (jit-lock-fontify-now): Handle the `quit' case.
+ (jit-lock-contextually): Rename from jit-lock-defer-contextually.
+
+2004-01-29 Jari Aalto <[email protected]>
+
+ * progmodes/executable.el (executable-command-find-posix-p):
+ New. Check if find handles arguments Posix-style.
+
+ * progmodes/grep.el (grep-compute-defaults):
Use executable-command-find-posix-p.
- (grep-find): Check `grep-find-command'.
+ (grep-find): Check `grep-find-command'.
- * filecache.el (file-cache-find-posix-p): Deleted.
+ * filecache.el (file-cache-find-posix-p): Delete.
(file-cache-add-directory-using-find):
- Use `executable-command-find-posix-p'
+ Use `executable-command-find-posix-p'.
2004-01-29 Dave Love <[email protected]>