/[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.91 - (hide annotations) (download)
Thu Nov 24 12:08:23 2005 UTC (19 years ago) by wakaba
Branch: MAIN
Changes since 1.90: +15 -0 lines
++ manakai/lib/Message/Util/ChangeLog	24 Nov 2005 12:03:37 -0000
2005-11-24  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (stringify): Returns |DIS:uri| error parameter if available.

++ manakai/lib/Message/Util/Error/ChangeLog	24 Nov 2005 12:03:05 -0000
2005-11-24  Wakaba  <wakaba@suika.fam.cx>

	* Core.dis (___report_error): It is clarified that the
	method may return a value and the value will be
	returned by the |report| statement.

++ manakai/lib/Message/Util/DIS/ChangeLog	24 Nov 2005 12:05:09 -0000
2005-11-24  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plCodeFragment, plGeneratePerlModule): |DOMCore:DOMErrorType|
	objects are now supported.
	(plPreprocessPerlStatement): |DOMCore:ERROR| block-level element
	type support added.

++ manakai/lib/Message/DOM/ChangeLog	24 Nov 2005 12:00:02 -0000
2005-11-24  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (severity, type): Getters return value from
	the definition of the current error (i.e. |-def| hash).
	(___error_def): New method.
	(errorType): |dis:dataType| changed to |DISCore:TFQNames|
	to ease natural reference to constant value.
	(error-handler.default): Prints the error message by |warn|.

	* Tree.dis (nodeValue.set): Reimplemented so that it
	warns as setting has no effect.
	(___report_error): New method.  (It had been only implemented
	in superclass.)
	(setting-node-value-no-effect): New error type.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24