aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-03-17 18:51:19 +0000
committerChong Yidong2007-03-17 18:51:19 +0000
commitedd2a6222458712b3a3fafe59756fcdc5aa3f99f (patch)
tree2a520003fb4cefe683f85f1e22ac9ee8e678bb11
parent0226922c76f7b003333c501a5cd71113765842a8 (diff)
downloademacs-edd2a6222458712b3a3fafe59756fcdc5aa3f99f.tar.gz
emacs-edd2a6222458712b3a3fafe59756fcdc5aa3f99f.zip
* 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.
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f11a4de5eed..723d7c3e48d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -22,6 +22,15 @@
22 * textmodes/org.el (org-set-font-lock-defaults): Handle narrow 22 * textmodes/org.el (org-set-font-lock-defaults): Handle narrow
23 table columns correctly. 23 table columns correctly.
24 24
252007-03-12 Mark A. Hershberger <mah@everybody.org>
26
27 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
28 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
29 Return to use of the -no-properties variants. There was
30 consensus on emacs-devel that the speed of these variants was
31 prefered since we are usually parsing files (from the internet
32 or on disk) instead of XML created in Emacs.
33
252007-03-12 Glenn Morris <rgm@gnu.org> 342007-03-12 Glenn Morris <rgm@gnu.org>
26 35
27 * calc/calc-forms.el (math-std-daylight-savings): Switch to new 36 * calc/calc-forms.el (math-std-daylight-savings): Switch to new