aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMark A. Hershberger2004-07-09 14:22:33 +0000
committerMark A. Hershberger2004-07-09 14:22:33 +0000
commit6d12a4dfbcb5680fafac89769e1a2f111fdcc587 (patch)
treebb56765fcd16836c88d2c647a12bb13dfe936c5c /lisp/ChangeLog
parentbcdf2143d312616d027880b16a6f43f4e0066792 (diff)
downloademacs-6d12a4dfbcb5680fafac89769e1a2f111fdcc587.tar.gz
emacs-6d12a4dfbcb5680fafac89769e1a2f111fdcc587.zip
2004-07-09 Mark A. Hershberger <mah@everybody.org>
* xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form (("ns" . "element") (attr-list) children) instead of ((:ns . "element") (attr-list) children) in order to reduce the number of symbols used. (xml-skip-dtd): Change to use xml-parse-dtd but set xml-validating-parsing to nil. (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs. (xml-substitute-entity): Remove in favor of new entity substitution. (xml-substitute-special): Rewrite in to substitute complex entities from DOCTYPE declarations. (xml-parse-fragment): Parse fragments from entity deleclarations. (xml-parse-region, xml-parse-tag, xml-parse-attlist) (xml-parse-dtd, xml-substitute-special): Make validity checks conditioned on xml-validating-parser. Add "Not Well Formed" to error messages about well-formedness.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b36e1bae10c..8c8dc99040f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12004-07-09 Mark A. Hershberger <mah@everybody.org>
2
3 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
4 form
5 (("ns" . "element") (attr-list) children) instead of
6 ((:ns . "element") (attr-list) children) in order to reduce the
7 number of symbols used.
8 (xml-skip-dtd): Change to use xml-parse-dtd but set
9 xml-validating-parsing to nil.
10 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
11 (xml-substitute-entity): Remove in favor of new entity substitution.
12 (xml-substitute-special): Rewrite in to substitute complex
13 entities from DOCTYPE declarations.
14 (xml-parse-fragment): Parse fragments from entity deleclarations.
15 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
16 (xml-parse-dtd, xml-substitute-special): Make validity checks
17 conditioned on xml-validating-parser. Add "Not Well Formed" to
18 error messages about well-formedness.
19
12004-07-08 Steven Tamm <steventamm@mac.com> 202004-07-08 Steven Tamm <steventamm@mac.com>
2 21
3 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down) 22 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)