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

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.58

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24