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

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.62

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24