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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24