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

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.87

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24