Mercurial > emacs
comparison lisp/ChangeLog @ 67903:a57273fb71d3
(font-lock-compile-keywords): Signal an error when
font-lock-set-defaults hasn't been called.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 30 Dec 2005 04:38:52 +0000 |
parents | bd49367311fe |
children | 5dc6e6bc401b |
comparison
equal
deleted
inserted
replaced
67902:5bbf3b0a3637 | 67903:a57273fb71d3 |
---|---|
1 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * font-lock.el (font-lock-compile-keywords): Signal an error when | |
4 font-lock-set-defaults hasn't been called. | |
5 | |
1 2005-12-29 Luc Teirlinck <teirllm@auburn.edu> | 6 2005-12-29 Luc Teirlinck <teirllm@auburn.edu> |
2 | 7 |
3 * subr.el (noreturn, 1value): Doc fixes. | 8 * subr.el (noreturn, 1value): Doc fixes. |
4 | 9 |
5 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | 10 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
10 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | 15 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
11 | 16 |
12 * textmodes/bibtex.el (bibtex-entry-type-whitespace) | 17 * textmodes/bibtex.el (bibtex-entry-type-whitespace) |
13 (bibtex-entry-type-str, bibtex-empty-field-re) | 18 (bibtex-entry-type-str, bibtex-empty-field-re) |
14 (bibtex-search-backward-string, bibtex-preamble-prefix) | 19 (bibtex-search-backward-string, bibtex-preamble-prefix) |
15 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): | 20 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove. |
16 Removed. | |
17 (bibtex-any-valid-entry-type): New variable. | 21 (bibtex-any-valid-entry-type): New variable. |
18 (bibtex-parse-field-name): Simplify. | 22 (bibtex-parse-field-name): Simplify. |
19 (bibtex-parse-string, bibtex-search-forward-string): New arg | 23 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key. |
20 empty-key. | |
21 (bibtex-preamble-prefix): Include left delimiter. | 24 (bibtex-preamble-prefix): Include left delimiter. |
22 (bibtex-search-forward-field, bibtex-search-backward-field): Allow | 25 (bibtex-search-forward-field, bibtex-search-backward-field): |
23 unbounded search past entry boundaries (required by bibtex-pop). | 26 Allow unbounded search past entry boundaries (required by bibtex-pop). |
24 (bibtex-text-in-field-bounds): Use push. | 27 (bibtex-text-in-field-bounds): Use push. |
25 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry. | 28 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry. |
26 (bibtex-parse-preamble, bibtex-valid-entry) | 29 (bibtex-parse-preamble, bibtex-valid-entry) |
27 (bibtex-beginning-first-field): New functions. | 30 (bibtex-beginning-first-field): New functions. |
28 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp. | 31 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp. |
33 current field or entry. | 36 current field or entry. |
34 (bibtex-format-entry): Use bibtex-parse-field. | 37 (bibtex-format-entry): Use bibtex-parse-field. |
35 (bibtex-pop): Use bibtex-beginning-of-entry and | 38 (bibtex-pop): Use bibtex-beginning-of-entry and |
36 bibtex-end-of-entry to initiate the search. Insert empty field if | 39 bibtex-end-of-entry to initiate the search. Insert empty field if |
37 we found ourselves. | 40 we found ourselves. |
38 (bibtex-print-help-message): New args field and comma. Handle | 41 (bibtex-print-help-message): New args field and comma. |
39 entry keys. | 42 Handle entry keys. |
40 (bibtex-make-field): Use bibtex-beginning-of-entry. | 43 (bibtex-make-field): Use bibtex-beginning-of-entry. |
41 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any | 44 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any |
42 invalid entry. | 45 invalid entry. |
43 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string. | 46 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string. |
44 Handle preambles. Simplify code for thorough test. | 47 Handle preambles. Simplify code for thorough test. |
49 New arg comma. | 52 New arg comma. |
50 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head. | 53 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head. |
51 (bibtex-fill-field): Simplify. | 54 (bibtex-fill-field): Simplify. |
52 (bibtex-fill-entry): Use bibtex-beginning-first-field and | 55 (bibtex-fill-entry): Use bibtex-beginning-first-field and |
53 bibtex-parse-field. | 56 bibtex-parse-field. |
54 (bibtex-convert-alien): Do not wait before calling | 57 (bibtex-convert-alien): Do not wait before calling bibtex-validate. |
55 bibtex-validate. | |
56 (bibtex-complete): Use bibtex-parse-preamble. | 58 (bibtex-complete): Use bibtex-parse-preamble. |
57 | 59 |
58 2005-12-29 Nick Roberts <nickrob@snap.net.nz> | 60 2005-12-29 Nick Roberts <nickrob@snap.net.nz> |
59 | 61 |
60 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1): | 62 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1): |
66 (gud-tooltip-print-command): Move concatenation of "*" to expr to... | 68 (gud-tooltip-print-command): Move concatenation of "*" to expr to... |
67 (gud-tooltip-tips): ...here when dereferencing.. | 69 (gud-tooltip-tips): ...here when dereferencing.. |
68 | 70 |
69 2005-12-28 Bill Wohler <wohler@newt.com> | 71 2005-12-28 Bill Wohler <wohler@newt.com> |
70 | 72 |
71 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and | 73 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload. |
72 autoload. | |
73 | 74 |
74 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca> | 75 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca> |
75 | 76 |
76 * vc.el (vc-annotate-display): Replace optional arg `color-map' with | 77 * vc.el (vc-annotate-display): Replace optional arg `color-map' with |
77 compulsory arg `ratio'. Inline body of vc-annotate-time-span. | 78 compulsory arg `ratio'. Inline body of vc-annotate-time-span. |