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

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.77

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24