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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24