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

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.62

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24