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

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.60

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24