1 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
4 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
5 |
|
replaceChild, removeChild, createDocumentFragment, |
6 |
|
createEntityReference, createProcessingInstruction, |
7 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
8 |
|
(NodeList, DocumentFragment): New interfaces. |
9 |
|
|
10 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
11 |
|
|
12 |
|
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
15 |
|
(createAttributeNS, createTextNode, createComment, |
16 |
|
createCDATASection): New methods. |
17 |
|
(Attr, Text, Comment, CharacterData): New interfaces. |
18 |
|
|
19 |
|
* Makefile: |XML.dis| is added. |
20 |
|
|
21 |
|
* XML.dis: New module. |
22 |
|
|
23 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* TreeCore.dis (manakaiReadOnly): New attribute. |
26 |
|
|
27 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
30 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
31 |
|
(Element): New interface. |
32 |
|
(createElementNS): New method. |
33 |
|
(strictErrorChecking): New. |
34 |
|
|
35 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* Makefile: |TreeCore.dis| is added. |
38 |
|
|
39 |
|
* TreeCore.dis: New module. |
40 |
|
|
41 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
44 |
|
parameter. |
45 |
|
|
46 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
47 |
|
|
48 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
49 |
|
data types added to configuration parameters. |
50 |
|
|
51 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
54 |
|
a |DISSource:ResourceProperty|. |
55 |
|
(c:anyDOMConfigurationParameter): New property. |
56 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
57 |
|
the |c:anyDOMConfigurationParameter| property. |
58 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
59 |
|
|
60 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
61 |
|
|
62 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
65 |
|
are removed. |
66 |
|
|
67 |
|
* GenericLS.pm: Added to the CVS repository since |
68 |
|
it is necessary to create the |Message::Util::DIS::DPG| module. |
69 |
|
|
70 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |
73 |
|
method. |
74 |
|
|
75 |
|
* XMLParser.dis: Don't create adjacent text nodes. |
76 |
|
|
77 |
|
2006-03-09 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error. |
80 |
|
|
81 |
|
* DOMXML.dis (appendChild, insertBefore, replaceChild): Method |
82 |
|
implementations are added. |
83 |
|
|
84 |
|
* XDoctype.dis (appendChild, insertBefore, replaceChild): Method |
85 |
|
implementations are added. |
86 |
|
|
87 |
|
* Tree.dis (appendChild, insertBefore, replaceChild): Method |
88 |
|
implementations are added. |
89 |
|
(IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass| |
90 |
|
resources unless for |ManakaiDOM:ManakaiDOMLatest|. |
91 |
|
(cfg:strict-document-children): New configuration parameter. |
92 |
|
|
93 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* XDoctype.dis (replaceChild): Method implementations are added. |
96 |
|
|
97 |
|
* Tree.dis (replaceChild): Method implementations are added. |
98 |
|
|
99 |
|
* DOMXML.dis (replaceChild): Method implementations are added. |
100 |
|
|
101 |
|
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |
104 |
|
definitions. |
105 |
|
|
106 |
|
* XDoctype.dis (insertBefore): New method implementation. |
107 |
|
|
108 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* DOMXML.dis (insertBefore): Method implementations |
111 |
|
for |ProcessingInstruction| and |Notation| nodes are added. |
112 |
|
|
113 |
|
* Tree.dis (insertBefore): Method implementation |
114 |
|
for |CharacterData| nodes is added. |
115 |
|
|
116 |
|
* XDoctype.dis (insertBefore): Method implementation |
117 |
|
for |ElementTypeDefinition| nodes is added. |
118 |
|
|
119 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* XDoctype.dis (appendChild): New method implementation. |
122 |
|
|
123 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error. |
126 |
|
(REMOVE_DOCUMENT_ELEMENT_ERR): New error. |
127 |
|
(REMOVE_DOCUMENT_TYPE_ERR): New error. |
128 |
|
|
129 |
|
* DOMXML.dis (ManakaiDOMDocumentType): Removed. |
130 |
|
(ProcessingInstruction.appendChild, CDATASection.appendChild, |
131 |
|
Notation.appendChild): New method implementation. |
132 |
|
|
133 |
|
* Tree.dis (CharacterData.appendChild): New method implementation. |
134 |
|
|
135 |
|
* XDoctype.dis: Tests moved from |MDOM:DOMXML| module. |
136 |
|
|
137 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* DOMXML.dis (ManakaiDOMXMLIdAttr): New class. |
140 |
|
|
141 |
|
* Tree.dis (createAttribute, createAttributeNS, |
142 |
|
setAttribute, setAttributeNS): They now supports |
143 |
|
the |cfg:xml-id| configuration parameter. |
144 |
|
(cfg:xml-id): New configuration parameter. |
145 |
|
|
146 |
|
* XDoctype.dis (createAttributeDefinition): It now |
147 |
|
supports the |cfg:xml-id| configuration parameter. |
148 |
|
|
149 |
|
* XMLParser.dis (parse): It now supports |
150 |
|
the |cfg:xml-id| configuration parameter. |
151 |
|
|
152 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* XMLParser.dis (parse): Sets |Document.documentURI| |
155 |
|
and |Document.manakaiEntityBaseURI| attributes of the |
156 |
|
document created. |
157 |
|
(_ProcessingInstructionDTD): Sets the |manakaiBaseURI| |
158 |
|
property of the created node. |
159 |
|
(_SystemLiteral): Sets the |manakaiDeclarationBaseURI| |
160 |
|
of the created node. |
161 |
|
(ls-input-to-input-file.default): Sets the resolved |
162 |
|
system identifier to the |documentURI| attribute if available. |
163 |
|
Sets the |baseURI| attribute if available. |
164 |
|
|
165 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* XDoctype.dis (DocumentTypeDefinition.implementation): New attribute. |
168 |
|
(Node.baseURI): New attribute implementations. |
169 |
|
(declarationBaseURI): Setter is added. |
170 |
|
(manakaiDeclarationBaseURI): New attribute. |
171 |
|
|
172 |
|
* Tree.dis (Require): A reference to the |MURI:Generic| |
173 |
|
module is added. |
174 |
|
(Node.baseURI): The implementation is revised. |
175 |
|
(getNodeReference): Attribute node classes specialized |
176 |
|
to attribute names are supported. |
177 |
|
(contentBaseURI, htmlBaseURI): Removed. |
178 |
|
(manakaiEntityBaseURI): New attribute. |
179 |
|
(ManakaiDOMImplementationDocument): It now inherits |
180 |
|
the |urigen:URIImplementation| class. |
181 |
|
|
182 |
|
* DOMMain.dis (isRelativeDOMURI): The definition |
183 |
|
of the URI scheme is synced with |Message::URI::Generic|'s |
184 |
|
one. |
185 |
|
|
186 |
|
* DOMXML.dis (Require): A reference to |DISlib:DISMarkup| |
187 |
|
module is added. |
188 |
|
(DocumentType.implementation): New attribute. |
189 |
|
(Node.baseURI): Implementations are added. |
190 |
|
(manakaiDeclarationBaseURI): New attributes. |
191 |
|
(manakaiEntityBaseURI): New attributes. |
192 |
|
(manakaiEntityURI): New attribute. |
193 |
|
(manakaiExternal): New attribute. |
194 |
|
(manakaiBaseURI): New attribute. |
195 |
|
(ManakaiDOMXMLBaseAttr): New class. |
196 |
|
|
197 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* SimpleLS.dis (Require): Reference to the |MDOM:Tree| |
200 |
|
module was missing. |
201 |
|
|
202 |
|
* ManakaiDOMLS2003.dis: Some property names was incorrect. |
203 |
|
|
204 |
|
* Makefile (distclean): New rule. |
205 |
|
|
206 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
208 |
|
* DOMLS.dis: Removed from the CVS repository, since |
209 |
|
it has been no longer required to make the |daf| system |
210 |
|
itself. |
211 |
|
|
212 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* Makefile: Revised for new |daf| database format. |
215 |
|
|
216 |
|
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
217 |
|
|
218 |
|
* DOMFeature.dis (Require): Missing reference to |DISlib:Test| |
219 |
|
module is added. |
220 |
|
|
221 |
|
2006-02-22 Wakaba <wakaba@suika.fam.cx> |
222 |
|
|
223 |
|
* DOMLS.dis: Constants were typed as |dx:ErrorCode| |
224 |
|
by mistake. |
225 |
|
|
226 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
227 |
|
|
228 |
|
* XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10| |
229 |
|
feature. |
230 |
|
|
231 |
|
* DOMCore.dis (c:LSPARSER_NOT_FOUND_ERR): New exception type. |
232 |
|
|
233 |
|
* DOMLS.dis (DOMLS:ParseString): New (moved from |SimpleLS.dis|). |
234 |
|
(DOMImplementationLS.createLSParser): Implemented. |
235 |
|
(DOMImplementationLS.createLSInput): Revised. |
236 |
|
(LSInput): Note on relationship with |GenericLS| is added. |
237 |
|
|
238 |
|
* SimpleLS.dis (DOMLS:ParseString): Removed (moved to |SimpleLS.dis|). |
239 |
|
|
240 |
|
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
241 |
|
|
242 |
|
* XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser| |
243 |
|
is introduced. |
244 |
|
(async, busy): Implemented. |
245 |
|
(parseString): Removed. |
246 |
|
(parse, parseURI): Implemented. |
247 |
|
(xp:ls-input-to-input-file): New configuration parameter. |
248 |
|
(shiftChar): Gets character from current file handle |
249 |
|
rather than replacement text. Don't normalize |
250 |
|
line break characters for internal entities. Don't |
251 |
|
throw |xp:wf-legal-literal-character| error |
252 |
|
for |RestrictedChar| appearing in internal entities. |
253 |
|
(DISPerl:dpgDef): Call |close| for each entity filehandler. |
254 |
|
(_EntityDeclaration): Copy document URI and base URI |
255 |
|
to the entity's |$decl| object. |
256 |
|
(ParseError): New code fragment. |
257 |
|
(getCopyOfEntityState): Creates filehandle from replacement |
258 |
|
text. |
259 |
|
(xp-error-lines): Don't appends text if no replacement |
260 |
|
text is available. |
261 |
|
(error-handler): New configuration parameter application resource. |
262 |
|
(ManakaiDOMLSInputToInputFile): New class. |
263 |
|
(ManakaiDOMInputFile): New class. |
264 |
|
|
265 |
|
* Tree.dis (getNodeReference): A dereferencing was missing. |
266 |
|
|
267 |
|
* DOMLS.dis (DOMLS:busy, DOMLS:lsKey): New properties. |
268 |
|
|
269 |
|
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
270 |
|
|
271 |
|
* XMLParser.dis: Default attribute are now namespace aware. |
272 |
|
(parseString): Don't output |Document| warnings |
273 |
|
during tree construction to standard error output. |
274 |
|
|
275 |
|
2006-02-16 Wakaba <wakaba@suika.fam.cx> |
276 |
|
|
277 |
|
* XMLParser.dis: Name check for XML 1.0, XML Namespace 1.0, and |
278 |
|
XML Namespace 1.1 is implemented. Namespace well-formedness |
279 |
|
error detection is implemented. Generates |Notation| nodes |
280 |
|
from notation declarations. |
281 |
|
(checkNCName, checkQName): New code fragments. |
282 |
|
|
283 |
|
* XDoctype.dis (DocumentXDoctype): Factory methods |
284 |
|
don't check |MDOMX:MDOM_BAD_NAME| if |Document.strictErrorChecking| |
285 |
|
is |false|. |
286 |
|
|
287 |
|
* DOMCore.dis (wf-invalid-character-in-node-name, |
288 |
|
wf-invalid-character): Removed (moved to |MDOM:Tree| module). |
289 |
|
|
290 |
|
* Tree.dis '(wf-invalid-character-in-node-name, |
291 |
|
wf-invalid-character): New errors (from |MDOM:DOMCore| module). |
292 |
|
(Attr.specified): Setter added. |
293 |
|
(cfg:dtd-default-attributes): New configuration parameter. |
294 |
|
(Document.createEntityReference): Don't check |MDOMX:MDOM_BAD_NAME| |
295 |
|
if |Document.strictErrorChecking| is |false|. |
296 |
|
|
297 |
|
2006-02-15 Wakaba <wakaba@suika.fam.cx> |
298 |
|
|
299 |
|
* XMLParser.dis: Set |allDeclarationsProcessed| |
300 |
|
attribute of the |Document| node. Don't process entity |
301 |
|
and attribute definition list declarations after |
302 |
|
unread parameter entity reference. Warns if an attribute definition is |
303 |
|
ignored (|xp:warning-attribute-definition-ignored|). Set |
304 |
|
flags whether predefined entities are declared or not. |
305 |
|
WFC error |xp:wf-pes-in-internal-subset| is implemented. |
306 |
|
|
307 |
|
2006-02-15 Wakaba <wakaba@suika.fam.cx> |
308 |
|
|
309 |
|
* XMLParser.dis: Issues |xp:error-internal-predefined-entity| error |
310 |
|
if a predefined entity declaration references an external entity. |
311 |
|
Issues |xp:error-malformed-predefined-entity| error if |
312 |
|
a predefined entity declaration defines different thing than |
313 |
|
one as in XML specification. |
314 |
|
Issies |xp:warning-entity-declaration-ignored| warning if |
315 |
|
more than one entity declarations for an entity is found. |
316 |
|
(WFErrDef): Now all well-formedness errors are marked |
317 |
|
as |SEVERITY_FATAL_ERROR|. |
318 |
|
|
319 |
|
* XDoctype.dis (DocumentXDoctype.createDocumentTypeDefinition): Creates |
320 |
|
predefined entity declarations. |
321 |
|
(DocumentXDoctype.createNotation): New method. |
322 |
|
(DocumentTypeDefinition.notations): New attribute. |
323 |
|
(DocumentTypeDefinition.getNotationNode): New method. |
324 |
|
(DocumentTypeDefinition.setNotationNode): New method. |
325 |
|
(newNotationForTest): New code fragment. |
326 |
|
|
327 |
|
* Tree.dis (ManakaiDOMXML:ManakaiDOMNotations): Removed. |
328 |
|
(c:ManakaiDOMNotationMap): New class. |
329 |
|
(c:ManakaiDOMNotationMapArray): New class. |
330 |
|
(Document.allDeclarationsProcessed): New attribute. |
331 |
|
|
332 |
|
* DOMXML.dis (DocumentType.notations): Implemented. |
333 |
|
(Notation): Revised. |
334 |
|
(Notation.ownerDocumentTypeDefinition): New attribute. |
335 |
|
|
336 |
|
2006-02-14 Wakaba <wakaba@suika.fam.cx> |
337 |
|
|
338 |
|
* XMLParser.dis: The |xp:wf-parsed-entity| and the |xp:wf-no-recursion| |
339 |
|
WFC errors are implemented. Reports a |xp:wf-syntax-error| |
340 |
|
if a parameter entity declaration contains |NDATA| keyword. |
341 |
|
(setEmptyEntityState): Set |name| attribute. |
342 |
|
|
343 |
|
* Tree.dis (createEntityReference): Don't enter into inifinite |
344 |
|
loop even if entity replacement tree contains recursive |
345 |
|
reference directly or indirectly. |
346 |
|
|
347 |
|
2006-02-13 Wakaba <wakaba@suika.fam.cx> |
348 |
|
|
349 |
|
* XMLParser.dis (_GeneralEntityReferenceAE): The |xp:wf-entity-declared| |
350 |
|
WFC error is implemented. |
351 |
|
|
352 |
|
2006-02-13 Wakaba <wakaba@suika.fam.cx> |
353 |
|
|
354 |
|
* XMLParser.dis: Set |cfg:clone-entity-reference-subtree| |
355 |
|
configuration parameter |true| during tree construction |
356 |
|
to ensure default attribute value is cloned as is |
357 |
|
including entity reference subtree. |
358 |
|
|
359 |
|
* Tree.dis (cfg:clone-entity-reference-subtree): New configuration |
360 |
|
parameter. |
361 |
|
(Node.cloneNode): The |cfg:clone-entity-reference-subtree| |
362 |
|
configuration parameter support is added. |
363 |
|
|
364 |
|
2006-02-12 Wakaba <wakaba@suika.fam.cx> |
365 |
|
|
366 |
|
* XMLParser.dis (parseString): General |Entity| replacement |
367 |
|
tree is not constructed because of a typo. Clears |EntityReference| |
368 |
|
content before constructing |Entity| replacement tree. |
369 |
|
The |xp:wf-entity-declared| well-formedness constraint |
370 |
|
for entity references in attribute value literal is implemented. |
371 |
|
|
372 |
|
2006-02-11 Wakaba <wakaba@suika.fam.cx> |
373 |
|
|
374 |
|
* XMLParser.dis: |xp:wf-entity-declared| well-formedness |
375 |
|
constaraint for entity references that appear in |
376 |
|
content of elements is implemented. Set |EntityReference.isExpanded| |
377 |
|
attribute. |
378 |
|
(getEmptyEntityState): New code. |
379 |
|
|
380 |
|
* XDoctype.dis (DocumentTypeDefinition.nodeType): Duplicate |
381 |
|
definition is removed. |
382 |
|
|
383 |
|
* DOMXML.dis (Entity.isExternallyDeclared): New attribute. |
384 |
|
(EntityReference.isExpanded): Setter is added. |
385 |
|
|
386 |
|
2006-02-11 Wakaba <wakaba@suika.fam.cx> |
387 |
|
|
388 |
|
* XMLParser.dis: |xp:wf-no-lt-in-attribute-values| |
389 |
|
and |xp:wf-no-external-entity-references| well-formedness |
390 |
|
constraints are implemented. |
391 |
|
|
392 |
|
2006-02-11 Wakaba <wakaba@suika.fam.cx> |
393 |
|
|
394 |
|
* XMLParser.dis ($self->{has_error}): Removed. |
395 |
|
(parseString): Don't throw |DOMLS:PARSE_ERR| if all fatal |
396 |
|
errors (including well-formedness constraint errors) are |
397 |
|
traped by the error handler. |
398 |
|
(PubidLiteral, SystemLiteral): Set |publicId| or |systemId| |
399 |
|
attribute of the node. Reports an error if |publidLiteral| |
400 |
|
contains a non-|pubidChar|. |
401 |
|
|
402 |
|
* XDoctype.dis (d:DeclFeature30): New feature (|fe:XDoctypeDeclaration| |
403 |
|
version |3.0|). |
404 |
|
(ManakaiDOMDocumentTypeDefinition): The class no longer |
405 |
|
inherits |x:ManakaiDOMDocumentType| class. Instead, |
406 |
|
it inherits |d:ManakaiDOMDocumentTypeDeclaration| |
407 |
|
and |t:ManakaiDOMNOde| classes. It still implements |x:DocumentType| |
408 |
|
interface (except unimplemented |notations| and |internalSubset| |
409 |
|
attributes). |
410 |
|
(ManakaiDOMDocumentTypeDefinition.entities): New attribute |
411 |
|
for compatibility with |x:DocumentType| interface. |
412 |
|
(ManakaiDOMDocumentTypeDefinition.lookupPrefix): New method. |
413 |
|
(ManakaiDOMDocumentTypeDefinition.getFeature): New method. |
414 |
|
(ManakaiDOMDocumentTypeDefinition.nodeType, |
415 |
|
ManakaiDOMDocumentTypeDefinition.textContent): New attributes. |
416 |
|
(DocumentTypeDeclaration): New interface. |
417 |
|
|
418 |
|
* Tree.dis (Node/@f:implements): Typos fixed. |
419 |
|
(Node.MUErrorHandler): Missing |last A| statement is added. |
420 |
|
(createDocumentType): Throws an exception if |qualifiedName| |
421 |
|
is illegal. Calls |DocumentTypeDefinition.newObject| |
422 |
|
instead of obsolete |DocumentType.newObject|. |
423 |
|
|
424 |
|
* DOMXML.dis (DocumentType.name, DocumentType.entities, |
425 |
|
DocumentType.publicId, DocumentType.systemId, |
426 |
|
DocumentType.lookupPrefix, DocumentType.getFeature): Now they are defined |
427 |
|
as clones of similar attributes or methods |
428 |
|
in |MDOM:XDoctype| module. |
429 |
|
(DocumentType.newObject): Removed (use |DocumentTypeDefinition.newObject| |
430 |
|
instead). |
431 |
|
(DocumentType.childNodes): Removed (|Node.childNodes| definition |
432 |
|
is used). |
433 |
|
|
434 |
|
2006-02-10 Wakaba <wakaba@suika.fam.cx> |
435 |
|
|
436 |
|
* XMLParser.dis (xp:fatal-xml11-end-of-line-in-xml-declaration): New |
437 |
|
fatal error. |
438 |
|
|
439 |
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
440 |
|
|
441 |
* XMLParser.dis (CommentDeclaration): |STRING| is now |
* XMLParser.dis (CommentDeclaration): |STRING| is now |