/[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.19 by wakaba, Sat Oct 9 05:33:41 2004 UTC revision 1.75 by wakaba, Sat Dec 17 11:58:52 2005 UTC
# Line 1  Line 1 
1    2005-12-17  Wakaba  <wakaba@suika.fam.cx>
2    
3            * PerlCode.dis (PCWhen): New interface.
4    
5    2005-12-16  Wakaba  <wakaba@suika.fam.cx>
6    
7            * PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces.
8            (arrayRefLiteral, hashRefLiteral): Typos in element type names fixed.
9            (PCExpression.stringify): Outputs children other than expression.
10            Inserts space before and after operators if desired.
11    
12    2005-12-15  Wakaba  <wakaba@suika.fam.cx>
13    
14            * PerlCode.dis (PCCondition, PCBlock): New interface.
15            (ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to
16            distingulish new |ManakaiPCBlock| class implementing new |PCBlock|
17            interface.
18    
19    2005-12-14  Wakaba  <wakaba@suika.fam.cx>
20    
21            * PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New
22            interfaces and element types.
23            (getChildElementByType): New code.
24            (PCFunctionCall): New interface and element type.
25    
26    2005-11-24  Wakaba  <wakaba@suika.fam.cx>
27    
28            * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.
29    
30    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
31    
32            * Error.pm (new): Sets |-stacktrace_| property if debug
33            or verbose mode.
34            (stringify): Appends longer trace if debug or verbose mode.
35            ($VERBOSE): New flag.
36    
37            * DIS.dis: Bugs on error depth fixed.
38            
39    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
40    
41            * DIS.dis (text): New attribute implementation.
42    
43            * ManakaiNode.dis (destroyNodeStem): New method.
44    
45    2005-11-20  Wakaba  <wakaba@suika.fam.cx>
46    
47            * Makefile: |../DOM/Tree.dis| added.
48    
49    2005-11-17  Wakaba  <wakaba@suika.fam.cx>
50    
51            * Makefile: |Formatter/Muf2003.dis| added to file list.
52    
53            * DIS.dis (DISModuleLite): Typo in |ISA| property fixed.
54    
55    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
56    
57            * .cvsignore: New file.
58            
59    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
60    
61            * PerlCode.dis: A test code added.  Typos in |ISA|
62            properties fixed.
63            (PerlSub.stringify): Generates prototype specification
64            even if |prototype| attribute value's length is zero
65            in case the |pc:prototype| attribute /is/ found.
66    
67    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
68    
69            * Makefile: Missing rule to make |Message/DOM/core.dae| added.
70    
71    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
72    
73            * Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules
74            added.
75    
76            * DIS.dis (DIS:): Removed (moved to |DIS/common.dis|).
77    
78    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
79    
80            * PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral):
81            New interfaces.
82            (createPCLiteral, appendNewPCLiteral): New methods.
83            (PCDocument): New interface.
84            (factory methods): Namespace URI and local name of document
85            element arguments added to |createDocument| to obtain
86            an instance of |PCDocument|.
87    
88    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
89    
90            * PerlCode.dis (pc:line): New configuration parameter.
91            (stringify): Don't output "#line" directive
92            unless "pc:line" parameter is set to "true".
93            (pc:split-resolver): New configuration parameter.
94    
95    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
96    
97            * ManakaiNode.dis (anydata0): New property type.
98    
99            * PerlCode.dis (stringify): Prints node id if file name
100            is not available.
101            (perlLiteral): Prints as is if the value is blessed
102            with "manakai::code" package.
103    
104    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
105    
106            * PerlCode.dis (CDATADOMString): Changed to use code
107            fragment defined in DOMCore module directly.
108    
109    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
110    
111            * PerlCode.dis (ForClassCompat): Removed.
112    
113            * ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference):
114            Removed.
115            (newNode): New method.
116            (generateUniqueID): Algorithm has changed to save random
117            string generation time.
118    
119            * DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth".
120    
121    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
122    
123            * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
124            on DOMCore and element type definitions added.
125            (localName): Renamed to "pcLocalName" to avoid
126            conflict with "Node.localName" attribute.
127    
128    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
129    
130            * DIS.dis (Require): Unused reference to "PerlCode.dis" removed.
131    
132            * Makefile: Rules to make "PerlCode.pm" separated
133            from ones for "DIS.pm".
134    
135            * ManakaiNode.dis (mn:unsetXRefNode): "$referent"
136            parameter is replaced with "$referrer->{$propName}".
137    
138            * PerlCode.dis (Require): References "DOMCore.dis".
139            (DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
140            (Util: for ManakaiDOM:ManakaiDOM): New.
141    
142    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
143    
144            * ManakaiNode.dis: New "mn:xrefnode0" property type has
145            been introduced and methods are fixed to support it.
146            (mn:setXRefNode, mn:unsetXRefNode): New codes.
147    
148            * DIS.dis (loadResource): Skips a root resource definition
149            if it is an alias and it has "dis:Name" attribute and
150            referenced canonical definition is already read.  (Note
151            that similar case that the resource definition has "dis:QName"
152            attribute is already fixed in the same way.)
153    
154    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
155    
156            * DIS.dis (readProperties): Recognizes hexdecimal
157            in "DISCore:Integer" (prefixed by "0x").
158    
159    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
160    
161            * PerlCode.dis (getExceptionInterfacePackageNameList,
162            addExceptionInterfacePackageName): New methods.
163            (ToString): Sorts hash keys where they result in
164            the order of statements in result code.
165    
166            * Error.pm ($DEBUG): New option variable.
167            (___get_error_def): Calls "___error_def" method in second or later "@ISA"
168            package even if elder package has "___error_def" method.
169    
170            * DIS.dis: Now constant values are only defined
171            in interfaces.
172            (DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.
173    
174    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
175    
176            * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.
177    
178    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
179    
180            * DIS.dis (getAnyResource): New method.
181            (isTypeURI): Now it is a method of "DIS:DISAnyResource" interface.
182            (getPropertyResource, getPropertyResourceList): Now
183            they uses "getAnyResource" method.
184            (getPropertyModuleList): Removed.
185    
186    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
187    
188            * DIS.dis (readProperties): Saves property name to values.
189            (getPropertyModuleList): New method.
190    
191    2005-09-29  Wakaba  <wakaba@suika.fam.cx>
192    
193            * DIS.dis: Shares local name, namespace URI and for URI
194            if possible.
195    
196            * PerlCode.dis (stringify): Sorts "require" statements by module
197            name.
198    
199    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
200    
201            * PerlCode.dis (perlLiteral): Sorts output by hash key.
202            
203            * ManakaiNode.dis (new): Sets "mn:groveReferenceCounter"
204            property.
205            (getNewReference): Increments "mn:groveReferenceCounter"
206            property.
207            (ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't
208            check "defined" to allow "undef" value in "while" condition.
209            (mn:isGroveReferenced): New code.
210            (changeTreeID): New "groveRC" parameter added.
211            (importTree, changeTreeID): Updates "mn:groveReferenceCounter"
212            properties.
213            (destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred".
214            (mn:groveReferenceCounter): New property.
215    
216    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
217    
218            * DIS.dis: Use "tag:" URI for internal URIs.
219    
220    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
221    
222            * ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*"
223            properties.
224            (generateUniqueID): Use "tag:" URI.
225    
226            * DIS.dis (targetNamespaceURI): New attribute.
227            (ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler.
228            (ManakaiDISModuleLite->AUTOLOAD): Don't load module
229            if method name is "DESTROY".
230    
231    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
232    
233            * ManakaiNode.dis (ManakaiNodeStem): Use per-class
234            variable for searching noderel properties instead
235            of per-node properties.
236    
237    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
238    
239            * ManakaiNode.dis (new): New "className" parameter added.
240            (mn:NodeRefRole): New role.
241            (mn:type): New property.
242            (mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0,
243            mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties.
244    
245            * Makefile: Rules to make "DIS/DISDump" is separeted
246            from "DIS/DISDoc".
247    
248            * DIS.dis (getFor): Loads database module if unread
249            "for" is referenced.
250            (addResourceList, getResourceList): New method.
251            (ManakaiDISModuleLite): New class.
252    
253    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
254    
255            * DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code.
256            (getResource): New "dae" and "daem" database format support.
257            (DISResourceList): New type.
258            (uriRef, ownerModuleURI, ownerModuleURIRef): New attributes.
259            (addChildResource, addDynamicChildResource): New methods.
260            (getChildResourceList, getDynamicChildResourceList): New method.
261            (getChildResourceListByType): New method.
262            (parentResource, dynamicParentResource): New attributes.
263    
264            * Makefile (DAC_SUFFIX): Changed to ".dae".
265            (DAEM_SUFFIX): New.
266    
267    
268    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
269    
270            * ManakaiNode.dis: Use "disPerl:H" instead
271            of "disPerl:Q" for hash keys.
272            (NodeStem): Property value "mn:treeID"
273            has changed to scalar reference.
274    
275    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
276    
277            * ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
278            properties.
279            (mn:stemName, mn:refName): New properties.
280    
281            * Makefile (.discore-all.pm): New rule to create dis-related
282            Perl module files at once.
283    
284            * DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
285            (hashKeyName, hashKeyScope, anotherURI): New error parameters.
286    
287            * ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
288            of "disPerl:Q" for hash keys.
289    
290    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
291    
292            * DIS.dis (DISParser.new): New method.
293            (hasFeature): Removed.  ManakaiDISAnyResource now
294            extends DOMFeature:ManakaiHasFeatureByGetFeature.
295            (readProperties): Support for property value data
296            types DISLang:MemberRef and dx:XCRef added.
297            (ManakaiDISExceptionTarget): It is now an alias
298            for dx:ManakaiDefaultExceptionHandler.
299    
300    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
301    
302            * Makefile: DAC_SUFFIX changed to ".dad".
303    
304            * DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest.
305            (disIsNullable): Reimplemented.
306    
307    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
308    
309            * DIS.dis (addNamespaceBinding): New method.
310    
311    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
312    
313            * DIS.dis: Use valueRef and nodeIDRef where possible so
314            that dad file can share text data if possible.
315            For resources, {subOf} and {supOf} is now optional.
316            (sourceNodeIDRef): New attribute.
317    
318    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
319    
320            * DIS.dis: Parameter "databaseArg" added to various
321            methods to support objects that have no associated
322            database.
323            (getNamespaceBindingList, getDefaultNamespaceURIRef): New
324            methods.
325            (NO_RDF_TYPE_ERR): New error type.
326            (loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
327            attribute specified for a resource definition.
328    
329    2005-09-16  Wakaba  <wakaba@suika.fam.cx>
330    
331            * DIS.dis (DISResourceProp): Methods reimplemented to
332            support DIS/Value values.
333    
334    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
335    
336            * DIS.dis (readProperties): New methods.  Emploies DIS/Value
337            classes for internal data structure.
338    
339    2005-09-14  Wakaba  <wakaba@suika.fam.cx>
340    
341            * DIS.dis: Now references DIS/Value.dis.
342            (DISAnyResource): New interface separeted from DISModule.
343            DISFor and DISResource.
344    
345    2005-09-13  Wakaba  <wakaba@suika.fam.cx>
346    
347            * DIS.dis: Perl-related methods are moved to a separate
348            module "DIS/Perl.dis".
349    
350    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
351    
352            * Makefile: Renewaled.
353    
354            * ManakaiNode.dis (free): New method.
355    
356    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
357    
358            * DIS.dis: Interfaces added.
359            (free): New method.
360    
361            * PerlCode.dis: Interfaces added.
362    
363    2005-09-06  Wakaba  <wakaba@suika.fam.cx>
364    
365            * DIS.dis (plName): Use AppName attribute, if any,
366            for ManakaiDOM:ConstGroup resources.
367    
368    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
369    
370            * DIS.dis (plGeneratePerlModuleFile): Don't generate code for
371            the same class or variable twice whose alias is defined
372            in the same module.
373    
374    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
375    
376            * PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName
377            and pc:prortotype properties.
378    
379            * DIS.dis (plAdditionalISAPackages): New attribute.
380    
381    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
382    
383            * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
384            supported.
385    
386    2005-08-31  Wakaba  <wakaba@suika.fam.cx>
387    
388            * DIS.dis (uris): New attribute.
389    
390    2005-08-30  Wakaba  <wakaba@suika.fam.cx>
391    
392            * DIS.dis (plFilePathStem): New attribute.
393    
394    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
395    
396            * DIS.dis (plFileNameStem): New attribute.
397    
398    2005-08-28  Wakaba  <wakaba@suika.fam.cx>
399    
400            * DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported.
401    
402    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
403    
404            * DIS.dis: Typo fixed for replacing namespace URI and local name
405            in reflecting code.
406            (mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI"
407            attribute values as their default.
408            (mvPrefix, qnameValuePrefix): New attributes.
409    
410            * ManakaiNode.dis: Tests whether "defined" rather than true or not
411            in "while" conditions.
412    
413    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
414    
415            * ManakaiNode.dis (Util:): Now Perl package name for interfaces
416            is defined.
417    
418            * DIS.dis (mediaTypeURI): Returns $defaultMediaType
419            parameter value if dis:ContentType attribute is missing.
420    
421            * ManakaiNode.dis (importTree): Use "isa" function
422            to check whether a object is an instance of the manakai
423            node model.
424            (NodeStem, NodeRef): New lightweight variant
425            of ManakaiDOM:ManakaiDOMNodeObject
426            and ManakaiDOM:ManakaiDOMNodeReference.
427    
428    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
429    
430            * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
431            even if DOMMetaImpl:provideFeature has child nodes but
432            they are not DOMMetaImpl:providedThrough a ImplFeature
433            statement is generated.
434            (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
435    
436    2005-05-26  Wakaba  <wakaba@suika.fam.cx>
437    
438            * Makefile: Rules for DISDoc module added.
439    
440    2005-05-23  Wakaba  <wakaba@suika.fam.cx>
441    
442            * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
443            ManakaiDISModuleDefinition): "getFeature" method added.
444    
445    2005-03-06  Wakaba  <wakaba@suika.fam.cx>
446    
447            * DIS.dis (Require): Loads PerlCode module.
448    
449    2005-03-05  Wakaba  <wakaba@suika.fam.cx>
450    
451            * PerlCode.dis: Operator overloading is implemented.
452    
453    2005-03-04  Wakaba  <wakaba@suika.fam.cx>
454    
455            * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
456            module's binding properties.
457    
458    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
459    
460            * PerlCode.dis: New module.
461    
462    2005-02-26  Wakaba  <wakaba@suika.fam.cx>
463    
464            * DIS.dis (DISModuleResolver): New interface.
465    
466    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
467    
468            * DIS.dis: New module.
469    
470            * ManakaiNode.dis: New "subnode0" property category introduced.
471    
472    2005-02-17  Wakaba  <wakaba@suika.fam.cx>
473    
474            * ManakaiNode.dis: New module.
475    
476    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
477    
478            * Error.pm (___rule_def[p]): Don't output anything if not exists
479            that parameter.
480    
481  2004-09-30  Wakaba  <wakaba@suika.fam.cx>  2004-09-30  Wakaba  <wakaba@suika.fam.cx>
482    
483          * Error.pm (___rule_def): "p" added; now "t" is obsolete.          * Error.pm (___rule_def): "p" added; now "t" is obsolete.

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.75

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24