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

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.67

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24