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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24