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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24