1 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMMain.dis (checkXMLNamesQName): Checks whether |
4 |
|
namespace URI is defined for not being warned. |
5 |
|
|
6 |
|
* XDoctype.dis: New module. |
7 |
|
|
8 |
|
* DOMCore.dis (DOMStringList): Test added. |
9 |
|
|
10 |
|
* Makefile: |XDoctype.pm| added. |
11 |
|
|
12 |
|
* Tree.dis (Require): Requires |XDoctype.dis|. |
13 |
|
(ManakaiDOMNodeObjectNode.eq): Added. |
14 |
|
(Test): |DOMError.location| must return a |DOMLocator| |
15 |
|
object (it was incorrectly tested to return |null|). |
16 |
|
(EmptyNodeList.DESTROY): Removed. |
17 |
|
|
18 |
|
2006-01-04 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* Tree.dis (NodeType): |ELEMENT_TYPE_DEFINITION_NODE| and |
21 |
|
|ATTRIBUTE_DEFINITION_NODE| node types added. |
22 |
|
(appendChild, insertBefore, replaceChild): New |
23 |
|
two node types added and processing instruction nodes |
24 |
|
as document type definition node child is allowed |
25 |
|
in |ManakaiDOM:ManakaiDOMLatest| mode. |
26 |
|
(getNodeReference): New |interface| parameter |
27 |
|
to filter classes by interface is added. |
28 |
|
(ElementTypeDefinitionRole): New role. |
29 |
|
(AttributeDefinitionRole): New role. |
30 |
|
|
31 |
|
2006-01-02 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* DOMCore.dis (DOMStringList): Reimplemented as tied array. |
34 |
|
|
35 |
|
2005-12-31 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* DOMCore.dis (DOMError.location): Returns an empty |DOMLocator| |
38 |
|
if it is not provided. |
39 |
|
|
40 |
|
* XMLParser.dis: Parsing methods to skip document |
41 |
|
type declaration is added. |
42 |
|
|
43 |
|
2005-12-29 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* XMLParser.dis (shiftChar): Checks characters are legal |
46 |
|
or not. Normalize end-of-lines. |
47 |
|
(rule _XMLDeclaration_): Implemented. |
48 |
|
(WFErrDef): Well-formedness error |wf-syntax-error|, |
49 |
|
|wf-pi-target-is-xml|, |wf-no-end-tag|, |
50 |
|
|wf-unsupported-xml-version|, |wf-malformed-enc-name|, |
51 |
|
|wf-malformed-xml-standalone|, |wf-legal-literal-character|, |
52 |
|
|wf-element-type-match|, |wf-unique-att-spec|, |
53 |
|
|wf-legal-character| added. |
54 |
|
(%character-code-point): New formatter rule. |
55 |
|
|
56 |
|
* Tree.dis (Document.xmlEncoding): It is now read-write attribute. |
57 |
|
|
58 |
|
* DOMCore.dis (DOMError.stringify): Added. |
59 |
|
(error-handler.default): Returns |false| (don't continue) |
60 |
|
when the error severity is |SEVERITY_FATAL_ERROR|. |
61 |
|
|
62 |
|
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* XMLParser.dis (DocumentEntity): Typos fixed. |
65 |
|
(|lexmode|s): New |?default-token| statements are used |
66 |
|
so that tokenizer description has been simplified |
67 |
|
and CDATA sections now can be parsed. |
68 |
|
|
69 |
|
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* XMLParser.dis: Some modifications made. |
72 |
|
|
73 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a |
76 |
|
global named resource. |
77 |
|
|
78 |
|
* Makefile: Rules to make |XMLParser.pm| is added. |
79 |
|
|
80 |
|
* XMLParser.dis: New file. |
81 |
|
|
82 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error |
85 |
|
message formatter can now vary by error types. |
86 |
|
(DOMLocator.utf32Offset): New (manakai extended) attribute. |
87 |
|
|
88 |
|
2005-12-23 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* DOMCore.dis (DOMLocator): Implemented. |
91 |
|
|
92 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* DOMCore.dis (DOMConfigurationParameterApplication, |
95 |
|
domConfigurationParameter): New resources. |
96 |
|
|
97 |
|
2005-11-25 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error): |
100 |
|
New methods. |
101 |
|
|
102 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__| |
105 |
|
blocks are replaced by |DOMError|-based |__DOMCore:ERROR__| blocks. |
106 |
|
|
107 |
|
* DOMMain.dis (___report_error): Throws the error unkess |
108 |
|
it is a |DOMCore:DOMError| object. |
109 |
|
|
110 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* DOMCore.dis (severity, type): Getters return value from |
113 |
|
the definition of the current error (i.e. |-def| hash). |
114 |
|
(___error_def): New method. |
115 |
|
(errorType): |dis:dataType| changed to |DISCore:TFQNames| |
116 |
|
to ease natural reference to constant value. |
117 |
|
(error-handler.default): Prints the error message by |warn|. |
118 |
|
|
119 |
|
* Tree.dis (nodeValue.set): Reimplemented so that it |
120 |
|
warns as setting has no effect. |
121 |
|
(___report_error): New method. (It had been only implemented |
122 |
|
in superclass.) |
123 |
|
(setting-node-value-no-effect): New error type. |
124 |
|
|
125 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* DOMCore.dis: Error codes added. |
128 |
|
|
129 |
|
* Tree.dis (destroyNodeStem): New method implementation. |
130 |
|
|
131 |
|
2005-11-22 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* Tree.dis (cloneNode): User data handlers implemented. |
134 |
|
(adoptNode): User data handlers implemented. |
135 |
|
|
136 |
|
2005-11-21 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* DOMCore.dis (UserDataHandler): A constraint for Perl binding |
139 |
|
added. |
140 |
|
|
141 |
|
* Tree.dis (cloneNode): Invoking of |UserDataHandler|s are implemented. |
142 |
|
(getUserData, setUserData): Implemented. |
143 |
|
|
144 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* DOMCore.dis (UserDataHandler): Implemented. |
147 |
|
(DOMErrorHandler): Blessed package name bug fixed. |
148 |
|
|
149 |
|
* ManakaiDOMLS2003.dis: Reference to |Node| subclasses |
150 |
|
changed to |Tree.dis|. |
151 |
|
|
152 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* DOMMain.dis: Unused declarations and definitions removed. |
155 |
|
|
156 |
|
* DOMCore.dis: DOM document tree related interfaces removed. |
157 |
|
|
158 |
|
* Tree.dis: New module separated from |DOMCore.dis|. |
159 |
|
|
160 |
|
* DOMXML.dis: Some referent changed to |Tree.dis|. |
161 |
|
|
162 |
|
* Makefile: |Tree.dis| added. |
163 |
|
|
164 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* .cvsignore: Revised. |
167 |
|
|
168 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
169 |
|
|
170 |
|
* ManakaiDOMLS2003.dis: Tests added. |
171 |
|
(domConfig): Method name in the code fixed to |flag|. |
172 |
|
|
173 |
|
* DOMMain.dis (findOffset32): Missing |^| in regular expressions |
174 |
|
added. |
175 |
|
|
176 |
|
* DOMCore.dis (hasChildNodes): Returns |false| if the node type |
177 |
|
is defined not to have any children. |
178 |
|
(CharacterData): Typos in element type names and function names fixed. |
179 |
|
|
180 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* DOMFeature.dis (MinimumImplementation.eq): Added. |
183 |
|
|
184 |
|
* DOMMain.dis: |DISPerl:ISA| reference fixed. |
185 |
|
|
186 |
|
* Generic.dis: Implements new |DOMLS:Generic| feature. |
187 |
|
|
188 |
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|
190 |
* DOMFeature.dis (stringifyFeatures): Don't double |SPACE| |
* DOMFeature.dis (stringifyFeatures): Don't double |SPACE| |