Parent Directory
|
Revision Log
++ manakai/lib/Message/Util/ChangeLog 2 Apr 2006 10:44:48 -0000 2006-04-02 Wakaba <wakaba@suika.fam.cx> * Makefile: Update to new modules. ++ manakai/lib/Message/DOM/ChangeLog 2 Apr 2006 10:44:11 -0000 * XMLParser.dis: Updated so that it can be used with |TreeCore.pm|, |Document.pm|, |Element.pm|, and |XML.pm|. Set the read-only flag to the |DocumentType|, |Entity|, and |EntityReference| noes. * Node.dis (textContent): It did not handle descendant element and entity reference nodes. * Element.dis, XML.dis (manakaiBaseURI.get): Its definition has been changed to return only explicit base URI specification. * DOMLS.dis (LSInput, LSOutput): They no longer inherits the |ManakaiDOM:ManakaiDOMObject| class. * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. * Tree.pm, DOMXML.pm: Removed. * TreeCore.pm, Document.pm, Element.pm: Added to the CVS repository since they are necessary to build the dis library. * Makefile: Sync'ed to new modules disposition. 2006-04-02 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.164 | 2006-04-02 Wakaba <[email protected]> |
| 2 | |||
| 3 | wakaba | 1.165 | * XMLParser.dis: Updated so that it can be used |
| 4 | with |TreeCore.pm|, |Document.pm|, |Element.pm|, | ||
| 5 | and |XML.pm|. Set the read-only flag to | ||
| 6 | the |DocumentType|, |Entity|, and |EntityReference| noes. | ||
| 7 | |||
| 8 | * Node.dis (textContent): It did not handle descendant | ||
| 9 | element and entity reference nodes. | ||
| 10 | |||
| 11 | * Element.dis, XML.dis (manakaiBaseURI.get): Its | ||
| 12 | definition has been changed to return only explicit | ||
| 13 | base URI specification. | ||
| 14 | |||
| 15 | * DOMLS.dis (LSInput, LSOutput): They no longer | ||