/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.199 by wakaba, Sun Nov 5 10:57:29 2006 UTC revision 1.219 by wakaba, Sat Jun 16 08:05:48 2007 UTC
# Line 1  Line 1 
1    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Attr.pm, AttributeDefinition.pm, DocumentFragment.pm,
4            DocumentType.pm, Entity.pm,
5            EntityReference.pm (____new): Initialize |child_nodes| by an empty list.
6    
7            * Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm,
8            Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned.
9    
10            * DOMDocument.pm (AUTOLOAD): Typo fixed.
11    
12            * Node.pm (==, !=): Implemented.
13            (manakai_read_only): Implemented.
14            (is_same_node): Implemented.
15            (is_equal_node): Alpha version.
16            (manakai_set_read_only): Alpha version.
17            (child_nodes, first_child, last_child, previous_sibling): Duplicate
18            definitions are removed.
19    
20    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
21    
22            * Node.pm: First alpha version of implementation of attributes.
23    
24    2007-06-15  Wakaba  <wakaba@suika.fam.cx>
25    
26            * ProcessingInstruction.pm, EntityReference.pm,
27            CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm,
28            ElementTypeDefinition.pm, AttributeDefinition.pm,
29            DocumentType.pm, DOMElement.pm, Attr.pm,
30            CharacterData.pm, Text.pm, Comment.pm (node_name,
31            node_value, node_type): Implemented.
32    
33    2007-06-14  Wakaba  <wakaba@suika.fam.cx>
34    
35            * Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm,
36            CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm,
37            AttributeDefinition.pm: New modules.
38    
39            * DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added.
40            (create_attribute_definition, create_element_type_definition,
41            create_document_type_definition, create_cdata_section,
42            create_processing_instruction, create_entity_reference,
43            create_general_entity, create_notation): Prototypes added.
44    
45            * DOMImplementation.pm (create_document_type): Prototype added.
46    
47            * DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition'
48            and 'Message::IF::DocumentTypeDeclaration' added.
49            (create_document_type, create_document_type_definition):
50            New methods.
51    
52    2007-06-13  Wakaba  <wakaba@suika.fam.cx>
53    
54            * DOMImplementation.pm, Node.pm, DOMDocument.pm,
55            DOMElement.pm, Attr.pm, DocumentType.pm,
56            DOMCharacterData.pm, Text.pm, Comment.pm: Copied
57            from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>.
58    
59    2007-06-10  Wakaba  <wakaba@suika.fam.cx>
60    
61            * XMLParser.dis: Default to "1.0" if <?xml version=""?>
62            specifies unknown value and trys to recover from the error.
63    
64    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
65    
66            * TreeCore.dis (manakaiLocalName): New attribute.
67    
68    2007-01-02  Wakaba  <wakaba@suika.fam.cx>
69    
70            * GenericLS.dis (GLSException): New interface.
71    
72    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
73    
74            * |InputProcessor|s and |OutputProcessor|s are
75            named so that |report| statements in Perl
76            module outputs can be identified by name. |dis:dataType|s
77            of |DISCore:TFQNames| are all replaced
78            by |DISCore:QName|.
79    
80    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
81    
82            * Element.dis (createElementNS): If an array reference
83            is specified as the |qualifiedName| parameter,
84            don't set the first item as the local name
85            even if the second item is not specified (or
86            specified as |undef|).
87            (createElementNS, setAttribute, setAttributeNS,
88            removeAttribute, removeAttributeNS,
89            setAttributeNode, setAttributeNodeNS,
90            removeAttributeNode, removeAttributeNodeNS): Sets
91            or removes the |tc:contentAttributeList| value.
92    
93            * TreeCore.dis (AttrMap.item): Caches the result
94            of sorting of content attribute names.
95            (getAttrMap, getElementTypeDefNodeMap,
96            getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed.
97            (tc:contentAttributeList): New property.
98    
99    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
100    
101            * DOMFeature.dis (ForDef): Removed.
102            (f:provides, f:through): Removed.
103            (Version): Removed.
104            (implementFeature): Removed.
105    
106    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
107    
108            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
109            GenericLS.dis, TreeCore.dis, DOMString.dis,
110            XML.dis, Element.dis, Document.dis, TreeStore,dis,
111            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
112            SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications
113            are removed.
114    
115    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
116    
117            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
118            GenericLS.dis, TreeCore.dis, DOMString.dis,
119            XML.dis, Element.dis, Document.dis, TreeStore,dis,
120            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
121            SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications
122            and |DefaultFor|s are removed.
123    
124    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
125    
126            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
127            GenericLS.dis, TreeCore.dis, DOMString.dis,
128            XML.dis, Element.dis, Document.dis, TreeStore,dis,
129            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
130            SimpleLS.dis, DOMMain.dis: References
131            to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|,
132            |ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3|
133            modes are removed.
134    
135    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
136    
137            * CharacterData.dis, TreeCore.dis (Require): References
138            to the |Grove.dis| module are removed.
139    
140    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
141    
142            * DOMFeature.dis (f:implementation, f:revImplementation): Removed.
143            (Require): Reference to the |Grove.dis| module is removed.
144    
145    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
146    
147            * DOMCore.dis (ManakaiDOMImplementation): The
148            class is no longer plays the role of
149            a |mg:NodeRefRole|.  Redundant |f:provides|
150            properties are removed.
151    
152    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
153    
154            * TreeCore.dis, DOMCore.dis, Document.dis,
155            Element.dis, CharacterData.dis, XML.dis,
156            XDoctype.dis, DOMString.dis, TreeStore.dis,
157            XMLParser.dis: Use Perl native
158            hashs and |Scalar::Util|'s weak references in favor of |Grove.dis|
159            for DOM nodes.  See
160            also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>.
161    
162    2006-12-03  Wakaba  <wakaba@suika.fam.cx>
163    
164            * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.
165    
166    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
167    
168            * DOMString.dis: New module.
169    
170            * DOMString.pm: New file.
171    
172            * DOMCore.dis (min): Moved from |DOMFeature.dis|.
173            (ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
174            Now it references the |DOMImplementationRegistry| object.
175            (DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
176            (DOMImplementationRegistry): New interface and
177            class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
178            and |DOMImplementationRegistry| in |DOMMain.dis|.  Note
179            that the class no longer support |get_implementation|
180            and |get_implementation_list| methods from
181            the |ImplementationRegistry| interface.
182            (DOMImplementationList): Class implemented; no
183            longer inherits from |ImplementationList|.
184            (DOMImplementationSource): Class implemented; no
185            longer inherits from |ImplementationSource|.  Note that
186            the class no longer support |get_implementation|
187            and |get_implementation_list| methods from
188            the |ImplementationSource| interface.
189            (DOMStringList): Removed.
190    
191            * DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
192            ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
193            ManakaiDOM:DOMXMLFeatureXML11, most part of
194            documentation for obsolete DOM Level 3 Minimum Implementation
195            module, obsolete property name aliases,
196            ImplemenationRegistryVar, ImplementationRegistry,
197            DEBUG, MIString, ImplementationList, ImplementationSource,
198            ManakaiDOM:implID): Removed.
199    
200            * DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
201            (DOMString): Removed.
202            (DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.
203    
204            * Makefile: |DOMString.pm| is added.
205    
206            * TreeCore.dis (is_default_namespace): |null| was
207            returned where a false is expected (|null| is
208            a false in Perl, but real |false| is appropriate here).
209    
210    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
211    
212            * DOMCore.dis (TypeInfo, UserDataHandler): Removed.
213    
214            * Element.dis (TypeInfo): Moved from |DOMCore.dis|.
215    
216            * TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.
217    
218  2006-11-05  Wakaba  <wakaba@suika.fam.cx>  2006-11-05  Wakaba  <wakaba@suika.fam.cx>
219    
220          * DOMFeature.dis (ImplementationList, ImplementationSource,          * DOMFeature.dis (ImplementationList, ImplementationSource,

Legend:
Removed from v.1.199  
changed lines
  Added in v.1.219

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24