/[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.37 by wakaba, Fri Sep 9 04:26:06 2005 UTC revision 1.55 by wakaba, Thu Oct 6 10:53:36 2005 UTC
# Line 1  Line 1 
1    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.
4    
5    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
6    
7            * DIS.dis (getAnyResource): New method.
8            (isTypeURI): Now it is a method of "DIS:DISAnyResource" interface.
9            (getPropertyResource, getPropertyResourceList): Now
10            they uses "getAnyResource" method.
11            (getPropertyModuleList): Removed.
12    
13    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
14    
15            * DIS.dis (readProperties): Saves property name to values.
16            (getPropertyModuleList): New method.
17    
18    2005-09-29  Wakaba  <wakaba@suika.fam.cx>
19    
20            * DIS.dis: Shares local name, namespace URI and for URI
21            if possible.
22    
23            * PerlCode.dis (stringify): Sorts "require" statements by module
24            name.
25    
26    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
27    
28            * PerlCode.dis (perlLiteral): Sorts output by hash key.
29            
30            * ManakaiNode.dis (new): Sets "mn:groveReferenceCounter"
31            property.
32            (getNewReference): Increments "mn:groveReferenceCounter"
33            property.
34            (ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't
35            check "defined" to allow "undef" value in "while" condition.
36            (mn:isGroveReferenced): New code.
37            (changeTreeID): New "groveRC" parameter added.
38            (importTree, changeTreeID): Updates "mn:groveReferenceCounter"
39            properties.
40            (destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred".
41            (mn:groveReferenceCounter): New property.
42    
43    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
44    
45            * DIS.dis: Use "tag:" URI for internal URIs.
46    
47    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
48    
49            * ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*"
50            properties.
51            (generateUniqueID): Use "tag:" URI.
52    
53            * DIS.dis (targetNamespaceURI): New attribute.
54            (ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler.
55            (ManakaiDISModuleLite->AUTOLOAD): Don't load module
56            if method name is "DESTROY".
57    
58    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
59    
60            * ManakaiNode.dis (ManakaiNodeStem): Use per-class
61            variable for searching noderel properties instead
62            of per-node properties.
63    
64    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
65    
66            * ManakaiNode.dis (new): New "className" parameter added.
67            (mn:NodeRefRole): New role.
68            (mn:type): New property.
69            (mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0,
70            mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties.
71    
72            * Makefile: Rules to make "DIS/DISDump" is separeted
73            from "DIS/DISDoc".
74    
75            * DIS.dis (getFor): Loads database module if unread
76            "for" is referenced.
77            (addResourceList, getResourceList): New method.
78            (ManakaiDISModuleLite): New class.
79    
80    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
81    
82            * DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code.
83            (getResource): New "dae" and "daem" database format support.
84            (DISResourceList): New type.
85            (uriRef, ownerModuleURI, ownerModuleURIRef): New attributes.
86            (addChildResource, addDynamicChildResource): New methods.
87            (getChildResourceList, getDynamicChildResourceList): New method.
88            (getChildResourceListByType): New method.
89            (parentResource, dynamicParentResource): New attributes.
90    
91            * Makefile (DAC_SUFFIX): Changed to ".dae".
92            (DAEM_SUFFIX): New.
93    
94    
95    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
96    
97            * ManakaiNode.dis: Use "disPerl:H" instead
98            of "disPerl:Q" for hash keys.
99            (NodeStem): Property value "mn:treeID"
100            has changed to scalar reference.
101    
102    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
103    
104            * ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
105            properties.
106            (mn:stemName, mn:refName): New properties.
107    
108            * Makefile (.discore-all.pm): New rule to create dis-related
109            Perl module files at once.
110    
111            * DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
112            (hashKeyName, hashKeyScope, anotherURI): New error parameters.
113    
114            * ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
115            of "disPerl:Q" for hash keys.
116    
117    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
118    
119            * DIS.dis (DISParser.new): New method.
120            (hasFeature): Removed.  ManakaiDISAnyResource now
121            extends DOMFeature:ManakaiHasFeatureByGetFeature.
122            (readProperties): Support for property value data
123            types DISLang:MemberRef and dx:XCRef added.
124            (ManakaiDISExceptionTarget): It is now an alias
125            for dx:ManakaiDefaultExceptionHandler.
126    
127    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
128    
129            * Makefile: DAC_SUFFIX changed to ".dad".
130    
131            * DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest.
132            (disIsNullable): Reimplemented.
133    
134    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
135    
136            * DIS.dis (addNamespaceBinding): New method.
137    
138    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
139    
140            * DIS.dis: Use valueRef and nodeIDRef where possible so
141            that dad file can share text data if possible.
142            For resources, {subOf} and {supOf} is now optional.
143            (sourceNodeIDRef): New attribute.
144    
145    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
146    
147            * DIS.dis: Parameter "databaseArg" added to various
148            methods to support objects that have no associated
149            database.
150            (getNamespaceBindingList, getDefaultNamespaceURIRef): New
151            methods.
152            (NO_RDF_TYPE_ERR): New error type.
153            (loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
154            attribute specified for a resource definition.
155    
156    2005-09-16  Wakaba  <wakaba@suika.fam.cx>
157    
158            * DIS.dis (DISResourceProp): Methods reimplemented to
159            support DIS/Value values.
160    
161    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
162    
163            * DIS.dis (readProperties): New methods.  Emploies DIS/Value
164            classes for internal data structure.
165    
166    2005-09-14  Wakaba  <wakaba@suika.fam.cx>
167    
168            * DIS.dis: Now references DIS/Value.dis.
169            (DISAnyResource): New interface separeted from DISModule.
170            DISFor and DISResource.
171    
172    2005-09-13  Wakaba  <wakaba@suika.fam.cx>
173    
174            * DIS.dis: Perl-related methods are moved to a separate
175            module "DIS/Perl.dis".
176    
177  2005-09-08  Wakaba  <wakaba@suika.fam.cx>  2005-09-08  Wakaba  <wakaba@suika.fam.cx>
178    
179          * Makefile: Renewaled.          * Makefile: Renewaled.

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.55

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24