comparison lisp/ChangeLog @ 58806:49bb3b6b135c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 06 Dec 2004 19:06:12 +0000
parents cd6471f28fc2
children 3c1b2139670d
comparison
equal deleted inserted replaced
58805:769c3bb23105 58806:49bb3b6b135c
1 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca> 1 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
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.
2 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.
6 11
47 52
48 * cus-edit.el (custom-file): Doc fix. 53 * cus-edit.el (custom-file): Doc fix.
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
55 boundary. 66 boundary.
56 (widget-field-at): Use it. 67 (widget-field-at): Use it.
112 * xml.el (xml-parse-dtd): Don't show validity messages when 123 * xml.el (xml-parse-dtd): Don't show validity messages when
113 xml-validating-parser is nil. 124 xml-validating-parser is nil.
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.
121 132
122 2004-12-01 Luc Teirlinck <teirllm@auburn.edu> 133 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>