diff lisp/ChangeLog @ 29802:41e64655279b

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 20 Jun 2000 17:06:32 +0000
parents 3bf98b923af0
children daf26bf9d779
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jun 20 16:48:05 2000 +0000
+++ b/lisp/ChangeLog	Tue Jun 20 17:06:32 2000 +0000
@@ -1,3 +1,21 @@
+2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* jit-lock.el (with-buffer-prepared-for-jit-lock):
+	Renamed from with-buffer-prepared-for-font-lock and use
+	inhibit-modification-hooks rather than setting *-change-functions.
+	Update all functions to use the new name.
+	(jit-lock-first-unfontify-pos): New semantics (and doc).
+	(jit-lock-mode): Make non-interactive.
+	Don't automatically turn on font-lock.
+	Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
+	Always use jit-lock-after-change.
+	Remove and restore font-lock-after-change-function.
+	(turn-on-jit-lock, jit-lock-after-fontify-buffer)
+	(jit-lock-after-unfontify-buffer): Remove.
+	(jit-lock-stealth-fontify):
+	Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
+	(jit-lock-after-change): Set the `fontified' text-prop to nil.
+
 2000-06-20  Sam Steingold  <sds@gnu.org>
 
 	* emacs-lisp/cl-indent.el (toplevel): Indent
@@ -10,24 +28,23 @@
 	(reftex-compile-variables): Fixed problem with end of section-re.
 
 	* texmodes/reftex-dcr.el (reftex-view-crossref,
-	reftex-view-crossref-from-bibtex): Deal with changed
-	`reftex-find-citation-regexp-format'.
+	reftex-view-crossref-from-bibtex):
+	Deal with changed `reftex-find-citation-regexp-format'.
 	(reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
 	Replaced `remprop' with `put'.
-	(reftex-view-crossref, reftex-view-crossref-when-idle): Support
-	for bibentry.
-
-	* textmodes/reftex-vars.el (reftex-cite-format-builtin): New entry for
-	bibentry package.
-
-	* textmodes/reftex-parse.el (reftex-locate-bibliography-files): Regexp
-	also matches "\nobibliography".
-
-	* textmodes/reftex-global.el (reftex-renumber-simple-labels): Call
-	`reftex-ensure-write-access' before doing anything.
+	(reftex-view-crossref, reftex-view-crossref-when-idle):
+	Support for bibentry.
+
+	* textmodes/reftex-vars.el (reftex-cite-format-builtin):
+	New entry for bibentry package.
+
+	* textmodes/reftex-parse.el (reftex-locate-bibliography-files):
+	Regexp also matches "\nobibliography".
+
+	* textmodes/reftex-global.el (reftex-renumber-simple-labels):
+	Call `reftex-ensure-write-access' before doing anything.
 	(reftex-ensure-write-access): New function.
 
-
 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
 
 	* progmodes/idlwave.el: File re-installed (update to version 4.2)