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

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.65

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24