diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 73331951608..2c6a4c5447b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * paren.el (show-paren-function): Fix last change (2004-12-02). | ||
| 4 | |||
| 5 | * international/mule-util.el (char-displayable-p): Return nil for | ||
| 6 | unibyte mode. | ||
| 7 | |||
| 3 | * subr.el (subregexp-context-p): New function. | 8 | * subr.el (subregexp-context-p): New function. |
| 4 | 9 | ||
| 5 | * isearch.el (isearch-quote-char): Use it. | 10 | * isearch.el (isearch-quote-char): Use it. |
| @@ -49,6 +54,12 @@ | |||
| 49 | 54 | ||
| 50 | * progmodes/sh-script.el (sh-indent-for-then): Change default. | 55 | * progmodes/sh-script.el (sh-indent-for-then): Change default. |
| 51 | 56 | ||
| 57 | 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 58 | |||
| 59 | * simple.el (blink-matching-open): | ||
| 60 | * textmodes/tex-mode.el (tex-validate-region): | ||
| 61 | Obey syntax-table text properties. | ||
| 62 | |||
| 52 | 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk> | 63 | 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk> |
| 53 | 64 | ||
| 54 | * wid-edit.el (widget-specify-field): Add `real-field' property to | 65 | * wid-edit.el (widget-specify-field): Add `real-field' property to |
| @@ -114,7 +125,7 @@ | |||
| 114 | (xml-substitute-special): Fix validity error messages to | 125 | (xml-substitute-special): Fix validity error messages to |
| 115 | actually show the unexpandable entity. Added validity error if & | 126 | actually show the unexpandable entity. Added validity error if & |
| 116 | isn't followed by an entity. | 127 | isn't followed by an entity. |
| 117 | (xml-parse-tag): Concatnate any string following the a | 128 | (xml-parse-tag): Concatenate any string following the a |
| 118 | <![CDATA[]]> section to the parsed CDATA. | 129 | <![CDATA[]]> section to the parsed CDATA. |
| 119 | (xml-parse-dtd): Skip parameter entity declarations and use of | 130 | (xml-parse-dtd): Skip parameter entity declarations and use of |
| 120 | parameter entities. | 131 | parameter entities. |