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

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.101

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24