Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cce5462e
Commit
cce5462e
authored
Jan 30, 2004
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
7b4d9d3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
8 deletions
+29
-8
etc/NEWS
etc/NEWS
+8
-1
lisp/ChangeLog
lisp/ChangeLog
+21
-7
No files found.
etc/NEWS
View file @
cce5462e
...
...
@@ -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
...
...
lisp/ChangeLog
View file @
cce5462e
2004-01-29
Tue Jari Aalto <jari.aalto <AT> poboxes.com
>
2004-01-29
Stefan Monnier <monnier@iro.umontreal.ca
>
* 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 <jari.aalto@poboxes.com>
* 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): Delete
d
.
* 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 <fx@gnu.org>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment