diff options
| author | Chong Yidong | 2007-03-17 18:51:19 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-03-17 18:51:19 +0000 |
| commit | edd2a6222458712b3a3fafe59756fcdc5aa3f99f (patch) | |
| tree | 2a520003fb4cefe683f85f1e22ac9ee8e678bb11 | |
| parent | 0226922c76f7b003333c501a5cd71113765842a8 (diff) | |
| download | emacs-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/ChangeLog | 9 |
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 | ||
| 25 | 2007-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 | |||
| 25 | 2007-03-12 Glenn Morris <rgm@gnu.org> | 34 | 2007-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 |