1 |
|
2007-01-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* GenericLS.dis (GLSException): New interface. |
4 |
|
|
5 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* |InputProcessor|s and |OutputProcessor|s are |
8 |
|
named so that |report| statements in Perl |
9 |
|
module outputs can be identified by name. |dis:dataType|s |
10 |
|
of |DISCore:TFQNames| are all replaced |
11 |
|
by |DISCore:QName|. |
12 |
|
|
13 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* Element.dis (createElementNS): If an array reference |
16 |
|
is specified as the |qualifiedName| parameter, |
17 |
|
don't set the first item as the local name |
18 |
|
even if the second item is not specified (or |
19 |
|
specified as |undef|). |
20 |
|
(createElementNS, setAttribute, setAttributeNS, |
21 |
|
removeAttribute, removeAttributeNS, |
22 |
|
setAttributeNode, setAttributeNodeNS, |
23 |
|
removeAttributeNode, removeAttributeNodeNS): Sets |
24 |
|
or removes the |tc:contentAttributeList| value. |
25 |
|
|
26 |
|
* TreeCore.dis (AttrMap.item): Caches the result |
27 |
|
of sorting of content attribute names. |
28 |
|
(getAttrMap, getElementTypeDefNodeMap, |
29 |
|
getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed. |
30 |
|
(tc:contentAttributeList): New property. |
31 |
|
|
32 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* DOMFeature.dis (ForDef): Removed. |
35 |
|
(f:provides, f:through): Removed. |
36 |
|
(Version): Removed. |
37 |
|
(implementFeature): Removed. |
38 |
|
|
39 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
42 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
43 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
44 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
45 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications |
46 |
|
are removed. |
47 |
|
|
48 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
51 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
52 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
53 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
54 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications |
55 |
|
and |DefaultFor|s are removed. |
56 |
|
|
57 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
60 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
61 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
62 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
63 |
|
SimpleLS.dis, DOMMain.dis: References |
64 |
|
to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|, |
65 |
|
|ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3| |
66 |
|
modes are removed. |
67 |
|
|
68 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* CharacterData.dis, TreeCore.dis (Require): References |
71 |
|
to the |Grove.dis| module are removed. |
72 |
|
|
73 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* DOMFeature.dis (f:implementation, f:revImplementation): Removed. |
76 |
|
(Require): Reference to the |Grove.dis| module is removed. |
77 |
|
|
78 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* DOMCore.dis (ManakaiDOMImplementation): The |
81 |
|
class is no longer plays the role of |
82 |
|
a |mg:NodeRefRole|. Redundant |f:provides| |
83 |
|
properties are removed. |
84 |
|
|
85 |
|
2006-12-29 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* TreeCore.dis, DOMCore.dis, Document.dis, |
88 |
|
Element.dis, CharacterData.dis, XML.dis, |
89 |
|
XDoctype.dis, DOMString.dis, TreeStore.dis, |
90 |
|
XMLParser.dis: Use Perl native |
91 |
|
hashs and |Scalar::Util|'s weak references in favor of |Grove.dis| |
92 |
|
for DOM nodes. See |
93 |
|
also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>. |
94 |
|
|
95 |
|
2006-12-03 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* DOMFeature.dis, TreeCore.dis: Unused |role|s are removed. |
98 |
|
|
99 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* DOMString.dis: New module. |
102 |
|
|
103 |
|
* DOMString.pm: New file. |
104 |
|
|
105 |
|
* DOMCore.dis (min): Moved from |DOMFeature.dis|. |
106 |
|
(ImplementationRegistryVariable): Moved from |DOMFeature.dis|. |
107 |
|
Now it references the |DOMImplementationRegistry| object. |
108 |
|
(DOMImplementationRegistryVariable): Moved from |DOMMain.dis|. |
109 |
|
(DOMImplementationRegistry): New interface and |
110 |
|
class, reformed from |ImplementationRegistry| in |DOMFeature.dis| |
111 |
|
and |DOMImplementationRegistry| in |DOMMain.dis|. Note |
112 |
|
that the class no longer support |get_implementation| |
113 |
|
and |get_implementation_list| methods from |
114 |
|
the |ImplementationRegistry| interface. |
115 |
|
(DOMImplementationList): Class implemented; no |
116 |
|
longer inherits from |ImplementationList|. |
117 |
|
(DOMImplementationSource): Class implemented; no |
118 |
|
longer inherits from |ImplementationSource|. Note that |
119 |
|
the class no longer support |get_implementation| |
120 |
|
and |get_implementation_list| methods from |
121 |
|
the |ImplementationSource| interface. |
122 |
|
(DOMStringList): Removed. |
123 |
|
|
124 |
|
* DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature, |
125 |
|
ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature, |
126 |
|
ManakaiDOM:DOMXMLFeatureXML11, most part of |
127 |
|
documentation for obsolete DOM Level 3 Minimum Implementation |
128 |
|
module, obsolete property name aliases, |
129 |
|
ImplemenationRegistryVar, ImplementationRegistry, |
130 |
|
DEBUG, MIString, ImplementationList, ImplementationSource, |
131 |
|
ManakaiDOM:implID): Removed. |
132 |
|
|
133 |
|
* DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed. |
134 |
|
(DOMString): Removed. |
135 |
|
(DOMImplementationRegistryVar, DOMImplementationRegistry): Removed. |
136 |
|
|
137 |
|
* Makefile: |DOMString.pm| is added. |
138 |
|
|
139 |
|
* TreeCore.dis (is_default_namespace): |null| was |
140 |
|
returned where a false is expected (|null| is |
141 |
|
a false in Perl, but real |false| is appropriate here). |
142 |
|
|
143 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* DOMCore.dis (TypeInfo, UserDataHandler): Removed. |
146 |
|
|
147 |
|
* Element.dis (TypeInfo): Moved from |DOMCore.dis|. |
148 |
|
|
149 |
|
* TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|. |
150 |
|
|
151 |
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
* DOMFeature.dis (ImplementationList, ImplementationSource, |
* DOMFeature.dis (ImplementationList, ImplementationSource, |