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

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.52

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24