# HG changeset patch # User Chong Yidong # Date 1174157479 0 # Node ID 6790fdf64927048475ab73672e79b1e5cf548d41 # Parent 793bae12d5ec9537d3728157126ea17452b63119 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist) (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special): Return to use of the -no-properties variants. There was consensus on emacs-devel that the speed of these variants was prefered since we are usually parsing files (from the internet or on disk) instead of XML created in Emacs. diff -r 793bae12d5ec -r 6790fdf64927 lisp/ChangeLog --- a/lisp/ChangeLog Sat Mar 17 18:44:06 2007 +0000 +++ b/lisp/ChangeLog Sat Mar 17 18:51:19 2007 +0000 @@ -22,6 +22,15 @@ * textmodes/org.el (org-set-font-lock-defaults): Handle narrow table columns correctly. +2007-03-12 Mark A. Hershberger + + * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist) + (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special): + Return to use of the -no-properties variants. There was + consensus on emacs-devel that the speed of these variants was + prefered since we are usually parsing files (from the internet + or on disk) instead of XML created in Emacs. + 2007-03-12 Glenn Morris * calc/calc-forms.el (math-std-daylight-savings): Switch to new