Revision
1.2 -
(
hide annotations)
(
download)
(
as text)
Thu Jun 14 13:10:07 2007 UTC
(17 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.1: +9 -1 lines
File MIME type: application/x-troff
++ manakai/t/ChangeLog 14 Jun 2007 13:09:37 -0000
2007-06-14 Wakaba <wakaba@suika.fam.cx>
* DOM-DOMImplementation.t: Tests for |create_document|
and |create_document_type| are added.
++ manakai/lib/Message/DOM/ChangeLog 14 Jun 2007 13:09:13 -0000
2007-06-14 Wakaba <wakaba@suika.fam.cx>
* Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm,
CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm,
AttributeDefinition.pm: New modules.
* DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added.
(create_attribute_definition, create_element_type_definition,
create_document_type_definition, create_cdata_section,
create_processing_instruction, create_entity_reference,
create_general_entity, create_notation): Prototypes added.
* DOMImplementation.pm (create_document_type): Prototype added.
* DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition'
and 'Message::IF::DocumentTypeDeclaration' added.
(create_document_type, create_document_type_definition):
New methods.