/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.99 - (hide annotations) (download)
Sat Dec 31 12:21:14 2005 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.98: +8 -0 lines
++ manakai/lib/Message/DOM/ChangeLog	31 Dec 2005 12:20:20 -0000
2005-12-31  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (DOMError.location): Returns an empty |DOMLocator|
	if it is not provided.

	* XMLParser.dis: Parsing methods to skip document
	type declaration is added.

1 wakaba 1.99 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 wakaba 1.98 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 wakaba 1.96 2005-12-28 Wakaba <wakaba@suika.fam.cx>
29    
30 wakaba 1.97 * 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 wakaba 1.96 * 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 wakaba 1.95 2005-12-23 Wakaba <wakaba@suika.fam.cx>
55    
56     * DOMCore.dis (DOMLocator): Implemented.
57    
58 wakaba 1.94 2005-12-21 Wakaba <wakaba@suika.fam.cx>
59    
60     * DOMCore.dis (DOMConfigurationParameterApplication,
61     domConfigurationParameter): New resources.
62    
63 wakaba 1.93 2005-11-25 Wakaba <wakaba@suika.fam.cx>
64    
65     * Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error):
66     New methods.
67    
68 wakaba 1.91 2005-11-24 Wakaba <wakaba@suika.fam.cx>
69    
70 wakaba 1.92 * 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 wakaba 1.91 * 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 wakaba 1.90 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 wakaba 1.88 2005-11-20 Wakaba <wakaba@suika.fam.cx>
111    
112 wakaba 1.89 * 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 wakaba 1.88 * 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 wakaba 1.86 2005-11-16 Wakaba <wakaba@suika.fam.cx>
131    
132 wakaba 1.87 * .cvsignore: Revised.
133    
134     2005-11-16 Wakaba <wakaba@suika.fam.cx>
135    
136 wakaba 1.86 * 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 wakaba 1.84 2005-11-15 Wakaba <wakaba@suika.fam.cx>
147    
148 wakaba 1.85 * 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 wakaba 1.84 * 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 wakaba 1.83 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 wakaba 1.81 2005-10-16 Wakaba <wakaba@suika.fam.cx>
169    
170 wakaba 1.82 * 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 wakaba 1.81 * DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject".
178    
179 wakaba 1.80 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 wakaba 1.79 2005-10-13 Wakaba <wakaba@suika.fam.cx>
200    
201     * DOMCore.dis (setAttrValueNS): New code.
202    
203 wakaba 1.78 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 wakaba 1.77 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 wakaba 1.76 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 wakaba 1.75 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 wakaba 1.74 2005-10-06 Wakaba <wakaba@suika.fam.cx>
257    
258     * DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
259     (ManakaiDOMCharacterData): Methods reimplemented.
260     (splitText): Reimplemented.
261     (childNodes): Returns a "ManakaiDOMEmptyNodeList"
262     for non-parent node types.
263    
264     * DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
265     for non-parent node types.
266    
267     2005-10-05 Wakaba <wakaba@suika.fam.cx>
268    
269     * ManakaiDOMLS2003.dis: Revised to new format.
270    
271     * GenericLS.dis (DOMLS:ParseString): New feature.
272    
273 wakaba 1.73 2005-10-05 Wakaba <wakaba@suika.fam.cx>
274    
275     * DOMFeature.dis: Description added and revised. (Still more
276     work required.)
277    
278     2005-10-04 Wakaba <wakaba@suika.fam.cx>
279    
280     * DOMMain.dis (DOMString): The "idl:perl" attribute
281     value has been changed from "DISPerl:String"
282     to "DISPerl:CharacterString" to clarify its semantics.
283    
284 wakaba 1.72 2005-10-03 Wakaba <wakaba@suika.fam.cx>
285    
286     * DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound
287     type properties added.
288    
289     * DOMMain.dis (DataType): Java, ECMAScript, and Perl bound
290     type properties added.
291    
292 wakaba 1.71 2005-10-02 Wakaba <wakaba@suika.fam.cx>
293    
294     * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
295     properties added.
296    
297 wakaba 1.70 2005-10-01 Wakaba <wakaba@suika.fam.cx>
298    
299     * DOMFeature.dis: Documentation added (still work in progress).
300     (MIString): New type.
301    
302     * DOMCore.dis (namespaceURI): Fixed to return the namespace
303     URI value, not a reference to it.
304    
305 wakaba 1.69 2005-09-30 Wakaba <wakaba@suika.fam.cx>
306    
307     * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
308     names where possible.
309    
310     * DOMFeature.dis: Documentation for DOM Minimum Implementation
311     added (still work in progress).
312    
313     * Makefile (feature.dae, feature-spec.dae): New rules.
314    
315 wakaba 1.67 2005-09-27 Wakaba <wakaba@suika.fam.cx>
316    
317     * DOMCore.dis (DOMCore:nodeProp): New property.
318    
319 wakaba 1.68 * DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
320     is removed.
321    
322 wakaba 1.66 2005-09-26 Wakaba <wakaba@suika.fam.cx>
323    
324     * DOMCore.dis, DOMXML.dis: New mn:* properties added.
325    
326 wakaba 1.65 2005-09-25 Wakaba <wakaba@suika.fam.cx>
327    
328     * Makefile (DAC_SUFFIX): Changed to ".dae".
329     (DAEM_SUFFIX): New.
330    
331 wakaba 1.64 2005-09-24 Wakaba <wakaba@suika.fam.cx>
332    
333     * DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
334     and "ManakaiDOM:ManakaiDOM2".
335    
336     * DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
337     DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
338     instead of disPerl:Q for internal property hash keys.
339    
340     * DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
341     definitions added.
342    
343     * DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
344     New resources.
345    
346     * DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
347     resources.
348    
349 wakaba 1.63 2005-09-23 Wakaba <wakaba@suika.fam.cx>
350    
351     * GenericLS.dis, SimpleLS.dis: New modules separated
352     from DOMLS.dis.
353    
354     * DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
355     moved from DOMMain to DOMFeature. Now DOMFeature
356     has no dependency on DOMMain.
357    
358     * DOMFeature.dis (DEBUG): New variable.
359    
360 wakaba 1.62 2005-09-22 Wakaba <wakaba@suika.fam.cx>
361    
362     * Makefile: DAC_SUFFIX changed to ".dad".
363    
364 wakaba 1.61 2005-09-21 Wakaba <wakaba@suika.fam.cx>
365    
366     * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
367     features if it is "for" ManakaiDOM:DOMXMLFeature.
368    
369 wakaba 1.74 * DOMMain.pm (StringExtend): Code portions of raising
370 wakaba 1.61 StringOutOfBoundsException is temporary disabled since
371     it is not a DOM-style exception supported by
372     current implementation of ManakaiNode - it will be
373     recovered in later revision.
374    
375 wakaba 1.60 2005-09-20 Wakaba <wakaba@suika.fam.cx>
376    
377     * DOMFeature.pm: Debug output code copied
378     from Attic/DOMMetaImpl.pm (Should these code incorporated
379     to source dis file?).
380    
381 wakaba 1.59 2005-09-19 Wakaba <wakaba@suika.fam.cx>
382    
383     * DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
384     ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
385     ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
386     (ManakaiDOMTimeStamp): Removed.
387    
388     * DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
389     longer in use).
390    
391     2005-09-18 Wakaba <wakaba@suika.fam.cx>
392    
393     * DOMMain.dis (StringOutOfBoundsException): New exception.
394    
395 wakaba 1.58 2005-09-15 Wakaba <wakaba@suika.fam.cx>
396    
397     * DOMFeature.dis: dis:dataType and dis:multipleProperties
398     properties added to properties.
399    
400 wakaba 1.57 2005-09-08 Wakaba <wakaba@suika.fam.cx>
401    
402     * Makefile: Rules renewaled.
403    
404     2005-09-07 Wakaba <wakaba@suika.fam.cx>
405    
406     * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed.
407    
408     2005-09-05 Wakaba <wakaba@suika.fam.cx>
409    
410     * DOMMain.dis (DOMImplementationRegistry,
411     DOMImplementationRegistryVar): New.
412    
413     * DOMFeature.dis (DOMImplementationRegistry,
414     DOMImplementationRegistryVar): Removed.
415     (ImplementationRegistry): New class.
416    
417 wakaba 1.56 2005-09-04 Wakaba <wakaba@suika.fam.cx>
418    
419     * DOMFeature.dis: New module.
420    
421     * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed.
422    
423     * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New.
424     (DOMString, DOMTimeStamp): Now they are not interfaces
425     but datatypes.
426     (DOMUserData, DOMObject, DOMUserData): Now they
427     are subtypes rather than aliases of their "real" type in IDL.
428    
429     * DOMCore.dis (DOMImplementationList, DOMImplementationSource):
430     New interfaces and classes.
431    
432 wakaba 1.55 2005-09-01 Wakaba <wakaba@suika.fam.cx>
433    
434     * DOMCore.dis (setTextNodeContent): Sets the infoset:parent
435     property of the new Text node.
436    
437 wakaba 1.54 2005-08-29 Wakaba <wakaba@suika.fam.cx>
438    
439     * Makefile: Loads "NaturalLanguage.dis".
440    
441     2005-08-26 Wakaba <wakaba@suika.fam.cx>
442    
443     * DOMCore.dis (createDocument): Set "ownerDocument" attribute
444     to the root element created by the method. (It was forgotten!!)
445    
446 wakaba 1.53 2005-08-15 Wakaba <wakaba@suika.fam.cx>
447    
448     * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo
449     in the code of removing the newChild from the previous
450     parent of that node is fixed.
451    
452 wakaba 1.52 2005-05-29 Wakaba <wakaba@suika.fam.cx>
453    
454     * DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use
455     namespace prefix of element type if it is not declared
456     but not used else. A shift is replaced by pop:).
457    
458     * DOMCore.dis (getFeature): The getFeature method
459     for Node-derived classes implemented.
460     * DOMXML.dis (getFeature): Ditto.
461    
462 wakaba 1.51 2005-05-21 Wakaba <wakaba@suika.fam.cx>
463    
464     * DOMCore.dis (getNodeReference): Use HTMLDocument class
465     if a document node has no document element node but
466     has support for the "HTML" feature.
467    
468 wakaba 1.50 2005-03-03 Wakaba <wakaba@suika.fam.cx>
469    
470     * DOMMetaImpl.dis (features input normalizer): Variable name
471     typo fixed.
472     (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
473     so that version specification for "+"'ed feature name does work now.
474    
475 wakaba 1.49 2005-03-02 Wakaba <wakaba@suika.fam.cx>
476    
477     * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
478     removed (now defined in DOMMetaImpl).
479    
480 wakaba 1.48 2005-02-21 Wakaba <wakaba@suika.fam.cx>
481    
482     * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
483    
484     * Makefile: Rules for DOMMetaImpl module added.
485    
486 wakaba 1.47 2005-02-20 Wakaba <wakaba@suika.fam.cx>
487    
488     * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
489    
490 wakaba 1.45 2005-02-18 Wakaba <wakaba@suika.fam.cx>
491    
492 wakaba 1.46 * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
493     is an instance method, not a class method.
494    
495 wakaba 1.45 * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
496     ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
497     (Exception-related definitions): Removed (moved to
498     "lib/Message/Util/Error/DOMException.dis").
499     (ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved
500     to DISLang).
501    
502     2005-02-17 Wakaba <wakaba@suika.fam.cx>
503    
504     * DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and
505     "ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to
506     "lib/Message/Util/ManakaiNode.dis").
507     (ResourceDef[ManakaiDOM:DataType]): Removed (moved to
508     "lib/manakai/DISCore.dis").
509     (ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class,
510     ManakaiDOM:PrimitiveTypeClass]): Removed (moved to
511     "lib/manakai/DISLang.dis").
512    
513     2005-02-16 Wakaba <wakaba@suika.fam.cx>
514    
515     * DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to
516     DISPerl module).
517    
518 wakaba 1.44 2005-01-07 Wakaba <wakaba@suika.fam.cx>
519    
520     * DOMCore.dis: Each "delete array-item" replaced to a "splice".
521    
522 wakaba 1.43 2005-01-06 Wakaba <wakaba@suika.fam.cx>
523    
524     * DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an
525     XML document.
526    
527 wakaba 1.42 2005-01-05 Wakaba <wakaba@suika.fam.cx>
528    
529     * DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method.
530     (IntMethod[isExternallyReferred]): Rewritten.
531     (IntMethod[isExternallyReferredDownward]): Removed.
532     (Checking XML name legallity): Fix true or false mistakes.
533     (destroy, importTree, orphanate): Rewritten.
534     (destroyDownward, changeTreeIDDownward): Removed.
535     (TreeCore:urefnode property): Removed since not used.
536    
537     * DOMCore.dis: Tying array for NodeList implemented.
538    
539     2005-01-02 Wakaba <wakaba@suika.fam.cx>
540    
541     * DOMHTML.dis (HTMLDOMImplementation): New interface.
542    
543     * DOMViews.dis: Documentation for properties are added.
544    
545 wakaba 1.40 2004-12-29 Wakaba <wakaba@suika.fam.cx>
546    
547 wakaba 1.41 * Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added.
548    
549 wakaba 1.40 * ManakaiDOMCore.dis: Removed (merged with DOMCore.dis).
550    
551 wakaba 1.39 2004-12-28 Wakaba <wakaba@suika.fam.cx>
552    
553     * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis).
554    
555 wakaba 1.38 2004-12-01 Wakaba <wakaba@suika.fam.cx>
556    
557     * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis).
558    
559 wakaba 1.37 2004-11-03 Wakaba <wakaba@suika.fam.cx>
560    
561     * .cvsignore: Ignore pod files.
562    
563 wakaba 1.36 2004-10-31 Wakaba <wakaba@suika.fam.cx>
564    
565     * DOMXML.dis (ProcessingInstruction.data): Property name error fixed.
566    
567     * DOMMain.dis: Don't call DOMString->__INT{length}__ - it should
568     be DOMString->length.
569    
570     * DOMCore.dis (Element.getElementsByTagName,
571     Node.getElementsByTagName, Element.getElementsByTagNameNS,
572     Node.getElementsByTagNameNS): Implemented.
573     (Element.getAttributeNode, Element.getAttributeNodeNS):
574     Check whether defined.
575    
576 wakaba 1.35 2004-10-18 Wakaba <wakaba@suika.fam.cx>
577    
578     * DOMWebForms.dis: New module.
579    
580 wakaba 1.33 2004-10-17 Wakaba <wakaba@suika.fam.cx>
581    
582 wakaba 1.34 * DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis,
583     DOMHTML.dis: New modules.
584 wakaba 1.33
585 wakaba 1.32 2004-10-16 Wakaba <wakaba@suika.fam.cx>
586    
587     * DOMMouseEvents.dis, DOMTextEvents.dis: New module.
588    
589 wakaba 1.30 2004-10-11 Wakaba <wakaba@suika.fam.cx>
590    
591     * ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added.
592 wakaba 1.31 (DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added.
593 wakaba 1.30
594 wakaba 1.28 2004-10-10 Wakaba <wakaba@suika.fam.cx>
595 wakaba 1.30
596     * DOMEvents.dis: New module.
597 wakaba 1.28
598 wakaba 1.29 * ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return
599     node reference.
600    
601     * ManakaiDOMLS2003.dis (error_handler): '$caller' changed
602     to '$self' for correct error reporting and not to leak memory.
603    
604 wakaba 1.28 * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
605     * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
606    
607 wakaba 1.26 2004-10-09 Wakaba <wakaba@suika.fam.cx>
608    
609 wakaba 1.28 * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore.
610     * ManakaiDOMCore.dis (ConfigParam): Removed.
611    
612 wakaba 1.27 * dis2pm.pl: Functions to create perl/pod structures
613     are moved to ../../bin/genlib.pl.
614 wakaba 1.28 (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first
615     character of a paragraph.
616 wakaba 1.27
617 wakaba 1.26 * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):
618     Set ownerDocument as parent if parent.ownerDocument is null.
619    
620     * dis2pm.pl (dis2perl): Report if DIS code has value.
621    
622     2004-10-06 Wakaba <wakaba@suika.fam.cx>
623    
624     * ManakaiDOMCore.dis (IFs): Inherit non-conditional version
625     of ManakaiDOMMain interfaces.
626    
627     * DOMCore.dis (Node.childNodes): Typo fixed.
628    
629     * ManakaiDOMLS2003.dis (parse): Check whether the namespace
630     prefix is null.
631    
632     * dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'.
633     (Condition): Don't generate condition inheritance for DOM1, DOM2
634     and DOM3.
635    
636 wakaba 1.25 2004-09-30 Wakaba <wakaba@suika.fam.cx>
637    
638     * dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New
639     element type 'FILE' added.
640    
641     * ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning,
642     ManakaiDOMException, ManakaiDOMWarning): New classes.
643     (ManakaiDOMObject/___report_error): Implemented.
644    
645     * dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'.
646    
647 wakaba 1.24 2004-09-29 Wakaba <wakaba@suika.fam.cx>
648    
649     * dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl):
650     New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added.
651    
652     2004-09-27 Wakaba <wakaba@suika.fam.cx>
653    
654     * .cvsignore: New file.
655    
656 wakaba 1.22 2004-09-27 Wakaba <wakaba@suika.fam.cx>
657    
658 wakaba 1.23 * DOMLS.dis, ManakaiDOMLS2003: New file.
659    
660 wakaba 1.22 * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
661     license.
662 wakaba 1.23 (disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE',
663     'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported.
664     (perl_name): Die if uninitialized value.
665     (constgroup2perl): Support constant group without machine-name.
666     (pod_item): Die if uninitialized value.
667     (qname_label): Don't output default prefix.
668 wakaba 1.22
669     * idl2dis.pl: Output module name and prefix as 'BindingName'
670     and 'FileName'.
671    
672 wakaba 1.20 2004-09-26 Wakaba <wakaba@suika.fam.cx>
673    
674 wakaba 1.21 * dis2pm.pl (constgroup2perl): Capitalize name.
675    
676     * idl2dis.pl (type, raise): Prepend namespace prefix if
677     type is 'DOMString' or 'DOMException' and it is not defined.
678     (MAIN): Make empty 'Return' element even if return
679     value is void.
680     (supply_incase): New.
681     (const): Use 'FullName' in favor of 'Description' if the name of
682     the const group is not a machine-friendly name.
683    
684     2004-09-26 Wakaba <wakaba@suika.fam.cx>
685    
686 wakaba 1.20 * dis2pm.pl (get_incase_label): Error if label is undef.
687    
688 wakaba 1.19 2004-09-25 Wakaba <wakaba@suika.fam.cx>
689    
690     * dis2pm.pl: Generate TODO list.
691     (method2perl): Use "dis".
692     (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added.
693     (perl_builtin_code): New code 'isRelativeDOMURI' added.
694    
695     * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New
696     warning code.
697    
698     * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the
699     method or attribute(set) does not return a value.
700     (perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow
701     parameter.
702    
703 wakaba 1.18 2004-09-24 Wakaba <wakaba@suika.fam.cx>
704    
705     * dis2pm.pl (perl_exception): New 'subtype' parameter added.
706     (param2poditem): New.
707     (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary.
708     (perl_builtin_code): More developer-friendly error report.
709     (perl_code): New 'REQUIRE' statement added.
710     (disdoc2text, disdoc2pod): New 'QUOTE' element type added.
711     (get_value_literal): Default for unknown type is now 'undef'.
712    
713     2004-09-22 Wakaba <wakaba@suika.fam.cx>
714    
715     * dis2pm.pl (perl_builtin_code): New 'CheckName' and
716     'XMLVersion' added.
717    
718 wakaba 1.16 2004-09-20 Wakaba <wakaba@suika.fam.cx>
719    
720 wakaba 1.17 * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements
721     even if it is 'ReMethod' and 'ReAttr' element.
722    
723     2004-09-20 Wakaba <wakaba@suika.fam.cx>
724    
725 wakaba 1.16 * dis2pm.pl (type_label): New option 'is_pod' implemented.
726     (get_redef_description): New function.
727     (get_isa_description): New function.
728     (disdoc2pod, disdoc2text): New.
729     (get_description): DISDOC support.
730     (valid_err, valid_err): New option 'node' implemented.
731    
732     * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New.
733    
734 wakaba 1.13 2004-09-19 Wakaba <wakaba@suika.fam.cx>
735    
736 wakaba 1.15 * dis2pm.pl (condition_match): Report error if the condition
737     not defined.
738    
739     * ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code.
740    
741 wakaba 1.14 * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
742     introduced.
743 wakaba 1.15 (constgroup2perl): Define is-a relationship between group
744     Name and its Type.
745     (constgroup2perl): "IsBitMask" attribute introduced.
746 wakaba 1.14
747     * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
748    
749 wakaba 1.13 * dis2pm.pl (type_label): Type label for unsigned-long and
750     unsigned-short added.
751     (perl_code): Die if uninitialized value is given.
752     (is_all_implemented): New function.
753    
754     * ManakaiDOMXML.dis: New module.
755    
756     * ManakaiDOMCore.dis: New module.
757    
758     * dis2pm.pl (dis2perl): 'Overridden' added.
759    
760 wakaba 1.12 2004-09-18 Wakaba <wakaba@suika.fam.cx>
761    
762     * ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning.
763     (ManakaiDOMNodeObject->orphanate): New internal method.
764     (Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls
765     of internal methods are now qualified by the package name.
766    
767 wakaba 1.11 2004-09-17 Wakaba <wakaba@suika.fam.cx>
768    
769     * DOMMain.dis: 'SpecLevel' attribute added.
770    
771     * idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'.
772    
773     * dis2pm.pl (get_level_description): Attribute name to see is
774     changed from 'Level' to 'SpecLevel'
775     (const2perl): Don't hardlink constant not to be warned
776     by perl -w.
777     (ops2perl): Declare subroutine 'DESTROY' not to be warned by
778     perl -w.
779 wakaba 1.12 (get_internal_code): Support of lang:dis.
780 wakaba 1.11
781     * ManakaiDOM.dis (newReference): New parameter 'class' introduced.
782    
783     * dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>):
784     Separeted from "DOMString".
785     (if2perl, attr2perl): Don't cast to DOMString.
786    
787 wakaba 1.10 2004-09-15 Wakaba <wakaba@suika.fam.cx>
788    
789     * dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented.
790     (perl_if): Don't indent if preprocessing direction found.
791     (perl_code_source): Add \n before the #line directive.
792    
793     2004-09-14 Wakaba <wakaba@suika.fam.cx>
794    
795     * dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support
796     attribute.
797     (perl_code): __SUPER{name}__ syntax implemented.
798    
799 wakaba 1.9 2004-09-13 Wakaba <wakaba@suika.fam.cx>
800    
801     * dis2pm.pl (dis2perl): New.
802    
803     2004-09-12 Wakaba <wakaba@suika.fam.cx>
804    
805     * dis2pm.pl (get_warning_perl_code): New.
806    
807 wakaba 1.8 2004-09-10 Wakaba <wakaba@suika.fam.cx>
808    
809     * ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type.
810     (ManakaiDOMNamespaceURI): New DataType.
811    
812     * DOMCore.dis: Most part of DOMImplementation interface is
813     implemented.
814    
815     * dis2pm.pl (method2perl): Description for returned value
816     is changed to be grouped.
817     (get_value_literal): Don't quote "null" even if it is a DOMString.
818     (perl_exception): Don't output terminating semicolon.
819     (perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is
820     supported.
821    
822 wakaba 1.7 2004-09-09 Wakaba <wakaba@suika.fam.cx>
823 wakaba 1.8
824     * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception'
825     implemented.
826 wakaba 1.7
827     * idl2dis.pl (type): Don't output Require element for
828     DOMMain module (now it is implicitly required by default).
829    
830 wakaba 1.6 2004-09-01 Wakaba <wakaba@suika.fam.cx>
831    
832     * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.
833    
834 wakaba 1.5 2004-08-31 Wakaba <wakaba@suika.fam.cx>
835    
836     * dis2pm.pl (const2perl, constgroup2perl): New.
837    
838     * idl2dis.pl (idlna): New.
839    
840 wakaba 1.4 2004-08-30 Wakaba <wakaba@suika.fam.cx>
841    
842     * dis2pm.pl: Versioned implementation of "IF" supported (see
843     also Manakai Development Memo : 2004-08-29
844     <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>).
845    
846     * idl2dis.pl (register_required_module): ISA is now
847     converted to elements, not a list attribute.
848    
849 wakaba 1.2 2004-08-22 Wakaba <wakaba@suika.fam.cx>
850    
851 wakaba 1.3 * idl2dis.pl (register_required_module): Top-level element type
852     name "Type" and "TypeAlias" changed to "DataType" and
853     "DataTypeAlias".
854    
855 wakaba 1.2 * dis2pm.pl (perl_code_source): New function.
856    
857 wakaba 1.1 2004-08-21 Wakaba <wakaba@suika.fam.cx>
858    
859     * ChangeLog: New file.
860    
861     * Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl:
862     New files (Moved from ../Markup/XML/DOM/).
863    
864    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24