# HG changeset patch # User Stefan Monnier # Date 961520792 0 # Node ID 41e64655279bd649ace0c4da594414dbdbbbb1b9 # Parent 3ea64112b4ba7a94848f36b4c69439cadfe1b296 *** empty log message *** diff -r 3ea64112b4ba -r 41e64655279b lisp/ChangeLog --- 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 + + * 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 * 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 * progmodes/idlwave.el: File re-installed (update to version 4.2) diff -r 3ea64112b4ba -r 41e64655279b src/ChangeLog Binary file src/ChangeLog has changed