]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 20 Jun 2000 17:06:32 +0000 (17:06 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 20 Jun 2000 17:06:32 +0000 (17:06 +0000)
lisp/ChangeLog
src/ChangeLog

index 7077ccfed054c9b4f1b25f32cdb5cef37dd96359..cd6c1c8edc29d9d2f7686bdb161e1c3d3378f757 100644 (file)
@@ -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
        (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.
+       (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-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-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.
+       * 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)
index dfe2076abd25a50da888659893a4a39c97fc2427..ac849aeafc229e5ee6dd65131ecb4efa9dbf11d6 100644 (file)
@@ -1,3 +1,10 @@
+2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
+       Based on a patch by Larry Jones <larry.jones@sdrc.com>.
+
+       * regex.c (re_match, re_match_2): Protect calls to alloca (0).
+       (re_comp): Cast gettext return value to avoid complaints when
+       !HAVE_LIBINTL.
+
 2000-06-20  Dave Love  <fx@gnu.org>
 
        * m/stride.h, m/mips.h: Don't define HAVE_GETWD,