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

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.78

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24