1 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMMain.dis (checkXMLNamesQName): Some checks are |
4 |
|
removed to sync with DOM Level 3 Core specification. |
5 |
|
|
6 |
|
* TreeCore.dis (Element): Most methods are reimplemented (untested). |
7 |
|
(GetElementsNodeList): Reimplemented (untested). |
8 |
|
|
9 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Tree.dis (cfg:strict-document-children): The configuration |
12 |
|
parameter must also affect on |manakaiAppendText| |
13 |
|
and |textContent| on |Document| nodes. |
14 |
|
|
15 |
|
* TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass| |
16 |
|
parameter changes the class to |bless|. |
17 |
|
(Node): Most methods are reimplemented. (Untested) |
18 |
|
(CharacterData, Attr): Most methods and attributes are |
19 |
|
reimplemented. (Untested) |
20 |
|
|
21 |
|
* XML.dis, XDoctype.dis: Most |Node| methods are |
22 |
|
reimplemented (untested). |
23 |
|
|
24 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented |
27 |
|
(untested). |
28 |
|
|
29 |
|
2006-03-22 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* DOMCore.dis (DOMSTRING_SIZE_ERR): It now has |
32 |
|
a qualified name. |
33 |
|
|
34 |
|
* DOMMain.dis (ensureNamespacePrefix): Undefines |
35 |
|
the prefix if it is an empty string. (Note that |
36 |
|
it is defined as implementation dependent in |
37 |
|
DOM Level 3 Core specification). |
38 |
|
|
39 |
|
* TreeCore.dis (Require): It now references the |MDOM:XDoctype| |
40 |
|
module. |
41 |
|
(Node): Attributes are reimplemented (untested). |
42 |
|
|
43 |
|
* XML.dis (Require): It now references the |MDOMX:XDoctype| |
44 |
|
module. |
45 |
|
(Node): Attributes are reimplemented (untested). |
46 |
|
(Entity, Notation): New interfaces. |
47 |
|
|
48 |
|
* XDoctype.dis (Node): Attributes are reimplemented (untested). |
49 |
|
|
50 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
53 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
54 |
|
replaceChild, removeChild, createDocumentFragment, |
55 |
|
createEntityReference, createProcessingInstruction, |
56 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
57 |
|
(NodeList, DocumentFragment): New interfaces. |
58 |
|
|
59 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
60 |
|
|
61 |
|
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
64 |
|
(createAttributeNS, createTextNode, createComment, |
65 |
|
createCDATASection): New methods. |
66 |
|
(Attr, Text, Comment, CharacterData): New interfaces. |
67 |
|
|
68 |
|
* Makefile: |XML.dis| is added. |
69 |
|
|
70 |
|
* XML.dis: New module. |
71 |
|
|
72 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* TreeCore.dis (manakaiReadOnly): New attribute. |
75 |
|
|
76 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
79 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
80 |
|
(Element): New interface. |
81 |
|
(createElementNS): New method. |
82 |
|
(strictErrorChecking): New. |
83 |
|
|
84 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* Makefile: |TreeCore.dis| is added. |
87 |
|
|
88 |
|
* TreeCore.dis: New module. |
89 |
|
|
90 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
93 |
|
parameter. |
94 |
|
|
95 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
96 |
|
|
97 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
98 |
|
data types added to configuration parameters. |
99 |
|
|
100 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
103 |
|
a |DISSource:ResourceProperty|. |
104 |
|
(c:anyDOMConfigurationParameter): New property. |
105 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
106 |
|
the |c:anyDOMConfigurationParameter| property. |
107 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
108 |
|
|
109 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
110 |
|
|
111 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
114 |
|
are removed. |
115 |
|
|
116 |
|
* GenericLS.pm: Added to the CVS repository since |
117 |
|
it is necessary to create the |Message::Util::DIS::DPG| module. |
118 |
|
|
119 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |
122 |
|
method. |
123 |
|
|
124 |
|
* XMLParser.dis: Don't create adjacent text nodes. |
125 |
|
|
126 |
|
2006-03-09 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error. |
129 |
|
|
130 |
|
* DOMXML.dis (appendChild, insertBefore, replaceChild): Method |
131 |
|
implementations are added. |
132 |
|
|
133 |
|
* XDoctype.dis (appendChild, insertBefore, replaceChild): Method |
134 |
|
implementations are added. |
135 |
|
|
136 |
|
* Tree.dis (appendChild, insertBefore, replaceChild): Method |
137 |
|
implementations are added. |
138 |
|
(IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass| |
139 |
|
resources unless for |ManakaiDOM:ManakaiDOMLatest|. |
140 |
|
(cfg:strict-document-children): New configuration parameter. |
141 |
|
|
142 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* XDoctype.dis (replaceChild): Method implementations are added. |
145 |
|
|
146 |
|
* Tree.dis (replaceChild): Method implementations are added. |
147 |
|
|
148 |
|
* DOMXML.dis (replaceChild): Method implementations are added. |
149 |
|
|
150 |
|
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |
153 |
|
definitions. |
154 |
|
|
155 |
|
* XDoctype.dis (insertBefore): New method implementation. |
156 |
|
|
157 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
158 |
|
|
159 |
|
* DOMXML.dis (insertBefore): Method implementations |
160 |
|
for |ProcessingInstruction| and |Notation| nodes are added. |
161 |
|
|
162 |
|
* Tree.dis (insertBefore): Method implementation |
163 |
|
for |CharacterData| nodes is added. |
164 |
|
|
165 |
|
* XDoctype.dis (insertBefore): Method implementation |
166 |
|
for |ElementTypeDefinition| nodes is added. |
167 |
|
|
168 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
169 |
|
|
170 |
|
* XDoctype.dis (appendChild): New method implementation. |
171 |
|
|
172 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
173 |
|
|
174 |
|
* DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error. |
175 |
|
(REMOVE_DOCUMENT_ELEMENT_ERR): New error. |
176 |
|
(REMOVE_DOCUMENT_TYPE_ERR): New error. |
177 |
|
|
178 |
|
* DOMXML.dis (ManakaiDOMDocumentType): Removed. |
179 |
|
(ProcessingInstruction.appendChild, CDATASection.appendChild, |
180 |
|
Notation.appendChild): New method implementation. |
181 |
|
|
182 |
|
* Tree.dis (CharacterData.appendChild): New method implementation. |
183 |
|
|
184 |
|
* XDoctype.dis: Tests moved from |MDOM:DOMXML| module. |
185 |
|
|
186 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* DOMXML.dis (ManakaiDOMXMLIdAttr): New class. |
189 |
|
|
190 |
|
* Tree.dis (createAttribute, createAttributeNS, |
191 |
|
setAttribute, setAttributeNS): They now supports |
192 |
|
the |cfg:xml-id| configuration parameter. |
193 |
|
(cfg:xml-id): New configuration parameter. |
194 |
|
|
195 |
|
* XDoctype.dis (createAttributeDefinition): It now |
196 |
|
supports the |cfg:xml-id| configuration parameter. |
197 |
|
|
198 |
|
* XMLParser.dis (parse): It now supports |
199 |
|
the |cfg:xml-id| configuration parameter. |
200 |
|
|
201 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
202 |
|
|
203 |
|
* XMLParser.dis (parse): Sets |Document.documentURI| |
204 |
|
and |Document.manakaiEntityBaseURI| attributes of the |
205 |
|
document created. |
206 |
|
(_ProcessingInstructionDTD): Sets the |manakaiBaseURI| |
207 |
|
property of the created node. |
208 |
|
(_SystemLiteral): Sets the |manakaiDeclarationBaseURI| |
209 |
|
of the created node. |
210 |
|
(ls-input-to-input-file.default): Sets the resolved |
211 |
|
system identifier to the |documentURI| attribute if available. |
212 |
|
Sets the |baseURI| attribute if available. |
213 |
|
|
214 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
215 |
|
|
216 |
|
* XDoctype.dis (DocumentTypeDefinition.implementation): New attribute. |
217 |
|
(Node.baseURI): New attribute implementations. |
218 |
|
(declarationBaseURI): Setter is added. |
219 |
|
(manakaiDeclarationBaseURI): New attribute. |
220 |
|
|
221 |
|
* Tree.dis (Require): A reference to the |MURI:Generic| |
222 |
|
module is added. |
223 |
|
(Node.baseURI): The implementation is revised. |
224 |
|
(getNodeReference): Attribute node classes specialized |
225 |
|
to attribute names are supported. |
226 |
|
(contentBaseURI, htmlBaseURI): Removed. |
227 |
|
(manakaiEntityBaseURI): New attribute. |
228 |
|
(ManakaiDOMImplementationDocument): It now inherits |
229 |
|
the |urigen:URIImplementation| class. |
230 |
|
|
231 |
|
* DOMMain.dis (isRelativeDOMURI): The definition |
232 |
|
of the URI scheme is synced with |Message::URI::Generic|'s |
233 |
|
one. |
234 |
|
|
235 |
|
* DOMXML.dis (Require): A reference to |DISlib:DISMarkup| |
236 |
|
module is added. |
237 |
|
(DocumentType.implementation): New attribute. |
238 |
|
(Node.baseURI): Implementations are added. |
239 |
|
(manakaiDeclarationBaseURI): New attributes. |
240 |
|
(manakaiEntityBaseURI): New attributes. |
241 |
|
(manakaiEntityURI): New attribute. |
242 |
|
(manakaiExternal): New attribute. |
243 |
|
(manakaiBaseURI): New attribute. |
244 |
|
(ManakaiDOMXMLBaseAttr): New class. |
245 |
|
|
246 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
247 |
|
|
248 |
|
* SimpleLS.dis (Require): Reference to the |MDOM:Tree| |
249 |
|
module was missing. |
250 |
|
|
251 |
|
* ManakaiDOMLS2003.dis: Some property names was incorrect. |
252 |
|
|
253 |
|
* Makefile (distclean): New rule. |
254 |
|
|
255 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
256 |
|
|
257 |
|
* DOMLS.dis: Removed from the CVS repository, since |
258 |
|
it has been no longer required to make the |daf| system |
259 |
|
itself. |
260 |
|
|
261 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
262 |
|
|
263 |
|
* Makefile: Revised for new |daf| database format. |
264 |
|
|
265 |
|
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
266 |
|
|
267 |
|
* DOMFeature.dis (Require): Missing reference to |DISlib:Test| |
268 |
|
module is added. |
269 |
|
|
270 |
|
2006-02-22 Wakaba <wakaba@suika.fam.cx> |
271 |
|
|
272 |
|
* DOMLS.dis: Constants were typed as |dx:ErrorCode| |
273 |
|
by mistake. |
274 |
|
|
275 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
276 |
|
|
277 |
|
* XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10| |
278 |
|
feature. |
279 |
|
|
280 |
|
* DOMCore.dis (c:LSPARSER_NOT_FOUND_ERR): New exception type. |
281 |
|
|
282 |
|
* DOMLS.dis (DOMLS:ParseString): New (moved from |SimpleLS.dis|). |
283 |
|
(DOMImplementationLS.createLSParser): Implemented. |
284 |
|
(DOMImplementationLS.createLSInput): Revised. |
285 |
|
(LSInput): Note on relationship with |GenericLS| is added. |
286 |
|
|
287 |
|
* SimpleLS.dis (DOMLS:ParseString): Removed (moved to |SimpleLS.dis|). |
288 |
|
|
289 |
|
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
290 |
|
|
291 |
|
* XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser| |
292 |
|
is introduced. |
293 |
|
(async, busy): Implemented. |
294 |
|
(parseString): Removed. |
295 |
|
(parse, parseURI): Implemented. |
296 |
|
(xp:ls-input-to-input-file): New configuration parameter. |
297 |
|
(shiftChar): Gets character from current file handle |
298 |
|
rather than replacement text. Don't normalize |
299 |
|
line break characters for internal entities. Don't |
300 |
|
throw |xp:wf-legal-literal-character| error |
301 |
|
for |RestrictedChar| appearing in internal entities. |
302 |
|
(DISPerl:dpgDef): Call |close| for each entity filehandler. |
303 |
|
(_EntityDeclaration): Copy document URI and base URI |
304 |
|
to the entity's |$decl| object. |
305 |
|
(ParseError): New code fragment. |
306 |
|
(getCopyOfEntityState): Creates filehandle from replacement |
307 |
|
text. |
308 |
|
(xp-error-lines): Don't appends text if no replacement |
309 |
|
text is available. |
310 |
|
(error-handler): New configuration parameter application resource. |
311 |
|
(ManakaiDOMLSInputToInputFile): New class. |
312 |
|
(ManakaiDOMInputFile): New class. |
313 |
|
|
314 |
|
* Tree.dis (getNodeReference): A dereferencing was missing. |
315 |
|
|
316 |
|
* DOMLS.dis (DOMLS:busy, DOMLS:lsKey): New properties. |
317 |
|
|
318 |
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
319 |
|
|
320 |
* XMLParser.dis: Default attribute are now namespace aware. |
* XMLParser.dis: Default attribute are now namespace aware. |