From edd2a6222458712b3a3fafe59756fcdc5aa3f99f Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 17 Mar 2007 18:51:19 +0000 Subject: [PATCH] * 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. --- lisp/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f11a4de5eed..723d7c3e48d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 -- 2.39.5