summaryrefslogtreecommitdiff
path: root/lisp/lazy-lock.el
Commit message (Collapse)AuthorAgeFilesLines
* Remove compatibility code.Dave Love2000-11-121-149/+1
|
* Change maintainer to FSF.Dave Love2000-01-241-0/+1
|
* Fix maintainer address.Karl Heuer1999-08-161-1/+1
|
* * lazy-lock.el (lazy-lock-unstall):Simon Marshall1999-01-061-9/+12
| | | | | (lazy-lock-fontify-after-idle): When using with-temp-message, use nil rather than current-message.
* * lazy-lock.el (lazy-lock-unstall):Simon Marshall1998-11-231-39/+64
| | | | (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
* (lazy-lock-fontify-after-visage): Renamed from lazy-lock-fontify-after-outline.Simon Marshall1998-07-171-11/+22
| | | | | | | | (lazy-lock-install-hooks): Add to hs-hide-hook too. (lazy-lock-unstall): Remove it. (lazy-lock-fontify-rest-after-change): (lazy-lock-defer-rest-after-change): Ensure properties are always removed from the rest of the buffer by widening before using point-max.
* (lazy-lock-defer-on-scrolling,Andreas Schwab1998-06-241-2/+2
| | | | lazy-lock-defer-contextually): Use `other' widget type.
* use new UPDATE window-end arg.Simon Marshall1998-03-251-15/+35
|
* Just a header comment fix.Simon Marshall1997-11-261-3/+0
|
* In deferral, check saved buffers to make sure they exist and have lazy-lock on.Simon Marshall1997-10-281-9/+22
|
* Wrap minibuffer-auto-raise where nec. to stop frame raising.Simon Marshall1997-07-251-3/+5
|
* wrap inhibit-point-motion-hooks where nec.Simon Marshall1997-06-271-42/+47
|
* Use sexp widget in case modified outside custom.Simon Marshall1997-05-061-4/+4
|
* Version 2.08.01 from author; defgroup happens in font-lock.el; don't prevent ↵Simon Marshall1997-04-281-28/+100
| | | | from compiling on emacs 19.34 etc.
* Delete setting of byte-compile-dynamic,Richard M. Stallman1997-04-251-94/+20
| | | | | | byte-compile-dynamic-docstrings and byte-optimize. (with-current-buffer): Duplicate definition deleted. (save-buffer-state, do-while): Move defmacros to top level.
* Don't use cl forms in defcustom declarations.Simon Marshall1997-04-181-4/+3
|
* Cleaned up custom support.Simon Marshall1997-04-181-22/+34
|
* Customise.Simon Marshall1997-04-171-35/+94
|
* (a) split lazy-lock-defer-time into lazy-lock-defer-time and ↵Simon Marshall1996-11-161-172/+394
| | | | lazy-lock-defer-on-the-fly, (b) add lazy-lock-defer-on-scrolling, (c) use these to choose one of lazy-lock-defer-line-after-change, lazy-lock-defer-rest-after-change, lazy-lock-fontify-line-after-change, lazy-lock-fontify-rest-after-change to add to after-change-functions, (d) use with-current-buffer rather than save-excursion, (e) avoid integer overflow in lazy-lock-percent-fontified.
* Test for lazy-lock-mode before swapping hooks.Simon Marshall1996-06-241-30/+26
|
* Initial revisionRichard M. Stallman1996-06-191-0/+829