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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24