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

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.68

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24