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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24