comparison 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
comparison
equal deleted inserted replaced
29801:3ea64112b4ba 29802:41e64655279b
1 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
2
3 * jit-lock.el (with-buffer-prepared-for-jit-lock):
4 Renamed from with-buffer-prepared-for-font-lock and use
5 inhibit-modification-hooks rather than setting *-change-functions.
6 Update all functions to use the new name.
7 (jit-lock-first-unfontify-pos): New semantics (and doc).
8 (jit-lock-mode): Make non-interactive.
9 Don't automatically turn on font-lock.
10 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
11 Always use jit-lock-after-change.
12 Remove and restore font-lock-after-change-function.
13 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14 (jit-lock-after-unfontify-buffer): Remove.
15 (jit-lock-stealth-fontify):
16 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
17 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18
1 2000-06-20 Sam Steingold <sds@gnu.org> 19 2000-06-20 Sam Steingold <sds@gnu.org>
2 20
3 * emacs-lisp/cl-indent.el (toplevel): Indent 21 * emacs-lisp/cl-indent.el (toplevel): Indent
4 `print-unreadable-object' properly. Untabify. 22 `print-unreadable-object' properly. Untabify.
5 23
8 * textmodes/reftex.el (reftex-find-citation-regexp-format): 26 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9 Support for bibentry. 27 Support for bibentry.
10 (reftex-compile-variables): Fixed problem with end of section-re. 28 (reftex-compile-variables): Fixed problem with end of section-re.
11 29
12 * texmodes/reftex-dcr.el (reftex-view-crossref, 30 * texmodes/reftex-dcr.el (reftex-view-crossref,
13 reftex-view-crossref-from-bibtex): Deal with changed 31 reftex-view-crossref-from-bibtex):
14 `reftex-find-citation-regexp-format'. 32 Deal with changed `reftex-find-citation-regexp-format'.
15 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): 33 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
16 Replaced `remprop' with `put'. 34 Replaced `remprop' with `put'.
17 (reftex-view-crossref, reftex-view-crossref-when-idle): Support 35 (reftex-view-crossref, reftex-view-crossref-when-idle):
18 for bibentry. 36 Support for bibentry.
19 37
20 * textmodes/reftex-vars.el (reftex-cite-format-builtin): New entry for 38 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21 bibentry package. 39 New entry for bibentry package.
22 40
23 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): Regexp 41 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
24 also matches "\nobibliography". 42 Regexp also matches "\nobibliography".
25 43
26 * textmodes/reftex-global.el (reftex-renumber-simple-labels): Call 44 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
27 `reftex-ensure-write-access' before doing anything. 45 Call `reftex-ensure-write-access' before doing anything.
28 (reftex-ensure-write-access): New function. 46 (reftex-ensure-write-access): New function.
29
30 47
31 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> 48 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
32 49
33 * progmodes/idlwave.el: File re-installed (update to version 4.2) 50 * progmodes/idlwave.el: File re-installed (update to version 4.2)
34 51