comparison lisp/ChangeLog @ 53378:0100ec077ce7

Fix Mark Hershberg's entries for xml.el.
author Eli Zaretskii <eliz@is.elta.co.il>
date Mon, 29 Dec 2003 12:36:58 +0000
parents 305881e6e0cd
children 53bc119f6c35
comparison
equal deleted inserted replaced
53377:e4e98d69d87a 53378:0100ec077ce7
592 base64-decode-region signals an error, catch it and silently 592 base64-decode-region signals an error, catch it and silently
593 ignore it. 593 ignore it.
594 594
595 2003-11-01 Mark A. Hershberger <mah@everybody.org> 595 2003-11-01 Mark A. Hershberger <mah@everybody.org>
596 596
597 * xml.el: Allow comments following the top-level element. 597 * xml.el (xml-parse-region): Allow comments to appear after the
598 Separate out namespace parsing into special functions. 598 topmost element has closed.
599 Change namespace parsing to return ('ns-uri . "local-name") 599 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
600 instead of '{ns-uri}local-name. 600 (xml-ns-expand-attr): New functions to do namespace handling.
601 (xml-intern-attrlist): Back-compatible handling of attribute
602 names.
603 (xml-parse-tag): Move namespace handling to seperate functions.
604 Now produces elements in the form ((:ns . "element") (attr-list)
605 children) instead of ('ns:element (attr-list) children).
606 (xml-parse-attlist): Fix attribute parsing.
607 (xml-parse-dtd): Change parsing so that it produces strings
608 instead of interned symbols.
601 609
602 2003-11-01 era@iki.fi <era@iki.fi> (tiny change) 610 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
603 611
604 * dired.el (dired-ls-sorting-switches): Doc fix. 612 * dired.el (dired-ls-sorting-switches): Doc fix.
605 613