/[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.96 - (hide annotations) (download)
Wed Dec 28 03:50:17 2005 UTC (18 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.95: +19 -0 lines
++ manakai/lib/Message/Util/ChangeLog	28 Dec 2005 03:36:58 -0000
2005-12-27  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (PCReference): New interface.

++ manakai/lib/Message/Util/DIS/ChangeLog	28 Dec 2005 03:49:57 -0000
2005-12-28  Wakaba  <wakaba@suika.fam.cx>

	* DPG.dis (plCodeFragment): Pushes |pop @ch| rather
	than |$ch| if an acception clause follows to a code block
	generated from a child match statement so that tokenizer
	does do the correct thing.  Support for |builtin:nestedBlockAsText|
	special rule is removed.  |pg:ifTrueStatement| is
	supported.  |pg:returnStatement| is supported.

2005-12-27  Wakaba  <wakaba@suika.fam.cx>

	* DPG.dis (VALIDITY_ERR): New error code.
	($merge_adjacent_range): New subfunction.  Adjacent character
	ranges are now merged so that |if| conditions in
	scanner methods are simplified.
	($array_uniq): New subfunction.  Filters states so that
	state number don't explode.
	(plCodeFragment): Now a DPG parser can have more than
	one tokenizer.  The |pg:qMatch| rvalue is supported.
	(DPGMatchStatementElement): The match statement
	now accepts attributes.
	(DPGRuleRefStatementElement): The ruleref statement
	now accepts attributes.
	(AttributeSpecificationList): The attribute specification
	now accepts a |NAME| as an attribute value as well
	as |STRING|s.
	(CodeBlock): The |pg:qLexmodeStatement| is supported.
	(lexmode.default): |QKEYWORD| token type is added.
	(ErrDef): Errors |unique-lexmode-name-error|, |rule-not-defined-error|,
	|lexmode-not-defined-error| and properties added.

2005-12-25  Wakaba  <wakaba@suika.fam.cx>

	* DPG.dis (dpgGetAttributeList): New method.
	(plCodeFragment): |:terminator?| option for a match
	block is supported.  |pg:matchElseBlock| is implemented.

++ manakai/lib/Message/DOM/ChangeLog	28 Dec 2005 03:36:24 -0000
2005-12-28  Wakaba  <wakaba@suika.fam.cx>

	* XMLParser.dis: Some modifications made.

2005-12-27  Wakaba  <wakaba@suika.fam.cx>

	* DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a
	global named resource.

	* Makefile: Rules to make |XMLParser.pm| is added.

	* XMLParser.dis: New file.

2005-12-24  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error
	message formatter can now vary by error types.
	(DOMLocator.utf32Offset): New (manakai extended) attribute.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24