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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24