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

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.96

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24