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

Diff of /messaging/manakai/lib/Message/Util/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by wakaba, Fri Oct 31 04:57:32 2003 UTC revision 1.102 by wakaba, Sun Feb 26 06:42:56 2006 UTC
# Line 1  Line 1 
1    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ManakaiNodeTest.dis (Require): Missing reference
4            to the |DISlib:Test| module is added.
5    
6            * Makefile: Revised for new |daf| database format.
7    
8            * DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo|
9            parameter is added.
10            (getFor, getModule): Set reference rather than string
11            itself to the |{for}| property.
12            (loadResource): Passes |srinfo| parameter
13            to |isSubsetOfURI|-calling methods.
14            (mergeAsAlias): The |srinfo| parameter is added.
15    
16    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
17    
18            * PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup|
19            module is added.
20    
21    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
22    
23            * DIS.dis (lookupNamespacePrefix): Resolves prefix by
24            namespace resolver if available.
25            (disNamespaceResolver): New attribute.
26            (loadModule): Sets |revision| attribute of the created module.
27            (ownerModuleRef): Setter is added.
28            (addTypeURI): Set |ownerModule| attribute if possible.
29            (ManakaiDISModuleLite): The class no longer inherits |DISAnyResource|
30            class and |ManakaiDefaultExceptionHandler| class.
31            (mergeAsAlias): New |noEqualityCheck| parameter is added.
32    
33            * Makefile: New variables for |DAF| are added.
34    
35    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
36    
37            * DIS.dis (loadModule): Adds name URIs of |Require|d
38            modules to the list of such modules.
39            (DIS:forURI): New property.
40            (getReferringModuleURIList, addReferringModuleURI): New methods.
41            (DIS:referringModule): New property.
42    
43    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
44    
45            * DIS.dis (loadResource): URI registration by |addResourceList|
46            was incorrect for aliases.
47            (unloadResource): It did not support resources with
48            no e.g. |{subOf}| hash.
49            (addResourceURI): New method.
50            (getResourceURIList): New method.
51    
52    2006-02-23  Wakaba  <wakaba@suika.fam.cx>
53    
54            * DIS.dis (loadResource, loadFor, loadModule): New |srinfo|
55            parameter is added.  Restores super-resource information
56            from |srinfo| if available.
57            (unloadModule): New method.
58            (getModuleResourceList): New method.
59            (addResourceList): Adds all alias names to the list.
60            (addForResource): New method analog to |addResourceList|.
61            (getForResourceList): New method analog to |getResourceList|.
62            (dx:Interface.getErrorInterfaceResource): New method
63            implementation.
64    
65    2006-02-22  Wakaba  <wakaba@suika.fam.cx>
66    
67            * PerlCode.dis (PCVariable.stringify): The |hashKey|
68            attribute was not reflected to the stringified representation.
69    
70            * DIS.dis (getErrorInterfaceResource): New method.
71            (getErrorCodeResource): New method.
72    
73    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
74    
75            * DIS.dis (MUErrorHandler): Missing |For| specification is added.
76    
77    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
78    
79            * DIS.dis (getMethodForType): Bug fixed.
80    
81    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
82    
83            * DIS.dis (isPropertyElement): The |DISCore:resourceType|
84            element type is now recognized as a property.  In addition,
85            element types that are a |DISSource:Property| are
86            properties.
87            (DIS:AnyMethod, DIS:Method, DIS:Attribute): New types.
88            (DIS:targetType): New property.
89            (DISModule, DISFor, DISResource, DISDatabase): These
90            classes no longer inherits |ManakaiDISExceptionTarget|.
91            (DISDatabase.loadResource): Reads |DISCore:resourceType| property
92            as well as |rdf:type| property.
93            (DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New
94            methods.
95            (DISDatabase.domConfig): New attribute.
96            (error-handler): New configuration parameter.
97            (getMethodForType): New code fragment.
98            (DIS:more-than-one-methods-for-a-type): New error.
99            (ManakaiDISExceptionTarget): Removed.
100    
101    2006-02-19  Wakaba  <wakaba@suika.fam.cx>
102    
103            * DIS.dis (composeSubsetURI): New code fragment.
104            (getResource, getModule, getFor, loadResource): Old |rdf:type| settking
105            code is removed.
106            (isSubsetOfURI): Old compatibility code removed.
107            (addTypeURI): Bugs fixed.
108    
109    2006-02-19  Wakaba  <wakaba@suika.fam.cx>
110    
111            * DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI|
112            property on creation of an object.
113            (isAnonymous): Setter is added.
114            (isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|.
115            (getTypeURIList): New method.
116            (typeResource): New attribute.
117            (addTypeURI): New method.
118            (DISModule.isAnonymous, DISFor.isAnonymous): Removed.  Now |for|s
119            and modules as well as normal resources can be anonymous.
120            (getSuperResourceURIList): New method.
121    
122    2006-02-18  Wakaba  <wakaba@suika.fam.cx>
123    
124            * DIS.dis (revision): New attribute.
125    
126    2006-02-09  Wakaba  <wakaba@suika.fam.cx>
127    
128            * PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break|
129            configuration parameter support is added.
130            (pc:preserve-line-break): New configuration option.
131    
132            * DIS.dis (readProperties): |DISCore:UString| lextype support added.
133    
134    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
135    
136            * PerlCode.dis (PCReference.stringify): Reference operator |\|
137            was missing.
138            
139    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
140    
141            * PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements
142            and their descendants were ignored.
143            (getNameListAttrRM): New variant derived from |getNameListAttrR|,
144            for |getUsePerlModuleNameList| and |getUseCharClassNameList|.
145            (getUsePerlModuleNameList, getUseCharClassNameList): Don't
146            include |pc:package| and their descendants to the target.
147            (PerlFile.stringify): Outputs |use| statements
148            for Perl modules and character classes not part of any package,
149            if any.
150    
151            * DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported.
152    
153    2006-02-06  Wakaba  <wakaba@suika.fam.cx>
154    
155            * DIS.dis (loadModule): Loads a "daem" submodule file
156            if exists.
157    
158    2006-01-30  Wakaba  <wakaba@suika.fam.cx>
159    
160            * Makefile: Typo fixed.
161    
162    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
163    
164            * Makefile: Updated to be consist with |../DOM/Makefile|.
165    
166            * DIS.dis (parse): Parameter |input|'s type is
167            changed from |DOMLS:LSInput| to |DISPerl:HASH| to
168            remove dependency on |MDOM:DOMLS| module.
169    
170    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
171    
172            * PerlCode.dis (skipLines): Its code was incorrect.
173            (createPCLiteral): Creates a |undef| keyword node
174            for an |undef| value.  Tests added.
175    
176    2006-01-25  Wakaba  <wakaba@suika.fam.cx>
177    
178            * ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added.
179    
180    2006-01-24  Wakaba  <wakaba@suika.fam.cx>
181    
182            * ManakaiNodeTest.dis: Tests added.
183    
184    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
185    
186            * .cvsignore: |ManakaiNodeTest.pm| added.
187    
188    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
189    
190            * ManakaiNodeTest.dis: New module.
191    
192            * Makefile: |ManakaiNodeTest.dis| added.
193    
194    2006-01-22  Wakaba  <wakaba@suika.fam.cx>
195    
196            * PerlCode.dis: Fixed not |getAttributeNS| to cause
197            uninitialized value warnings.
198    
199    2006-01-19  Wakaba  <wakaba@suika.fam.cx>
200    
201            * PerlCode.dis (PCPackage.stringify): Appends a string
202            representation of non-|pc:*| element children for
203            the stringified value.
204    
205    2006-01-07  Wakaba  <wakaba@suika.fam.cx>
206    
207            * Makefile: |../DOM/XDoctype.dis| added.
208    
209    2005-12-27  Wakaba  <wakaba@suika.fam.cx>
210    
211            * PerlCode.dis (PCReference): New interface.
212    
213    2005-12-24  Wakaba  <wakaba@suika.fam.cx>
214    
215            * PerlCode.dis (PerlSub.clearPerlName): New method.
216            (PCDocument.createPCLiteral): Adopts |PerlCode| node
217            if it is a foreign one.
218    
219            * DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS|
220            character is replaced to |UNDERLINE| character.
221    
222    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
223    
224            * Makefile: |dpg.dae| rule merged into |discore.dae| rule.
225    
226    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
227    
228            * DIS.dis: DPG format support added.
229    
230    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
231    
232            * PerlCode.dis (PCDocument.createPerlSub): New method.
233    
234            * Makefile: Rules to make |DIS/DPG.pm| added.
235    
236    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
237    
238            * PerlCode.dis (PCExpression.stringify): More operators supported.
239            (PCDocument.createPCStatement): New method.
240    
241    2005-12-17  Wakaba  <wakaba@suika.fam.cx>
242    
243            * PerlCode.dis (PCWhen): New interface.
244    
245    2005-12-16  Wakaba  <wakaba@suika.fam.cx>
246    
247            * PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces.
248            (arrayRefLiteral, hashRefLiteral): Typos in element type names fixed.
249            (PCExpression.stringify): Outputs children other than expression.
250            Inserts space before and after operators if desired.
251    
252    2005-12-15  Wakaba  <wakaba@suika.fam.cx>
253    
254            * PerlCode.dis (PCCondition, PCBlock): New interface.
255            (ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to
256            distingulish new |ManakaiPCBlock| class implementing new |PCBlock|
257            interface.
258    
259    2005-12-14  Wakaba  <wakaba@suika.fam.cx>
260    
261            * PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New
262            interfaces and element types.
263            (getChildElementByType): New code.
264            (PCFunctionCall): New interface and element type.
265    
266    2005-11-24  Wakaba  <wakaba@suika.fam.cx>
267    
268            * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.
269    
270    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
271    
272            * Error.pm (new): Sets |-stacktrace_| property if debug
273            or verbose mode.
274            (stringify): Appends longer trace if debug or verbose mode.
275            ($VERBOSE): New flag.
276    
277            * DIS.dis: Bugs on error depth fixed.
278            
279    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
280    
281            * DIS.dis (text): New attribute implementation.
282    
283            * ManakaiNode.dis (destroyNodeStem): New method.
284    
285    2005-11-20  Wakaba  <wakaba@suika.fam.cx>
286    
287            * Makefile: |../DOM/Tree.dis| added.
288    
289    2005-11-17  Wakaba  <wakaba@suika.fam.cx>
290    
291            * Makefile: |Formatter/Muf2003.dis| added to file list.
292    
293            * DIS.dis (DISModuleLite): Typo in |ISA| property fixed.
294    
295    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
296    
297            * .cvsignore: New file.
298            
299    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
300    
301            * PerlCode.dis: A test code added.  Typos in |ISA|
302            properties fixed.
303            (PerlSub.stringify): Generates prototype specification
304            even if |prototype| attribute value's length is zero
305            in case the |pc:prototype| attribute /is/ found.
306    
307    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
308    
309            * Makefile: Missing rule to make |Message/DOM/core.dae| added.
310    
311    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
312    
313            * Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules
314            added.
315    
316            * DIS.dis (DIS:): Removed (moved to |DIS/common.dis|).
317    
318    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
319    
320            * PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral):
321            New interfaces.
322            (createPCLiteral, appendNewPCLiteral): New methods.
323            (PCDocument): New interface.
324            (factory methods): Namespace URI and local name of document
325            element arguments added to |createDocument| to obtain
326            an instance of |PCDocument|.
327    
328    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
329    
330            * PerlCode.dis (pc:line): New configuration parameter.
331            (stringify): Don't output "#line" directive
332            unless "pc:line" parameter is set to "true".
333            (pc:split-resolver): New configuration parameter.
334    
335    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
336    
337            * ManakaiNode.dis (anydata0): New property type.
338    
339            * PerlCode.dis (stringify): Prints node id if file name
340            is not available.
341            (perlLiteral): Prints as is if the value is blessed
342            with "manakai::code" package.
343    
344    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
345    
346            * PerlCode.dis (CDATADOMString): Changed to use code
347            fragment defined in DOMCore module directly.
348    
349    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
350    
351            * PerlCode.dis (ForClassCompat): Removed.
352    
353            * ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference):
354            Removed.
355            (newNode): New method.
356            (generateUniqueID): Algorithm has changed to save random
357            string generation time.
358    
359            * DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth".
360    
361    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
362    
363            * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
364            on DOMCore and element type definitions added.
365            (localName): Renamed to "pcLocalName" to avoid
366            conflict with "Node.localName" attribute.
367    
368    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
369    
370            * DIS.dis (Require): Unused reference to "PerlCode.dis" removed.
371    
372            * Makefile: Rules to make "PerlCode.pm" separated
373            from ones for "DIS.pm".
374    
375            * ManakaiNode.dis (mn:unsetXRefNode): "$referent"
376            parameter is replaced with "$referrer->{$propName}".
377    
378            * PerlCode.dis (Require): References "DOMCore.dis".
379            (DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
380            (Util: for ManakaiDOM:ManakaiDOM): New.
381    
382    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
383    
384            * ManakaiNode.dis: New "mn:xrefnode0" property type has
385            been introduced and methods are fixed to support it.
386            (mn:setXRefNode, mn:unsetXRefNode): New codes.
387    
388            * DIS.dis (loadResource): Skips a root resource definition
389            if it is an alias and it has "dis:Name" attribute and
390            referenced canonical definition is already read.  (Note
391            that similar case that the resource definition has "dis:QName"
392            attribute is already fixed in the same way.)
393    
394    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
395    
396            * DIS.dis (readProperties): Recognizes hexdecimal
397            in "DISCore:Integer" (prefixed by "0x").
398    
399    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
400    
401            * PerlCode.dis (getExceptionInterfacePackageNameList,
402            addExceptionInterfacePackageName): New methods.
403            (ToString): Sorts hash keys where they result in
404            the order of statements in result code.
405    
406            * Error.pm ($DEBUG): New option variable.
407            (___get_error_def): Calls "___error_def" method in second or later "@ISA"
408            package even if elder package has "___error_def" method.
409    
410            * DIS.dis: Now constant values are only defined
411            in interfaces.
412            (DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.
413    
414    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
415    
416            * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.
417    
418    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
419    
420            * DIS.dis (getAnyResource): New method.
421            (isTypeURI): Now it is a method of "DIS:DISAnyResource" interface.
422            (getPropertyResource, getPropertyResourceList): Now
423            they uses "getAnyResource" method.
424            (getPropertyModuleList): Removed.
425    
426    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
427    
428            * DIS.dis (readProperties): Saves property name to values.
429            (getPropertyModuleList): New method.
430    
431    2005-09-29  Wakaba  <wakaba@suika.fam.cx>
432    
433            * DIS.dis: Shares local name, namespace URI and for URI
434            if possible.
435    
436            * PerlCode.dis (stringify): Sorts "require" statements by module
437            name.
438    
439    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
440    
441            * PerlCode.dis (perlLiteral): Sorts output by hash key.
442            
443            * ManakaiNode.dis (new): Sets "mn:groveReferenceCounter"
444            property.
445            (getNewReference): Increments "mn:groveReferenceCounter"
446            property.
447            (ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't
448            check "defined" to allow "undef" value in "while" condition.
449            (mn:isGroveReferenced): New code.
450            (changeTreeID): New "groveRC" parameter added.
451            (importTree, changeTreeID): Updates "mn:groveReferenceCounter"
452            properties.
453            (destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred".
454            (mn:groveReferenceCounter): New property.
455    
456    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
457    
458            * DIS.dis: Use "tag:" URI for internal URIs.
459    
460    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
461    
462            * ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*"
463            properties.
464            (generateUniqueID): Use "tag:" URI.
465    
466            * DIS.dis (targetNamespaceURI): New attribute.
467            (ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler.
468            (ManakaiDISModuleLite->AUTOLOAD): Don't load module
469            if method name is "DESTROY".
470    
471    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
472    
473            * ManakaiNode.dis (ManakaiNodeStem): Use per-class
474            variable for searching noderel properties instead
475            of per-node properties.
476    
477    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
478    
479            * ManakaiNode.dis (new): New "className" parameter added.
480            (mn:NodeRefRole): New role.
481            (mn:type): New property.
482            (mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0,
483            mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties.
484    
485            * Makefile: Rules to make "DIS/DISDump" is separeted
486            from "DIS/DISDoc".
487    
488            * DIS.dis (getFor): Loads database module if unread
489            "for" is referenced.
490            (addResourceList, getResourceList): New method.
491            (ManakaiDISModuleLite): New class.
492    
493    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
494    
495            * DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code.
496            (getResource): New "dae" and "daem" database format support.
497            (DISResourceList): New type.
498            (uriRef, ownerModuleURI, ownerModuleURIRef): New attributes.
499            (addChildResource, addDynamicChildResource): New methods.
500            (getChildResourceList, getDynamicChildResourceList): New method.
501            (getChildResourceListByType): New method.
502            (parentResource, dynamicParentResource): New attributes.
503    
504            * Makefile (DAC_SUFFIX): Changed to ".dae".
505            (DAEM_SUFFIX): New.
506    
507    
508    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
509    
510            * ManakaiNode.dis: Use "disPerl:H" instead
511            of "disPerl:Q" for hash keys.
512            (NodeStem): Property value "mn:treeID"
513            has changed to scalar reference.
514    
515    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
516    
517            * ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
518            properties.
519            (mn:stemName, mn:refName): New properties.
520    
521            * Makefile (.discore-all.pm): New rule to create dis-related
522            Perl module files at once.
523    
524            * DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
525            (hashKeyName, hashKeyScope, anotherURI): New error parameters.
526    
527            * ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
528            of "disPerl:Q" for hash keys.
529    
530    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
531    
532            * DIS.dis (DISParser.new): New method.
533            (hasFeature): Removed.  ManakaiDISAnyResource now
534            extends DOMFeature:ManakaiHasFeatureByGetFeature.
535            (readProperties): Support for property value data
536            types DISLang:MemberRef and dx:XCRef added.
537            (ManakaiDISExceptionTarget): It is now an alias
538            for dx:ManakaiDefaultExceptionHandler.
539    
540    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
541    
542            * Makefile: DAC_SUFFIX changed to ".dad".
543    
544            * DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest.
545            (disIsNullable): Reimplemented.
546    
547    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
548    
549            * DIS.dis (addNamespaceBinding): New method.
550    
551    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
552    
553            * DIS.dis: Use valueRef and nodeIDRef where possible so
554            that dad file can share text data if possible.
555            For resources, {subOf} and {supOf} is now optional.
556            (sourceNodeIDRef): New attribute.
557    
558    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
559    
560            * DIS.dis: Parameter "databaseArg" added to various
561            methods to support objects that have no associated
562            database.
563            (getNamespaceBindingList, getDefaultNamespaceURIRef): New
564            methods.
565            (NO_RDF_TYPE_ERR): New error type.
566            (loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
567            attribute specified for a resource definition.
568    
569    2005-09-16  Wakaba  <wakaba@suika.fam.cx>
570    
571            * DIS.dis (DISResourceProp): Methods reimplemented to
572            support DIS/Value values.
573    
574    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
575    
576            * DIS.dis (readProperties): New methods.  Emploies DIS/Value
577            classes for internal data structure.
578    
579    2005-09-14  Wakaba  <wakaba@suika.fam.cx>
580    
581            * DIS.dis: Now references DIS/Value.dis.
582            (DISAnyResource): New interface separeted from DISModule.
583            DISFor and DISResource.
584    
585    2005-09-13  Wakaba  <wakaba@suika.fam.cx>
586    
587            * DIS.dis: Perl-related methods are moved to a separate
588            module "DIS/Perl.dis".
589    
590    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
591    
592            * Makefile: Renewaled.
593    
594            * ManakaiNode.dis (free): New method.
595    
596    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
597    
598            * DIS.dis: Interfaces added.
599            (free): New method.
600    
601            * PerlCode.dis: Interfaces added.
602    
603    2005-09-06  Wakaba  <wakaba@suika.fam.cx>
604    
605            * DIS.dis (plName): Use AppName attribute, if any,
606            for ManakaiDOM:ConstGroup resources.
607    
608    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
609    
610            * DIS.dis (plGeneratePerlModuleFile): Don't generate code for
611            the same class or variable twice whose alias is defined
612            in the same module.
613    
614    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
615    
616            * PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName
617            and pc:prortotype properties.
618    
619            * DIS.dis (plAdditionalISAPackages): New attribute.
620    
621    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
622    
623            * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
624            supported.
625    
626    2005-08-31  Wakaba  <wakaba@suika.fam.cx>
627    
628            * DIS.dis (uris): New attribute.
629    
630    2005-08-30  Wakaba  <wakaba@suika.fam.cx>
631    
632            * DIS.dis (plFilePathStem): New attribute.
633    
634    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
635    
636            * DIS.dis (plFileNameStem): New attribute.
637    
638    2005-08-28  Wakaba  <wakaba@suika.fam.cx>
639    
640            * DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported.
641    
642    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
643    
644            * DIS.dis: Typo fixed for replacing namespace URI and local name
645            in reflecting code.
646            (mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI"
647            attribute values as their default.
648            (mvPrefix, qnameValuePrefix): New attributes.
649    
650            * ManakaiNode.dis: Tests whether "defined" rather than true or not
651            in "while" conditions.
652    
653    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
654    
655            * ManakaiNode.dis (Util:): Now Perl package name for interfaces
656            is defined.
657    
658            * DIS.dis (mediaTypeURI): Returns $defaultMediaType
659            parameter value if dis:ContentType attribute is missing.
660    
661            * ManakaiNode.dis (importTree): Use "isa" function
662            to check whether a object is an instance of the manakai
663            node model.
664            (NodeStem, NodeRef): New lightweight variant
665            of ManakaiDOM:ManakaiDOMNodeObject
666            and ManakaiDOM:ManakaiDOMNodeReference.
667    
668    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
669    
670            * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
671            even if DOMMetaImpl:provideFeature has child nodes but
672            they are not DOMMetaImpl:providedThrough a ImplFeature
673            statement is generated.
674            (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
675    
676    2005-05-26  Wakaba  <wakaba@suika.fam.cx>
677    
678            * Makefile: Rules for DISDoc module added.
679    
680    2005-05-23  Wakaba  <wakaba@suika.fam.cx>
681    
682            * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
683            ManakaiDISModuleDefinition): "getFeature" method added.
684    
685    2005-03-06  Wakaba  <wakaba@suika.fam.cx>
686    
687            * DIS.dis (Require): Loads PerlCode module.
688    
689    2005-03-05  Wakaba  <wakaba@suika.fam.cx>
690    
691            * PerlCode.dis: Operator overloading is implemented.
692    
693    2005-03-04  Wakaba  <wakaba@suika.fam.cx>
694    
695            * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
696            module's binding properties.
697    
698    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
699    
700            * PerlCode.dis: New module.
701    
702    2005-02-26  Wakaba  <wakaba@suika.fam.cx>
703    
704            * DIS.dis (DISModuleResolver): New interface.
705    
706    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
707    
708            * DIS.dis: New module.
709    
710            * ManakaiNode.dis: New "subnode0" property category introduced.
711    
712    2005-02-17  Wakaba  <wakaba@suika.fam.cx>
713    
714            * ManakaiNode.dis: New module.
715    
716    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
717    
718            * Error.pm (___rule_def[p]): Don't output anything if not exists
719            that parameter.
720    
721    2004-09-30  Wakaba  <wakaba@suika.fam.cx>
722    
723            * Error.pm (___rule_def): "p" added; now "t" is obsolete.
724    
725    2004-04-02  Wakaba  <wakaba@suika.fam.cx>
726    
727            * Error.pm (report): Error depth fixed.
728            (___rule_def:t): New parameters empty and undef introduced.
729    
730    2004-01-17  Wakaba  <wakaba@suika.fam.cx>
731    
732            * Error.pm: Some fixes w.r.t. Error::Depth.
733    
734    2003-12-06  Wakaba  <wakaba@suika.fam.cx>
735    
736            * Error.pm (___error_def): Renamed from ___errors.
737    
738    2003-12-01  Wakaba  <wakaba@suika.fam.cx>
739    
740            * Error.pm (___get_error_def): Now support inherit. (It was not work.)
741    
742    2003-11-15  Wakaba  <wakaba@suika.fam.cx>
743    
744            * Error.pm: Use Message::Util::Formatter::Text to construct error messages.
745    
746    2003-11-13  Wakaba  <wakaba@suika.fam.cx>
747    
748            * Formatter: New directory.
749    
750    2003-11-12  Wakaba  <wakaba@suika.fam.cx>
751    
752            * Error.pm: Rewritten.
753    
754  2003-10-25  Wakaba  <wakaba@suika.fam.cx>  2003-10-25  Wakaba  <wakaba@suika.fam.cx>
755    
756          * Formatter.pm (replace): Allow '%foo () ;'.          * Formatter.pm (replace): Allow '%foo () ;'.

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.102

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24