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

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.86

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24