/[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.85 - (hide annotations) (download)
Tue Nov 15 14:18:23 2005 UTC (19 years ago) by wakaba
Branch: MAIN
Changes since 1.84: +8 -0 lines
++ manakai/t/ChangeLog	15 Nov 2005 14:18:08 -0000
2005-11-15  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Rules to make |dom-feature.t| and |dom-genericls.t|
	added.

++ manakai/bin/ChangeLog	15 Nov 2005 13:09:10 -0000
2005-11-15  Wakaba  <wakaba@suika.fam.cx>

	* dac2test.pl: Adds the module as |require|d module.

	* mkdisdump.pl: Requests |DOMLS:Generic| feature
	instead of obsoleted |DOMLS:LS| feature.

2005-11-13  Wakaba  <wakaba@suika.fam.cx>

	* dac2test.pl: New script.

++ manakai/lib/Message/Util/ChangeLog	15 Nov 2005 14:09:17 -0000
	* Makefile: Missing rule to make |Message/DOM/core.dae| added.

2005-11-15  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/Error/ChangeLog	15 Nov 2005 14:17:04 -0000
2005-11-15  Wakaba  <wakaba@suika.fam.cx>

	* DOMException.dis (dx:Exception): Attributes copied
	from |ManakaiDOM:ManakaiDOMExceptionOrWarning|.

++ manakai/lib/Message/Util/DIS/ChangeLog	15 Nov 2005 14:16:32 -0000
	* Test.dis (assertNull, assertEquals, assertNotEquals,
	assertException): New methods.

2005-11-15  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/DOM/ChangeLog	15 Nov 2005 13:12:17 -0000
	* DOMFeature.dis (MinimumImplementation.eq): Added.

	* DOMMain.dis: |DISPerl:ISA| reference fixed.

	* Generic.dis: Implements new |DOMLS:Generic| feature.

2005-11-15  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.84 2005-11-15 Wakaba <wakaba@suika.fam.cx>
2    
3 wakaba 1.85 * DOMFeature.dis (MinimumImplementation.eq): Added.
4    
5     * DOMMain.dis: |DISPerl:ISA| reference fixed.
6    
7     * Generic.dis: Implements new |DOMLS:Generic| feature.
8    
9     2005-11-15 Wakaba <wakaba@suika.fam.cx>
10    
11 wakaba 1.84 * DOMFeature.dis (stringifyFeatures): Don't double |SPACE|
12     characters between feature names and versions.
13    
14     2005-11-13 Wakaba <wakaba@suika.fam.cx>
15    
16     * DOMFeature.dis (stringifyFeatures): A test code added.
17    
18 wakaba 1.83 2005-10-26 Wakaba <wakaba@suika.fam.cx>
19    
20     * SimpleLS.dis (writeToString): Don't stop serializing
21     when an |false| value appears in |@src|.
22    
23 wakaba 1.81 2005-10-16 Wakaba <wakaba@suika.fam.cx>
24    
25 wakaba 1.82 * DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented.
26     (ErrDef): Redefined.
27    
28     * DOMLS.dis (ErrDef): Redefined.
29    
30     2005-10-16 Wakaba <wakaba@suika.fam.cx>
31    
32 wakaba 1.81 * DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject".
33    
34 wakaba 1.80 2005-10-15 Wakaba <wakaba@suika.fam.cx>
35    
36     * DOMCore.dis (Require): References "DOMLS.dis" module.
37     (CParam): Definitions for LS module added.
38    
39     * DOMLS.dis (ManakaiDOMLSInput): The input processor
40     is also an output processor now.
41     (ManakaiDOMLSResourceResolver): Implemented.
42     (CParam): Definitions updated.
43    
44     2005-10-14 Wakaba <wakaba@suika.fam.cx>
45    
46     * DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR,
47     NOT_SUPPORTED_CONFIG_VALUE_ERR,
48     INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes.
49     (DOMConfiguration): Implemented.
50     (CParam): Definitions updated.
51    
52     * DOMMain.dis (DOMURIs): New data type.
53    
54 wakaba 1.79 2005-10-13 Wakaba <wakaba@suika.fam.cx>
55    
56     * DOMCore.dis (setAttrValueNS): New code.
57    
58 wakaba 1.78 2005-10-12 Wakaba <wakaba@suika.fam.cx>
59    
60     * DOMCore.dis: Don't set "infoset:prefix" internal
61     property unless it has non-null value.
62     (newObject): "refNode" parameter introduced.
63     (ManakaiDOMNode.newObject): Calls "NodeStem.newNode"
64     method if "refNode" parameter is specified.
65     (cloneNode): Don't set "read-only" flag.
66     (getNodeReference): Caches the result.
67     (selectAttributeNodeForRemove): Don't removes any other
68     non-namespace-aware attribute nodes.
69    
70 wakaba 1.77 2005-10-11 Wakaba <wakaba@suika.fam.cx>
71    
72     * DOMCore.dis (appendChild, createElementNS, createAttributeNS,
73     setAttribute, setAttributeNS): "strictErrorChecking" attribute supported.
74     (doStrictErrorChecking): New code.
75    
76     * DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute
77     supported.
78    
79     * Makefile: Rule to make "DOMFeature.pm" restored.
80    
81     2005-10-10 Wakaba <wakaba@suika.fam.cx>
82    
83     * DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
84     (adoptNode): Implemented.
85    
86 wakaba 1.76 2005-10-09 Wakaba <wakaba@suika.fam.cx>
87    
88     * DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed.
89    
90     * DOMFeature.dis (DOMCore:implementation): Short name added.
91    
92     * DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
93     (DOMCore:node): New error parameter.
94     (DOMCore:ownerDocument): Changed from "mn:irefnode0"
95     to "mn:xrefnode0". For this reason, all assignments
96     to this property have been rewritten to references
97     to code "mn:setXRefNode".
98     (cloneNode): Implemented.
99     (setAttributeNode): A missing "importTree" method call added.
100     (setAttributeNodeNS): Perl code removed and changed
101     to a reference to "setAttributeNode" method code.
102    
103     * DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0"
104     property to "mn:xrefnode0" property.
105    
106 wakaba 1.75 2005-10-08 Wakaba <wakaba@suika.fam.cx>
107    
108     * DOMCore.dis, DOMLS.dis: Now constant values are defined only
109     in interfaces.
110    
111 wakaba 1.74 2005-10-06 Wakaba <wakaba@suika.fam.cx>
112    
113     * DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
114     (ManakaiDOMCharacterData): Methods reimplemented.
115     (splitText): Reimplemented.
116     (childNodes): Returns a "ManakaiDOMEmptyNodeList"
117     for non-parent node types.
118    
119     * DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
120     for non-parent node types.
121    
122     2005-10-05 Wakaba <wakaba@suika.fam.cx>
123    
124     * ManakaiDOMLS2003.dis: Revised to new format.
125    
126     * GenericLS.dis (DOMLS:ParseString): New feature.
127    
128 wakaba 1.73 2005-10-05 Wakaba <wakaba@suika.fam.cx>
129    
130     * DOMFeature.dis: Description added and revised. (Still more
131     work required.)
132    
133     2005-10-04 Wakaba <wakaba@suika.fam.cx>
134    
135     * DOMMain.dis (DOMString): The "idl:perl" attribute
136     value has been changed from "DISPerl:String"
137     to "DISPerl:CharacterString" to clarify its semantics.
138    
139 wakaba 1.72 2005-10-03 Wakaba <wakaba@suika.fam.cx>
140    
141     * DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound
142     type properties added.
143    
144     * DOMMain.dis (DataType): Java, ECMAScript, and Perl bound
145     type properties added.
146    
147 wakaba 1.71 2005-10-02 Wakaba <wakaba@suika.fam.cx>
148    
149     * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
150     properties added.
151    
152 wakaba 1.70 2005-10-01 Wakaba <wakaba@suika.fam.cx>
153    
154     * DOMFeature.dis: Documentation added (still work in progress).
155     (MIString): New type.
156    
157     * DOMCore.dis (namespaceURI): Fixed to return the namespace
158     URI value, not a reference to it.
159    
160 wakaba 1.69 2005-09-30 Wakaba <wakaba@suika.fam.cx>
161    
162     * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
163     names where possible.
164    
165     * DOMFeature.dis: Documentation for DOM Minimum Implementation
166     added (still work in progress).
167    
168     * Makefile (feature.dae, feature-spec.dae): New rules.
169    
170 wakaba 1.67 2005-09-27 Wakaba <wakaba@suika.fam.cx>
171    
172     * DOMCore.dis (DOMCore:nodeProp): New property.
173    
174 wakaba 1.68 * DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
175     is removed.
176    
177 wakaba 1.66 2005-09-26 Wakaba <wakaba@suika.fam.cx>
178    
179     * DOMCore.dis, DOMXML.dis: New mn:* properties added.
180    
181 wakaba 1.65 2005-09-25 Wakaba <wakaba@suika.fam.cx>
182    
183     * Makefile (DAC_SUFFIX): Changed to ".dae".
184     (DAEM_SUFFIX): New.
185    
186 wakaba 1.64 2005-09-24 Wakaba <wakaba@suika.fam.cx>
187    
188     * DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
189     and "ManakaiDOM:ManakaiDOM2".
190    
191     * DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
192     DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
193     instead of disPerl:Q for internal property hash keys.
194    
195     * DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
196     definitions added.
197    
198     * DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
199     New resources.
200    
201     * DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
202     resources.
203    
204 wakaba 1.63 2005-09-23 Wakaba <wakaba@suika.fam.cx>
205    
206     * GenericLS.dis, SimpleLS.dis: New modules separated
207     from DOMLS.dis.
208    
209     * DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
210     moved from DOMMain to DOMFeature. Now DOMFeature
211     has no dependency on DOMMain.
212    
213     * DOMFeature.dis (DEBUG): New variable.
214    
215 wakaba 1.62 2005-09-22 Wakaba <wakaba@suika.fam.cx>
216    
217     * Makefile: DAC_SUFFIX changed to ".dad".
218    
219 wakaba 1.61 2005-09-21 Wakaba <wakaba@suika.fam.cx>
220    
221     * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
222     features if it is "for" ManakaiDOM:DOMXMLFeature.
223    
224 wakaba 1.74 * DOMMain.pm (StringExtend): Code portions of raising
225 wakaba 1.61 StringOutOfBoundsException is temporary disabled since
226     it is not a DOM-style exception supported by
227     current implementation of ManakaiNode - it will be
228     recovered in later revision.
229    
230 wakaba 1.60 2005-09-20 Wakaba <wakaba@suika.fam.cx>
231    
232     * DOMFeature.pm: Debug output code copied
233     from Attic/DOMMetaImpl.pm (Should these code incorporated
234     to source dis file?).
235    
236 wakaba 1.59 2005-09-19 Wakaba <wakaba@suika.fam.cx>
237    
238     * DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
239     ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
240     ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
241     (ManakaiDOMTimeStamp): Removed.
242    
243     * DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
244     longer in use).
245    
246     2005-09-18 Wakaba <wakaba@suika.fam.cx>
247    
248     * DOMMain.dis (StringOutOfBoundsException): New exception.
249    
250 wakaba 1.58 2005-09-15 Wakaba <wakaba@suika.fam.cx>
251    
252     * DOMFeature.dis: dis:dataType and dis:multipleProperties
253     properties added to properties.
254    
255 wakaba 1.57 2005-09-08 Wakaba <wakaba@suika.fam.cx>
256    
257     * Makefile: Rules renewaled.
258    
259     2005-09-07 Wakaba <wakaba@suika.fam.cx>
260    
261     * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed.
262    
263     2005-09-05 Wakaba <wakaba@suika.fam.cx>
264    
265     * DOMMain.dis (DOMImplementationRegistry,
266     DOMImplementationRegistryVar): New.
267    
268     * DOMFeature.dis (DOMImplementationRegistry,
269     DOMImplementationRegistryVar): Removed.
270     (ImplementationRegistry): New class.
271    
272 wakaba 1.56 2005-09-04 Wakaba <wakaba@suika.fam.cx>
273    
274     * DOMFeature.dis: New module.
275    
276     * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed.
277    
278     * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New.
279     (DOMString, DOMTimeStamp): Now they are not interfaces
280     but datatypes.
281     (DOMUserData, DOMObject, DOMUserData): Now they
282     are subtypes rather than aliases of their "real" type in IDL.
283    
284     * DOMCore.dis (DOMImplementationList, DOMImplementationSource):
285     New interfaces and classes.
286    
287 wakaba 1.55 2005-09-01 Wakaba <wakaba@suika.fam.cx>
288    
289     * DOMCore.dis (setTextNodeContent): Sets the infoset:parent
290     property of the new Text node.
291    
292 wakaba 1.54 2005-08-29 Wakaba <wakaba@suika.fam.cx>
293    
294     * Makefile: Loads "NaturalLanguage.dis".
295    
296     2005-08-26 Wakaba <wakaba@suika.fam.cx>
297    
298     * DOMCore.dis (createDocument): Set "ownerDocument" attribute
299     to the root element created by the method. (It was forgotten!!)
300    
301 wakaba 1.53 2005-08-15 Wakaba <wakaba@suika.fam.cx>
302    
303     * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo
304     in the code of removing the newChild from the previous
305     parent of that node is fixed.
306    
307 wakaba 1.52 2005-05-29 Wakaba <wakaba@suika.fam.cx>
308    
309     * DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use
310     namespace prefix of element type if it is not declared
311     but not used else. A shift is replaced by pop:).
312    
313     * DOMCore.dis (getFeature): The getFeature method
314     for Node-derived classes implemented.
315     * DOMXML.dis (getFeature): Ditto.
316    
317 wakaba 1.51 2005-05-21 Wakaba <wakaba@suika.fam.cx>
318    
319     * DOMCore.dis (getNodeReference): Use HTMLDocument class
320     if a document node has no document element node but
321     has support for the "HTML" feature.
322    
323 wakaba 1.50 2005-03-03 Wakaba <wakaba@suika.fam.cx>
324    
325     * DOMMetaImpl.dis (features input normalizer): Variable name
326     typo fixed.
327     (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
328     so that version specification for "+"'ed feature name does work now.
329    
330 wakaba 1.49 2005-03-02 Wakaba <wakaba@suika.fam.cx>
331    
332     * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
333     removed (now defined in DOMMetaImpl).
334    
335 wakaba 1.48 2005-02-21 Wakaba <wakaba@suika.fam.cx>
336    
337     * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
338    
339     * Makefile: Rules for DOMMetaImpl module added.
340    
341 wakaba 1.47 2005-02-20 Wakaba <wakaba@suika.fam.cx>
342    
343     * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
344    
345 wakaba 1.45 2005-02-18 Wakaba <wakaba@suika.fam.cx>
346    
347 wakaba 1.46 * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
348     is an instance method, not a class method.
349    
350 wakaba 1.45 * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
351     ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
352     (Exception-related definitions): Removed (moved to
353     "lib/Message/Util/Error/DOMException.dis").
354     (ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved
355     to DISLang).
356    
357     2005-02-17 Wakaba <wakaba@suika.fam.cx>
358    
359     * DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and
360     "ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to
361     "lib/Message/Util/ManakaiNode.dis").
362     (ResourceDef[ManakaiDOM:DataType]): Removed (moved to
363     "lib/manakai/DISCore.dis").
364     (ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class,
365     ManakaiDOM:PrimitiveTypeClass]): Removed (moved to
366     "lib/manakai/DISLang.dis").
367    
368     2005-02-16 Wakaba <wakaba@suika.fam.cx>
369    
370     * DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to
371     DISPerl module).
372    
373 wakaba 1.44 2005-01-07 Wakaba <wakaba@suika.fam.cx>
374    
375     * DOMCore.dis: Each "delete array-item" replaced to a "splice".
376    
377 wakaba 1.43 2005-01-06 Wakaba <wakaba@suika.fam.cx>
378    
379     * DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an
380     XML document.
381    
382 wakaba 1.42 2005-01-05 Wakaba <wakaba@suika.fam.cx>
383    
384     * DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method.
385     (IntMethod[isExternallyReferred]): Rewritten.
386     (IntMethod[isExternallyReferredDownward]): Removed.
387     (Checking XML name legallity): Fix true or false mistakes.
388     (destroy, importTree, orphanate): Rewritten.
389     (destroyDownward, changeTreeIDDownward): Removed.
390     (TreeCore:urefnode property): Removed since not used.
391    
392     * DOMCore.dis: Tying array for NodeList implemented.
393    
394     2005-01-02 Wakaba <wakaba@suika.fam.cx>
395    
396     * DOMHTML.dis (HTMLDOMImplementation): New interface.
397    
398     * DOMViews.dis: Documentation for properties are added.
399    
400 wakaba 1.40 2004-12-29 Wakaba <wakaba@suika.fam.cx>
401    
402 wakaba 1.41 * Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added.
403    
404 wakaba 1.40 * ManakaiDOMCore.dis: Removed (merged with DOMCore.dis).
405    
406 wakaba 1.39 2004-12-28 Wakaba <wakaba@suika.fam.cx>
407    
408     * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis).
409    
410 wakaba 1.38 2004-12-01 Wakaba <wakaba@suika.fam.cx>
411    
412     * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis).
413    
414 wakaba 1.37 2004-11-03 Wakaba <wakaba@suika.fam.cx>
415    
416     * .cvsignore: Ignore pod files.
417    
418 wakaba 1.36 2004-10-31 Wakaba <wakaba@suika.fam.cx>
419    
420     * DOMXML.dis (ProcessingInstruction.data): Property name error fixed.
421    
422     * DOMMain.dis: Don't call DOMString->__INT{length}__ - it should
423     be DOMString->length.
424    
425     * DOMCore.dis (Element.getElementsByTagName,
426     Node.getElementsByTagName, Element.getElementsByTagNameNS,
427     Node.getElementsByTagNameNS): Implemented.
428     (Element.getAttributeNode, Element.getAttributeNodeNS):
429     Check whether defined.
430    
431 wakaba 1.35 2004-10-18 Wakaba <wakaba@suika.fam.cx>
432    
433     * DOMWebForms.dis: New module.
434    
435 wakaba 1.33 2004-10-17 Wakaba <wakaba@suika.fam.cx>
436    
437 wakaba 1.34 * DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis,
438     DOMHTML.dis: New modules.
439 wakaba 1.33
440 wakaba 1.32 2004-10-16 Wakaba <wakaba@suika.fam.cx>
441    
442     * DOMMouseEvents.dis, DOMTextEvents.dis: New module.
443    
444 wakaba 1.30 2004-10-11 Wakaba <wakaba@suika.fam.cx>
445    
446     * ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added.
447 wakaba 1.31 (DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added.
448 wakaba 1.30
449 wakaba 1.28 2004-10-10 Wakaba <wakaba@suika.fam.cx>
450 wakaba 1.30
451     * DOMEvents.dis: New module.
452 wakaba 1.28
453 wakaba 1.29 * ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return
454     node reference.
455    
456     * ManakaiDOMLS2003.dis (error_handler): '$caller' changed
457     to '$self' for correct error reporting and not to leak memory.
458    
459 wakaba 1.28 * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
460     * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
461    
462 wakaba 1.26 2004-10-09 Wakaba <wakaba@suika.fam.cx>
463    
464 wakaba 1.28 * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore.
465     * ManakaiDOMCore.dis (ConfigParam): Removed.
466    
467 wakaba 1.27 * dis2pm.pl: Functions to create perl/pod structures
468     are moved to ../../bin/genlib.pl.
469 wakaba 1.28 (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first
470     character of a paragraph.
471 wakaba 1.27
472 wakaba 1.26 * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):
473     Set ownerDocument as parent if parent.ownerDocument is null.
474    
475     * dis2pm.pl (dis2perl): Report if DIS code has value.
476    
477     2004-10-06 Wakaba <wakaba@suika.fam.cx>
478    
479     * ManakaiDOMCore.dis (IFs): Inherit non-conditional version
480     of ManakaiDOMMain interfaces.
481    
482     * DOMCore.dis (Node.childNodes): Typo fixed.
483    
484     * ManakaiDOMLS2003.dis (parse): Check whether the namespace
485     prefix is null.
486    
487     * dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'.
488     (Condition): Don't generate condition inheritance for DOM1, DOM2
489     and DOM3.
490    
491 wakaba 1.25 2004-09-30 Wakaba <wakaba@suika.fam.cx>
492    
493     * dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New
494     element type 'FILE' added.
495    
496     * ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning,
497     ManakaiDOMException, ManakaiDOMWarning): New classes.
498     (ManakaiDOMObject/___report_error): Implemented.
499    
500     * dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'.
501    
502 wakaba 1.24 2004-09-29 Wakaba <wakaba@suika.fam.cx>
503    
504     * dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl):
505     New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added.
506    
507     2004-09-27 Wakaba <wakaba@suika.fam.cx>
508    
509     * .cvsignore: New file.
510    
511 wakaba 1.22 2004-09-27 Wakaba <wakaba@suika.fam.cx>
512    
513 wakaba 1.23 * DOMLS.dis, ManakaiDOMLS2003: New file.
514    
515 wakaba 1.22 * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
516     license.
517 wakaba 1.23 (disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE',
518     'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported.
519     (perl_name): Die if uninitialized value.
520     (constgroup2perl): Support constant group without machine-name.
521     (pod_item): Die if uninitialized value.
522     (qname_label): Don't output default prefix.
523 wakaba 1.22
524     * idl2dis.pl: Output module name and prefix as 'BindingName'
525     and 'FileName'.
526    
527 wakaba 1.20 2004-09-26 Wakaba <wakaba@suika.fam.cx>
528    
529 wakaba 1.21 * dis2pm.pl (constgroup2perl): Capitalize name.
530    
531     * idl2dis.pl (type, raise): Prepend namespace prefix if
532     type is 'DOMString' or 'DOMException' and it is not defined.
533     (MAIN): Make empty 'Return' element even if return
534     value is void.
535     (supply_incase): New.
536     (const): Use 'FullName' in favor of 'Description' if the name of
537     the const group is not a machine-friendly name.
538    
539     2004-09-26 Wakaba <wakaba@suika.fam.cx>
540    
541 wakaba 1.20 * dis2pm.pl (get_incase_label): Error if label is undef.
542    
543 wakaba 1.19 2004-09-25 Wakaba <wakaba@suika.fam.cx>
544    
545     * dis2pm.pl: Generate TODO list.
546     (method2perl): Use "dis".
547     (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added.
548     (perl_builtin_code): New code 'isRelativeDOMURI' added.
549    
550     * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New
551     warning code.
552    
553     * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the
554     method or attribute(set) does not return a value.
555     (perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow
556     parameter.
557    
558 wakaba 1.18 2004-09-24 Wakaba <wakaba@suika.fam.cx>
559    
560     * dis2pm.pl (perl_exception): New 'subtype' parameter added.
561     (param2poditem): New.
562     (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary.
563     (perl_builtin_code): More developer-friendly error report.
564     (perl_code): New 'REQUIRE' statement added.
565     (disdoc2text, disdoc2pod): New 'QUOTE' element type added.
566     (get_value_literal): Default for unknown type is now 'undef'.
567    
568     2004-09-22 Wakaba <wakaba@suika.fam.cx>
569    
570     * dis2pm.pl (perl_builtin_code): New 'CheckName' and
571     'XMLVersion' added.
572    
573 wakaba 1.16 2004-09-20 Wakaba <wakaba@suika.fam.cx>
574    
575 wakaba 1.17 * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements
576     even if it is 'ReMethod' and 'ReAttr' element.
577    
578     2004-09-20 Wakaba <wakaba@suika.fam.cx>
579    
580 wakaba 1.16 * dis2pm.pl (type_label): New option 'is_pod' implemented.
581     (get_redef_description): New function.
582     (get_isa_description): New function.
583     (disdoc2pod, disdoc2text): New.
584     (get_description): DISDOC support.
585     (valid_err, valid_err): New option 'node' implemented.
586    
587     * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New.
588    
589 wakaba 1.13 2004-09-19 Wakaba <wakaba@suika.fam.cx>
590    
591 wakaba 1.15 * dis2pm.pl (condition_match): Report error if the condition
592     not defined.
593    
594     * ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code.
595    
596 wakaba 1.14 * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
597     introduced.
598 wakaba 1.15 (constgroup2perl): Define is-a relationship between group
599     Name and its Type.
600     (constgroup2perl): "IsBitMask" attribute introduced.
601 wakaba 1.14
602     * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
603    
604 wakaba 1.13 * dis2pm.pl (type_label): Type label for unsigned-long and
605     unsigned-short added.
606     (perl_code): Die if uninitialized value is given.
607     (is_all_implemented): New function.
608    
609     * ManakaiDOMXML.dis: New module.
610    
611     * ManakaiDOMCore.dis: New module.
612    
613     * dis2pm.pl (dis2perl): 'Overridden' added.
614    
615 wakaba 1.12 2004-09-18 Wakaba <wakaba@suika.fam.cx>
616    
617     * ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning.
618     (ManakaiDOMNodeObject->orphanate): New internal method.
619     (Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls
620     of internal methods are now qualified by the package name.
621    
622 wakaba 1.11 2004-09-17 Wakaba <wakaba@suika.fam.cx>
623    
624     * DOMMain.dis: 'SpecLevel' attribute added.
625    
626     * idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'.
627    
628     * dis2pm.pl (get_level_description): Attribute name to see is
629     changed from 'Level' to 'SpecLevel'
630     (const2perl): Don't hardlink constant not to be warned
631     by perl -w.
632     (ops2perl): Declare subroutine 'DESTROY' not to be warned by
633     perl -w.
634 wakaba 1.12 (get_internal_code): Support of lang:dis.
635 wakaba 1.11
636     * ManakaiDOM.dis (newReference): New parameter 'class' introduced.
637    
638     * dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>):
639     Separeted from "DOMString".
640     (if2perl, attr2perl): Don't cast to DOMString.
641    
642 wakaba 1.10 2004-09-15 Wakaba <wakaba@suika.fam.cx>
643    
644     * dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented.
645     (perl_if): Don't indent if preprocessing direction found.
646     (perl_code_source): Add \n before the #line directive.
647    
648     2004-09-14 Wakaba <wakaba@suika.fam.cx>
649    
650     * dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support
651     attribute.
652     (perl_code): __SUPER{name}__ syntax implemented.
653    
654 wakaba 1.9 2004-09-13 Wakaba <wakaba@suika.fam.cx>
655    
656     * dis2pm.pl (dis2perl): New.
657    
658     2004-09-12 Wakaba <wakaba@suika.fam.cx>
659    
660     * dis2pm.pl (get_warning_perl_code): New.
661    
662 wakaba 1.8 2004-09-10 Wakaba <wakaba@suika.fam.cx>
663    
664     * ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type.
665     (ManakaiDOMNamespaceURI): New DataType.
666    
667     * DOMCore.dis: Most part of DOMImplementation interface is
668     implemented.
669    
670     * dis2pm.pl (method2perl): Description for returned value
671     is changed to be grouped.
672     (get_value_literal): Don't quote "null" even if it is a DOMString.
673     (perl_exception): Don't output terminating semicolon.
674     (perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is
675     supported.
676    
677 wakaba 1.7 2004-09-09 Wakaba <wakaba@suika.fam.cx>
678 wakaba 1.8
679     * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception'
680     implemented.
681 wakaba 1.7
682     * idl2dis.pl (type): Don't output Require element for
683     DOMMain module (now it is implicitly required by default).
684    
685 wakaba 1.6 2004-09-01 Wakaba <wakaba@suika.fam.cx>
686    
687     * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.
688    
689 wakaba 1.5 2004-08-31 Wakaba <wakaba@suika.fam.cx>
690    
691     * dis2pm.pl (const2perl, constgroup2perl): New.
692    
693     * idl2dis.pl (idlna): New.
694    
695 wakaba 1.4 2004-08-30 Wakaba <wakaba@suika.fam.cx>
696    
697     * dis2pm.pl: Versioned implementation of "IF" supported (see
698     also Manakai Development Memo : 2004-08-29
699     <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>).
700    
701     * idl2dis.pl (register_required_module): ISA is now
702     converted to elements, not a list attribute.
703    
704 wakaba 1.2 2004-08-22 Wakaba <wakaba@suika.fam.cx>
705    
706 wakaba 1.3 * idl2dis.pl (register_required_module): Top-level element type
707     name "Type" and "TypeAlias" changed to "DataType" and
708     "DataTypeAlias".
709    
710 wakaba 1.2 * dis2pm.pl (perl_code_source): New function.
711    
712 wakaba 1.1 2004-08-21 Wakaba <wakaba@suika.fam.cx>
713    
714     * ChangeLog: New file.
715    
716     * Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl:
717     New files (Moved from ../Markup/XML/DOM/).
718    
719    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24