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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24