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

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.90

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24