/[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.34 by wakaba, Wed Aug 31 13:02:46 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>
286    
287            * ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*"
288            properties.
289            (generateUniqueID): Use "tag:" URI.
290    
291            * DIS.dis (targetNamespaceURI): New attribute.
292            (ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler.
293            (ManakaiDISModuleLite->AUTOLOAD): Don't load module
294            if method name is "DESTROY".
295    
296    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
297    
298            * ManakaiNode.dis (ManakaiNodeStem): Use per-class
299            variable for searching noderel properties instead
300            of per-node properties.
301    
302    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
303    
304            * ManakaiNode.dis (new): New "className" parameter added.
305            (mn:NodeRefRole): New role.
306            (mn:type): New property.
307            (mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0,
308            mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties.
309    
310            * Makefile: Rules to make "DIS/DISDump" is separeted
311            from "DIS/DISDoc".
312    
313            * DIS.dis (getFor): Loads database module if unread
314            "for" is referenced.
315            (addResourceList, getResourceList): New method.
316            (ManakaiDISModuleLite): New class.
317    
318    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
319    
320            * DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code.
321            (getResource): New "dae" and "daem" database format support.
322            (DISResourceList): New type.
323            (uriRef, ownerModuleURI, ownerModuleURIRef): New attributes.
324            (addChildResource, addDynamicChildResource): New methods.
325            (getChildResourceList, getDynamicChildResourceList): New method.
326            (getChildResourceListByType): New method.
327            (parentResource, dynamicParentResource): New attributes.
328    
329            * Makefile (DAC_SUFFIX): Changed to ".dae".
330            (DAEM_SUFFIX): New.
331    
332    
333    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
334    
335            * ManakaiNode.dis: Use "disPerl:H" instead
336            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>
341    
342            * ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
343            properties.
344            (mn:stemName, mn:refName): New properties.
345    
346            * Makefile (.discore-all.pm): New rule to create dis-related
347            Perl module files at once.
348    
349            * DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
350            (hashKeyName, hashKeyScope, anotherURI): New error parameters.
351    
352            * ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
353            of "disPerl:Q" for hash keys.
354    
355    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
356    
357            * DIS.dis (DISParser.new): New method.
358            (hasFeature): Removed.  ManakaiDISAnyResource now
359            extends DOMFeature:ManakaiHasFeatureByGetFeature.
360            (readProperties): Support for property value data
361            types DISLang:MemberRef and dx:XCRef added.
362            (ManakaiDISExceptionTarget): It is now an alias
363            for dx:ManakaiDefaultExceptionHandler.
364    
365    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
366    
367            * Makefile: DAC_SUFFIX changed to ".dad".
368    
369            * DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest.
370            (disIsNullable): Reimplemented.
371    
372    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
373    
374            * DIS.dis (addNamespaceBinding): New method.
375    
376    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
377    
378            * DIS.dis: Use valueRef and nodeIDRef where possible so
379            that dad file can share text data if possible.
380            For resources, {subOf} and {supOf} is now optional.
381            (sourceNodeIDRef): New attribute.
382    
383    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
384    
385            * DIS.dis: Parameter "databaseArg" added to various
386            methods to support objects that have no associated
387            database.
388            (getNamespaceBindingList, getDefaultNamespaceURIRef): New
389            methods.
390            (NO_RDF_TYPE_ERR): New error type.
391            (loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
392            attribute specified for a resource definition.
393    
394    2005-09-16  Wakaba  <wakaba@suika.fam.cx>
395    
396            * DIS.dis (DISResourceProp): Methods reimplemented to
397            support DIS/Value values.
398    
399    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
400    
401            * DIS.dis (readProperties): New methods.  Emploies DIS/Value
402            classes for internal data structure.
403    
404    2005-09-14  Wakaba  <wakaba@suika.fam.cx>
405    
406            * DIS.dis: Now references DIS/Value.dis.
407            (DISAnyResource): New interface separeted from DISModule.
408            DISFor and DISResource.
409    
410    2005-09-13  Wakaba  <wakaba@suika.fam.cx>
411    
412            * DIS.dis: Perl-related methods are moved to a separate
413            module "DIS/Perl.dis".
414    
415    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
416    
417            * Makefile: Renewaled.
418    
419            * ManakaiNode.dis (free): New method.
420    
421    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
422    
423            * DIS.dis: Interfaces added.
424            (free): New method.
425    
426            * PerlCode.dis: Interfaces added.
427    
428    2005-09-06  Wakaba  <wakaba@suika.fam.cx>
429    
430            * DIS.dis (plName): Use AppName attribute, if any,
431            for ManakaiDOM:ConstGroup resources.
432    
433    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
434    
435            * DIS.dis (plGeneratePerlModuleFile): Don't generate code for
436            the same class or variable twice whose alias is defined
437            in the same module.
438    
439    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
440    
441            * PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName
442            and pc:prortotype properties.
443    
444            * DIS.dis (plAdditionalISAPackages): New attribute.
445    
446    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
447    
448            * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
449            supported.
450    
451  2005-08-31  Wakaba  <wakaba@suika.fam.cx>  2005-08-31  Wakaba  <wakaba@suika.fam.cx>
452    
453          * DIS.dis (uris): New attribute.          * DIS.dis (uris): New attribute.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24