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

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.64

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24