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

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.58

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24