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

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.92

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24