1 |
|
2005-12-31 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (DOMError.location): Returns an empty |DOMLocator| |
4 |
|
if it is not provided. |
5 |
|
|
6 |
|
* XMLParser.dis: Parsing methods to skip document |
7 |
|
type declaration is added. |
8 |
|
|
9 |
|
2005-12-29 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* XMLParser.dis (shiftChar): Checks characters are legal |
12 |
|
or not. Normalize end-of-lines. |
13 |
|
(rule _XMLDeclaration_): Implemented. |
14 |
|
(WFErrDef): Well-formedness error |wf-syntax-error|, |
15 |
|
|wf-pi-target-is-xml|, |wf-no-end-tag|, |
16 |
|
|wf-unsupported-xml-version|, |wf-malformed-enc-name|, |
17 |
|
|wf-malformed-xml-standalone|, |wf-legal-literal-character|, |
18 |
|
|wf-element-type-match|, |wf-unique-att-spec|, |
19 |
|
|wf-legal-character| added. |
20 |
|
(%character-code-point): New formatter rule. |
21 |
|
|
22 |
|
* Tree.dis (Document.xmlEncoding): It is now read-write attribute. |
23 |
|
|
24 |
|
* DOMCore.dis (DOMError.stringify): Added. |
25 |
|
(error-handler.default): Returns |false| (don't continue) |
26 |
|
when the error severity is |SEVERITY_FATAL_ERROR|. |
27 |
|
|
28 |
|
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* XMLParser.dis (DocumentEntity): Typos fixed. |
31 |
|
(|lexmode|s): New |?default-token| statements are used |
32 |
|
so that tokenizer description has been simplified |
33 |
|
and CDATA sections now can be parsed. |
34 |
|
|
35 |
|
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* XMLParser.dis: Some modifications made. |
38 |
|
|
39 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a |
42 |
|
global named resource. |
43 |
|
|
44 |
|
* Makefile: Rules to make |XMLParser.pm| is added. |
45 |
|
|
46 |
|
* XMLParser.dis: New file. |
47 |
|
|
48 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error |
51 |
|
message formatter can now vary by error types. |
52 |
|
(DOMLocator.utf32Offset): New (manakai extended) attribute. |
53 |
|
|
54 |
|
2005-12-23 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* DOMCore.dis (DOMLocator): Implemented. |
57 |
|
|
58 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* DOMCore.dis (DOMConfigurationParameterApplication, |
61 |
|
domConfigurationParameter): New resources. |
62 |
|
|
63 |
|
2005-11-25 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error): |
66 |
|
New methods. |
67 |
|
|
68 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__| |
71 |
|
blocks are replaced by |DOMError|-based |__DOMCore:ERROR__| blocks. |
72 |
|
|
73 |
|
* DOMMain.dis (___report_error): Throws the error unkess |
74 |
|
it is a |DOMCore:DOMError| object. |
75 |
|
|
76 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* DOMCore.dis (severity, type): Getters return value from |
79 |
|
the definition of the current error (i.e. |-def| hash). |
80 |
|
(___error_def): New method. |
81 |
|
(errorType): |dis:dataType| changed to |DISCore:TFQNames| |
82 |
|
to ease natural reference to constant value. |
83 |
|
(error-handler.default): Prints the error message by |warn|. |
84 |
|
|
85 |
|
* Tree.dis (nodeValue.set): Reimplemented so that it |
86 |
|
warns as setting has no effect. |
87 |
|
(___report_error): New method. (It had been only implemented |
88 |
|
in superclass.) |
89 |
|
(setting-node-value-no-effect): New error type. |
90 |
|
|
91 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* DOMCore.dis: Error codes added. |
94 |
|
|
95 |
|
* Tree.dis (destroyNodeStem): New method implementation. |
96 |
|
|
97 |
|
2005-11-22 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* Tree.dis (cloneNode): User data handlers implemented. |
100 |
|
(adoptNode): User data handlers implemented. |
101 |
|
|
102 |
|
2005-11-21 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* DOMCore.dis (UserDataHandler): A constraint for Perl binding |
105 |
|
added. |
106 |
|
|
107 |
|
* Tree.dis (cloneNode): Invoking of |UserDataHandler|s are implemented. |
108 |
|
(getUserData, setUserData): Implemented. |
109 |
|
|
110 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* DOMCore.dis (UserDataHandler): Implemented. |
113 |
|
(DOMErrorHandler): Blessed package name bug fixed. |
114 |
|
|
115 |
|
* ManakaiDOMLS2003.dis: Reference to |Node| subclasses |
116 |
|
changed to |Tree.dis|. |
117 |
|
|
118 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* DOMMain.dis: Unused declarations and definitions removed. |
121 |
|
|
122 |
|
* DOMCore.dis: DOM document tree related interfaces removed. |
123 |
|
|
124 |
|
* Tree.dis: New module separated from |DOMCore.dis|. |
125 |
|
|
126 |
|
* DOMXML.dis: Some referent changed to |Tree.dis|. |
127 |
|
|
128 |
|
* Makefile: |Tree.dis| added. |
129 |
|
|
130 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* .cvsignore: Revised. |
133 |
|
|
134 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* ManakaiDOMLS2003.dis: Tests added. |
137 |
|
(domConfig): Method name in the code fixed to |flag|. |
138 |
|
|
139 |
|
* DOMMain.dis (findOffset32): Missing |^| in regular expressions |
140 |
|
added. |
141 |
|
|
142 |
|
* DOMCore.dis (hasChildNodes): Returns |false| if the node type |
143 |
|
is defined not to have any children. |
144 |
|
(CharacterData): Typos in element type names and function names fixed. |
145 |
|
|
146 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
147 |
|
|
148 |
|
* DOMFeature.dis (MinimumImplementation.eq): Added. |
149 |
|
|
150 |
|
* DOMMain.dis: |DISPerl:ISA| reference fixed. |
151 |
|
|
152 |
|
* Generic.dis: Implements new |DOMLS:Generic| feature. |
153 |
|
|
154 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* DOMFeature.dis (stringifyFeatures): Don't double |SPACE| |
157 |
|
characters between feature names and versions. |
158 |
|
|
159 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* DOMFeature.dis (stringifyFeatures): A test code added. |
162 |
|
|
163 |
|
2005-10-26 Wakaba <wakaba@suika.fam.cx> |
164 |
|
|
165 |
|
* SimpleLS.dis (writeToString): Don't stop serializing |
166 |
|
when an |false| value appears in |@src|. |
167 |
|
|
168 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
169 |
|
|
170 |
|
* DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented. |
171 |
|
(ErrDef): Redefined. |
172 |
|
|
173 |
|
* DOMLS.dis (ErrDef): Redefined. |
174 |
|
|
175 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
177 |
|
* DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject". |
178 |
|
|
179 |
|
2005-10-15 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* DOMCore.dis (Require): References "DOMLS.dis" module. |
182 |
|
(CParam): Definitions for LS module added. |
183 |
|
|
184 |
|
* DOMLS.dis (ManakaiDOMLSInput): The input processor |
185 |
|
is also an output processor now. |
186 |
|
(ManakaiDOMLSResourceResolver): Implemented. |
187 |
|
(CParam): Definitions updated. |
188 |
|
|
189 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
190 |
|
|
191 |
|
* DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR, |
192 |
|
NOT_SUPPORTED_CONFIG_VALUE_ERR, |
193 |
|
INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes. |
194 |
|
(DOMConfiguration): Implemented. |
195 |
|
(CParam): Definitions updated. |
196 |
|
|
197 |
|
* DOMMain.dis (DOMURIs): New data type. |
198 |
|
|
199 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
200 |
|
|
201 |
|
* DOMCore.dis (setAttrValueNS): New code. |
202 |
|
|
203 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* DOMCore.dis: Don't set "infoset:prefix" internal |
206 |
|
property unless it has non-null value. |
207 |
|
(newObject): "refNode" parameter introduced. |
208 |
|
(ManakaiDOMNode.newObject): Calls "NodeStem.newNode" |
209 |
|
method if "refNode" parameter is specified. |
210 |
|
(cloneNode): Don't set "read-only" flag. |
211 |
|
(getNodeReference): Caches the result. |
212 |
|
(selectAttributeNodeForRemove): Don't removes any other |
213 |
|
non-namespace-aware attribute nodes. |
214 |
|
|
215 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
217 |
|
* DOMCore.dis (appendChild, createElementNS, createAttributeNS, |
218 |
|
setAttribute, setAttributeNS): "strictErrorChecking" attribute supported. |
219 |
|
(doStrictErrorChecking): New code. |
220 |
|
|
221 |
|
* DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute |
222 |
|
supported. |
223 |
|
|
224 |
|
* Makefile: Rule to make "DOMFeature.pm" restored. |
225 |
|
|
226 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
227 |
|
|
228 |
|
* DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
229 |
|
(adoptNode): Implemented. |
230 |
|
|
231 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
232 |
|
|
233 |
|
* DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed. |
234 |
|
|
235 |
|
* DOMFeature.dis (DOMCore:implementation): Short name added. |
236 |
|
|
237 |
|
* DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
238 |
|
(DOMCore:node): New error parameter. |
239 |
|
(DOMCore:ownerDocument): Changed from "mn:irefnode0" |
240 |
|
to "mn:xrefnode0". For this reason, all assignments |
241 |
|
to this property have been rewritten to references |
242 |
|
to code "mn:setXRefNode". |
243 |
|
(cloneNode): Implemented. |
244 |
|
(setAttributeNode): A missing "importTree" method call added. |
245 |
|
(setAttributeNodeNS): Perl code removed and changed |
246 |
|
to a reference to "setAttributeNode" method code. |
247 |
|
|
248 |
|
* DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0" |
249 |
|
property to "mn:xrefnode0" property. |
250 |
|
|
251 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
252 |
|
|
253 |
|
* DOMCore.dis, DOMLS.dis: Now constant values are defined only |
254 |
|
in interfaces. |
255 |
|
|
256 |
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
257 |
|
|
258 |
* DOMCore.dis (ManakaiDOMEmptyNodeList): New class. |
* DOMCore.dis (ManakaiDOMEmptyNodeList): New class. |