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