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

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.88

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24