Parent Directory | Revision Log
Links to HEAD: | (view) (download) (annotate) |
Links to MAIN: | (view) (download) (annotate) |
Sticky Tag: |
++ manakai/lib/Message/DOM/ChangeLog 8 Oct 2007 07:16:56 -0000 2007-10-08 Wakaba <wakaba@suika.fam.cx> * Event.pm, EventTarget.pm, EventTargetNode.pm, EventException.pm: Implemented (but not tested!). * DOMException.pm (MALFORMED_EVENT_TYPE_ERR, EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New error subtypes. * DOMImplementation.pm ($HasFeature): The |Event| feature, version |3.0|, is added. * Document.pm, Node.pm: Event attributes and methods are implemented.
++ manakai/lib/Message/CGI/ChangeLog 11 Aug 2007 13:05:16 -0000 2007-08-11 Wakaba <wakaba@suika.fam.cx> * ChangeLog: New file. * HTTP.pm: New Perl module (a copy of SuikaWiki |lib/SuikaWiki/Input/HTTP.pm|).
++ manakai/lib/Message/DOM/ChangeLog 29 Jul 2007 08:26:38 -0000 * XDoctype.dis, XDoctype.pm: Removed. * CharacterData.pm: Renamed from DOMCharacterData.pm. * Document.pm: Renaemd from DOMDocument.pm. * Element.pm: Renamed from DOMElement.pm 2007-07-29 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/DOM/ChangeLog 16 Jul 2007 11:37:33 -0000 2007-07-16 Wakaba <wakaba@suika.fam.cx> * DOMElement.pm: Incorrect module was referenced. * DOMImplementation.pm: References to the |Message::Charset::Encode| module has been removed. ++ manakai/lib/Message/URI/ChangeLog 16 Jul 2007 11:57:14 -0000 2007-07-16 Wakaba <wakaba@suika.fam.cx> * URIReference.pm: Don't throw exception if read-only attribute is tried to set.
++ manakai/lib/Message/DOM/Atom/ChangeLog 15 Jul 2007 05:16:12 -0000 * AtomElement.pm: New module. 2007-07-15 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/DOM/ChangeLog 15 Jul 2007 05:18:34 -0000 * DOMConfiguration.pm: Configuration parameter |create-child-element| implemented. * DOMElement.pm (create_element_ns): Support for Atom subclasses. * DOMImplementation.pm (DOMImplementation): Now implements the |AtomDOMImplementation| interface. ($HasFeature): Features |atom| and |atomthreading| are added. * NodeList.pm (StaticNodeList): Implemented. 2007-07-15 Wakaba <wakaba@suika.fam.cx> * Atom/: New directory. 2007-07-15 Wakaba <wakaba@suika.fam.cx>
++ manakai/t/ChangeLog 14 Jul 2007 16:32:13 -0000 2007-07-15 Wakaba <wakaba@suika.fam.cx> * DOM-TreeWalker.t, DOM-SerialWalker.t: New test scripts. * DOM-DOMImplementation.t: Tests for |Traversal| feature are added. * DOM-Node.t: Tests for |Traversal| feature are added. ++ manakai/lib/Message/DOM/ChangeLog 14 Jul 2007 16:31:23 -0000 2007-07-15 Wakaba <wakaba@suika.fam.cx> * TreeWalker.pm, SerialWalker.pm: New Perl modules. * Text.pm (whole_text): Parameter index number has been changed to support new |NodeFilter| Perl binding definition. 2007-07-14 Wakaba <wakaba@suika.fam.cx> * AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. * DOMConfiguration.pm (can_set_parameter, set_parameter): Don't allow to set the value to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). * DOMDocument.pm (Message::IF::DocumentTraversal): New interface. (create_tree_walker, manakai_create_serial_walker): References and prototypes are added. * DOMException.pm (NULLPO_ERR): New error type:-). * DOMImplementation.pm ($HasFeature): Feature |Traversal|, version |2.0|, is added.
++ manakai/t/ChangeLog 12 Jul 2007 13:53:24 -0000 2007-07-12 Wakaba <wakaba@suika.fam.cx> * DOM-Node.t: New attributes are added and some test results has been changed to sync with new implementation. ++ manakai/lib/Message/DOM/ChangeLog 12 Jul 2007 13:52:28 -0000 2007-07-12 Wakaba <wakaba@suika.fam.cx> * AttributeDefinition.pm (owner_element_type_definition): Implemented. * DocumentType.pm (create_document_type_definition): Initialize |public_id|, |system_id|, and |internal_subset| attributes by empty strings for compatibility with Web browsers. (create_document_type): Initialize |internal_subset| attribute by an empty string for compatibility with Web browsers. * ElementTypeDefinition.pm, Entity.pm, Notation.pm (owner_document_type_definition): Implemented.
++ manakai/lib/Message/DOM/ChangeLog 8 Jul 2007 13:42:28 -0000 * DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration| feature is added for compatibility with |XMLParserTemp.pm|. 2007-07-08 Wakaba <wakaba@suika.fam.cx>
++ manakai/t/ChangeLog 7 Jul 2007 12:17:46 -0000 * DOM-Node.t: Test data for |manakai_read_only| attribute are added. 2007-07-07 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/DOM/ChangeLog 7 Jul 2007 12:17:24 -0000 * DOMDocument.pm (get_element_by_id): Implemented. (create_document): Implemented. * DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New errors. (QNAME_NULLNS_ERR): New errors. * DocumenType.pm (create_document_type): Implemented. 2007-07-07 Wakaba <wakaba@suika.fam.cx>
++ manakai/t/ChangeLog 7 Jul 2007 05:55:43 -0000 * DOM-DOMImplementation.t: New tests for features are added. * DOM-DOMImplementationSource.t: New test script. 2007-07-07 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/DOM/ChangeLog 7 Jul 2007 05:58:02 -0000 * DOMImplementation.pm (new): New method name for |____new|. It will be defined in the DOM Perl Binding specification as part of |DOMImplementation| interface. ($HasFeature): Defined for features support. (has_feature, get_feature): Implemented. * DOMStringList.pm: Don't load the |Message::DOM::DOMException| module unless necessary. (___report_error): Removed since it is not used in fact. * DOMImplementationList.pm, DOMImplementationSource.pm, DOMImplementationRegistry.pm: New modules. 2007-07-07 Wakaba <wakaba@suika.fam.cx>
++ manakai/t/ChangeLog 21 Jun 2007 14:57:40 -0000 2007-06-21 Wakaba <wakaba@suika.fam.cx> * DOM-Node.t: Tests for |node_type| are added. ++ manakai/lib/Message/DOM/ChangeLog 21 Jun 2007 14:57:15 -0000 * Comment.pm (node_type): Node type was incorrect! * DOMConfiguration.pm (get_parameter): Alpha. * DOMImplementation.pm (create_mc_decode_handler, create_charset_name_from_uri, create_uri_from_charset_name): New autoload configuration. Note that the Message::Charset::Encode module is subject to change. * XMLParserTemp.pm: Now it can be used with new version of DOM implementation. Current plan is to replace it by an XML5 parser someday. 2007-06-21 Wakaba <wakaba@suika.fam.cx>
++ 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.
++ manakai/t/ChangeLog 13 Jun 2007 12:04:43 -0000 2007-06-13 Wakaba <wakaba@suika.fam.cx> * DOM-DOMImplementation.t: New test. 2007-05-26 Wakaba <wakaba@suika.fam.cx> * IMT-InternetMediaType.t: Tests for |add_parameter| are added. ++ manakai/lib/Message/IMT/ChangeLog 13 Jun 2007 12:03:40 -0000 * InternetMediaType.pm (add_paremter): New method. 2007-05-26 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/DOM/ChangeLog 13 Jun 2007 12:02:59 -0000 2007-06-13 Wakaba <wakaba@suika.fam.cx> * DOMImplementation.pm, Node.pm, DOMDocument.pm, DOMElement.pm, Attr.pm, DocumentType.pm, DOMCharacterData.pm, Text.pm, Comment.pm: Copied from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>. 2007-06-10 Wakaba <wakaba@suika.fam.cx> * XMLParser.dis: Default to "1.0" if <?xml version=""?> specifies unknown value and trys to recover from the error. ++ manakai/lib/Message/URI/ChangeLog 13 Jun 2007 12:04:07 -0000 2007-06-13 Wakaba <wakaba@suika.fam.cx> * URIReference.pm (Message::IF::URIReference): Renamed from |Message::DOM::IF::URIReference|.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |