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

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.70

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24