# HG changeset patch # User Stefan Monnier # Date 1102359972 0 # Node ID 49bb3b6b135cf5b248ef0b484089393535ea4c7d # Parent 769c3bb23105fb61f5094d8ac07324e13a8e7b89 *** empty log message *** diff -r 769c3bb23105 -r 49bb3b6b135c lisp/ChangeLog --- a/lisp/ChangeLog Mon Dec 06 19:04:58 2004 +0000 +++ b/lisp/ChangeLog Mon Dec 06 19:06:12 2004 +0000 @@ -1,5 +1,10 @@ 2004-12-06 Stefan Monnier + * paren.el (show-paren-function): Fix last change (2004-12-02). + + * international/mule-util.el (char-displayable-p): Return nil for + unibyte mode. + * subr.el (subregexp-context-p): New function. * isearch.el (isearch-quote-char): Use it. @@ -49,6 +54,12 @@ * progmodes/sh-script.el (sh-indent-for-then): Change default. +2004-12-03 Stefan Monnier + + * simple.el (blink-matching-open): + * textmodes/tex-mode.el (tex-validate-region): + Obey syntax-table text properties. + 2004-12-02 Per Abrahamsen * wid-edit.el (widget-specify-field): Add `real-field' property to @@ -114,7 +125,7 @@ (xml-substitute-special): Fix validity error messages to actually show the unexpandable entity. Added validity error if & isn't followed by an entity. - (xml-parse-tag): Concatnate any string following the a + (xml-parse-tag): Concatenate any string following the a section to the parsed CDATA. (xml-parse-dtd): Skip parameter entity declarations and use of parameter entities.