/[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.47 by wakaba, Mon Sep 26 14:37:36 2005 UTC revision 1.106 by wakaba, Fri Mar 10 10:52:04 2006 UTC
# Line 1  Line 1 
1    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
2    
3            * PerlCode.dis (stringify): Inserts new line after |COMMA|s
4            in lists (hash literals and array literals --- "lists" theirselves
5            are excluded since they are usually not so long).
6    
7            * DIS.dis (loadResource): Don't throw error
8            if an alias is alreadt defined for same URI.  Registers
9            aliases from |srinfo| to the database. By these
10            fixes aliases defined in another module from the canonical
11            resource name's module can live even after the canonical's
12            module is updated.
13    
14    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
15    
16            * ManakaiNode.dis (destroy): Don't cause |uninitialized value
17            as SCALAR reference| error even if the node is disposed
18            and it no longer has tree id.
19    
20    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
21    
22            * DIS.dis (mvOwnerElementResource): Allows an attribute
23            with no owner element.
24    
25    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
26    
27            * PerlCode.dis (PerlStringLiteral.stringify): If some character
28            are escaped, the string should have been quoted by |QUOTATION MARK|.
29    
30            * Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis|
31            module was misplaced.
32            (distclean): New rule.
33            (clean): Cleans subdirectories, too.
34    
35    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
36    
37            * ManakaiNodeTest.dis (Require): Missing reference
38            to the |DISlib:Test| module is added.
39    
40            * Makefile: Revised for new |daf| database format.
41    
42            * DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo|
43            parameter is added.
44            (getFor, getModule): Set reference rather than string
45            itself to the |{for}| property.
46            (loadResource): Passes |srinfo| parameter
47            to |isSubsetOfURI|-calling methods.
48            (mergeAsAlias): The |srinfo| parameter is added.
49    
50    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
51    
52            * PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup|
53            module is added.
54    
55    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
56    
57            * DIS.dis (lookupNamespacePrefix): Resolves prefix by
58            namespace resolver if available.
59            (disNamespaceResolver): New attribute.
60            (loadModule): Sets |revision| attribute of the created module.
61            (ownerModuleRef): Setter is added.
62            (addTypeURI): Set |ownerModule| attribute if possible.
63            (ManakaiDISModuleLite): The class no longer inherits |DISAnyResource|
64            class and |ManakaiDefaultExceptionHandler| class.
65            (mergeAsAlias): New |noEqualityCheck| parameter is added.
66    
67            * Makefile: New variables for |DAF| are added.
68    
69    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
70    
71            * DIS.dis (loadModule): Adds name URIs of |Require|d
72            modules to the list of such modules.
73            (DIS:forURI): New property.
74            (getReferringModuleURIList, addReferringModuleURI): New methods.
75            (DIS:referringModule): New property.
76    
77    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
78    
79            * DIS.dis (loadResource): URI registration by |addResourceList|
80            was incorrect for aliases.
81            (unloadResource): It did not support resources with
82            no e.g. |{subOf}| hash.
83            (addResourceURI): New method.
84            (getResourceURIList): New method.
85    
86    2006-02-23  Wakaba  <wakaba@suika.fam.cx>
87    
88            * DIS.dis (loadResource, loadFor, loadModule): New |srinfo|
89            parameter is added.  Restores super-resource information
90            from |srinfo| if available.
91            (unloadModule): New method.
92            (getModuleResourceList): New method.
93            (addResourceList): Adds all alias names to the list.
94            (addForResource): New method analog to |addResourceList|.
95            (getForResourceList): New method analog to |getResourceList|.
96            (dx:Interface.getErrorInterfaceResource): New method
97            implementation.
98    
99    2006-02-22  Wakaba  <wakaba@suika.fam.cx>
100    
101            * PerlCode.dis (PCVariable.stringify): The |hashKey|
102            attribute was not reflected to the stringified representation.
103    
104            * DIS.dis (getErrorInterfaceResource): New method.
105            (getErrorCodeResource): New method.
106    
107    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
108    
109            * DIS.dis (MUErrorHandler): Missing |For| specification is added.
110    
111    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
112    
113            * DIS.dis (getMethodForType): Bug fixed.
114    
115    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
116    
117            * DIS.dis (isPropertyElement): The |DISCore:resourceType|
118            element type is now recognized as a property.  In addition,
119            element types that are a |DISSource:Property| are
120            properties.
121            (DIS:AnyMethod, DIS:Method, DIS:Attribute): New types.
122            (DIS:targetType): New property.
123            (DISModule, DISFor, DISResource, DISDatabase): These
124            classes no longer inherits |ManakaiDISExceptionTarget|.
125            (DISDatabase.loadResource): Reads |DISCore:resourceType| property
126            as well as |rdf:type| property.
127            (DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New
128            methods.
129            (DISDatabase.domConfig): New attribute.
130            (error-handler): New configuration parameter.
131            (getMethodForType): New code fragment.
132            (DIS:more-than-one-methods-for-a-type): New error.
133            (ManakaiDISExceptionTarget): Removed.
134    
135    2006-02-19  Wakaba  <wakaba@suika.fam.cx>
136    
137            * DIS.dis (composeSubsetURI): New code fragment.
138            (getResource, getModule, getFor, loadResource): Old |rdf:type| settking
139            code is removed.
140            (isSubsetOfURI): Old compatibility code removed.
141            (addTypeURI): Bugs fixed.
142    
143    2006-02-19  Wakaba  <wakaba@suika.fam.cx>
144    
145            * DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI|
146            property on creation of an object.
147            (isAnonymous): Setter is added.
148            (isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|.
149            (getTypeURIList): New method.
150            (typeResource): New attribute.
151            (addTypeURI): New method.
152            (DISModule.isAnonymous, DISFor.isAnonymous): Removed.  Now |for|s
153            and modules as well as normal resources can be anonymous.
154            (getSuperResourceURIList): New method.
155    
156    2006-02-18  Wakaba  <wakaba@suika.fam.cx>
157    
158            * DIS.dis (revision): New attribute.
159    
160    2006-02-09  Wakaba  <wakaba@suika.fam.cx>
161    
162            * PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break|
163            configuration parameter support is added.
164            (pc:preserve-line-break): New configuration option.
165    
166            * DIS.dis (readProperties): |DISCore:UString| lextype support added.
167    
168    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
169    
170            * PerlCode.dis (PCReference.stringify): Reference operator |\|
171            was missing.
172            
173    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
174    
175            * PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements
176            and their descendants were ignored.
177            (getNameListAttrRM): New variant derived from |getNameListAttrR|,
178            for |getUsePerlModuleNameList| and |getUseCharClassNameList|.
179            (getUsePerlModuleNameList, getUseCharClassNameList): Don't
180            include |pc:package| and their descendants to the target.
181            (PerlFile.stringify): Outputs |use| statements
182            for Perl modules and character classes not part of any package,
183            if any.
184    
185            * DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported.
186    
187    2006-02-06  Wakaba  <wakaba@suika.fam.cx>
188    
189            * DIS.dis (loadModule): Loads a "daem" submodule file
190            if exists.
191    
192    2006-01-30  Wakaba  <wakaba@suika.fam.cx>
193    
194            * Makefile: Typo fixed.
195    
196    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
197    
198            * Makefile: Updated to be consist with |../DOM/Makefile|.
199    
200            * DIS.dis (parse): Parameter |input|'s type is
201            changed from |DOMLS:LSInput| to |DISPerl:HASH| to
202            remove dependency on |MDOM:DOMLS| module.
203    
204    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
205    
206            * PerlCode.dis (skipLines): Its code was incorrect.
207            (createPCLiteral): Creates a |undef| keyword node
208            for an |undef| value.  Tests added.
209    
210    2006-01-25  Wakaba  <wakaba@suika.fam.cx>
211    
212            * ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added.
213    
214    2006-01-24  Wakaba  <wakaba@suika.fam.cx>
215    
216            * ManakaiNodeTest.dis: Tests added.
217    
218    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
219    
220            * .cvsignore: |ManakaiNodeTest.pm| added.
221    
222    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
223    
224            * ManakaiNodeTest.dis: New module.
225    
226            * Makefile: |ManakaiNodeTest.dis| added.
227    
228    2006-01-22  Wakaba  <wakaba@suika.fam.cx>
229    
230            * PerlCode.dis: Fixed not |getAttributeNS| to cause
231            uninitialized value warnings.
232    
233    2006-01-19  Wakaba  <wakaba@suika.fam.cx>
234    
235            * PerlCode.dis (PCPackage.stringify): Appends a string
236            representation of non-|pc:*| element children for
237            the stringified value.
238    
239    2006-01-07  Wakaba  <wakaba@suika.fam.cx>
240    
241            * Makefile: |../DOM/XDoctype.dis| added.
242    
243    2005-12-27  Wakaba  <wakaba@suika.fam.cx>
244    
245            * PerlCode.dis (PCReference): New interface.
246    
247    2005-12-24  Wakaba  <wakaba@suika.fam.cx>
248    
249            * PerlCode.dis (PerlSub.clearPerlName): New method.
250            (PCDocument.createPCLiteral): Adopts |PerlCode| node
251            if it is a foreign one.
252    
253            * DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS|
254            character is replaced to |UNDERLINE| character.
255    
256    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
257    
258            * Makefile: |dpg.dae| rule merged into |discore.dae| rule.
259    
260    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
261    
262            * DIS.dis: DPG format support added.
263    
264    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
265    
266            * PerlCode.dis (PCDocument.createPerlSub): New method.
267    
268            * Makefile: Rules to make |DIS/DPG.pm| added.
269    
270    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
271    
272            * PerlCode.dis (PCExpression.stringify): More operators supported.
273            (PCDocument.createPCStatement): New method.
274    
275    2005-12-17  Wakaba  <wakaba@suika.fam.cx>
276    
277            * PerlCode.dis (PCWhen): New interface.
278    
279    2005-12-16  Wakaba  <wakaba@suika.fam.cx>
280    
281            * PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces.
282            (arrayRefLiteral, hashRefLiteral): Typos in element type names fixed.
283            (PCExpression.stringify): Outputs children other than expression.
284            Inserts space before and after operators if desired.
285    
286    2005-12-15  Wakaba  <wakaba@suika.fam.cx>
287    
288            * PerlCode.dis (PCCondition, PCBlock): New interface.
289            (ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to
290            distingulish new |ManakaiPCBlock| class implementing new |PCBlock|
291            interface.
292    
293    2005-12-14  Wakaba  <wakaba@suika.fam.cx>
294    
295            * PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New
296            interfaces and element types.
297            (getChildElementByType): New code.
298            (PCFunctionCall): New interface and element type.
299    
300    2005-11-24  Wakaba  <wakaba@suika.fam.cx>
301    
302            * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.
303    
304    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
305    
306            * Error.pm (new): Sets |-stacktrace_| property if debug
307            or verbose mode.
308            (stringify): Appends longer trace if debug or verbose mode.
309            ($VERBOSE): New flag.
310    
311            * DIS.dis: Bugs on error depth fixed.
312            
313    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
314    
315            * DIS.dis (text): New attribute implementation.
316    
317            * ManakaiNode.dis (destroyNodeStem): New method.
318    
319    2005-11-20  Wakaba  <wakaba@suika.fam.cx>
320    
321            * Makefile: |../DOM/Tree.dis| added.
322    
323    2005-11-17  Wakaba  <wakaba@suika.fam.cx>
324    
325            * Makefile: |Formatter/Muf2003.dis| added to file list.
326    
327            * DIS.dis (DISModuleLite): Typo in |ISA| property fixed.
328    
329    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
330    
331            * .cvsignore: New file.
332            
333    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
334    
335            * PerlCode.dis: A test code added.  Typos in |ISA|
336            properties fixed.
337            (PerlSub.stringify): Generates prototype specification
338            even if |prototype| attribute value's length is zero
339            in case the |pc:prototype| attribute /is/ found.
340    
341    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
342    
343            * Makefile: Missing rule to make |Message/DOM/core.dae| added.
344    
345    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
346    
347            * Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules
348            added.
349    
350            * DIS.dis (DIS:): Removed (moved to |DIS/common.dis|).
351    
352    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
353    
354            * PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral):
355            New interfaces.
356            (createPCLiteral, appendNewPCLiteral): New methods.
357            (PCDocument): New interface.
358            (factory methods): Namespace URI and local name of document
359            element arguments added to |createDocument| to obtain
360            an instance of |PCDocument|.
361    
362    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
363    
364            * PerlCode.dis (pc:line): New configuration parameter.
365            (stringify): Don't output "#line" directive
366            unless "pc:line" parameter is set to "true".
367            (pc:split-resolver): New configuration parameter.
368    
369    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
370    
371            * ManakaiNode.dis (anydata0): New property type.
372    
373            * PerlCode.dis (stringify): Prints node id if file name
374            is not available.
375            (perlLiteral): Prints as is if the value is blessed
376            with "manakai::code" package.
377    
378    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
379    
380            * PerlCode.dis (CDATADOMString): Changed to use code
381            fragment defined in DOMCore module directly.
382    
383    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
384    
385            * PerlCode.dis (ForClassCompat): Removed.
386    
387            * ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference):
388            Removed.
389            (newNode): New method.
390            (generateUniqueID): Algorithm has changed to save random
391            string generation time.
392    
393            * DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth".
394    
395    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
396    
397            * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
398            on DOMCore and element type definitions added.
399            (localName): Renamed to "pcLocalName" to avoid
400            conflict with "Node.localName" attribute.
401    
402    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
403    
404            * DIS.dis (Require): Unused reference to "PerlCode.dis" removed.
405    
406            * Makefile: Rules to make "PerlCode.pm" separated
407            from ones for "DIS.pm".
408    
409            * ManakaiNode.dis (mn:unsetXRefNode): "$referent"
410            parameter is replaced with "$referrer->{$propName}".
411    
412            * PerlCode.dis (Require): References "DOMCore.dis".
413            (DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
414            (Util: for ManakaiDOM:ManakaiDOM): New.
415    
416    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
417    
418            * ManakaiNode.dis: New "mn:xrefnode0" property type has
419            been introduced and methods are fixed to support it.
420            (mn:setXRefNode, mn:unsetXRefNode): New codes.
421    
422            * DIS.dis (loadResource): Skips a root resource definition
423            if it is an alias and it has "dis:Name" attribute and
424            referenced canonical definition is already read.  (Note
425            that similar case that the resource definition has "dis:QName"
426            attribute is already fixed in the same way.)
427    
428    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
429    
430            * DIS.dis (readProperties): Recognizes hexdecimal
431            in "DISCore:Integer" (prefixed by "0x").
432    
433    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
434    
435            * PerlCode.dis (getExceptionInterfacePackageNameList,
436            addExceptionInterfacePackageName): New methods.
437            (ToString): Sorts hash keys where they result in
438            the order of statements in result code.
439    
440            * Error.pm ($DEBUG): New option variable.
441            (___get_error_def): Calls "___error_def" method in second or later "@ISA"
442            package even if elder package has "___error_def" method.
443    
444            * DIS.dis: Now constant values are only defined
445            in interfaces.
446            (DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.
447    
448    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
449    
450            * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.
451    
452    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
453    
454            * DIS.dis (getAnyResource): New method.
455            (isTypeURI): Now it is a method of "DIS:DISAnyResource" interface.
456            (getPropertyResource, getPropertyResourceList): Now
457            they uses "getAnyResource" method.
458            (getPropertyModuleList): Removed.
459    
460    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
461    
462            * DIS.dis (readProperties): Saves property name to values.
463            (getPropertyModuleList): New method.
464    
465    2005-09-29  Wakaba  <wakaba@suika.fam.cx>
466    
467            * DIS.dis: Shares local name, namespace URI and for URI
468            if possible.
469    
470            * PerlCode.dis (stringify): Sorts "require" statements by module
471            name.
472    
473    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
474    
475            * PerlCode.dis (perlLiteral): Sorts output by hash key.
476            
477            * ManakaiNode.dis (new): Sets "mn:groveReferenceCounter"
478            property.
479            (getNewReference): Increments "mn:groveReferenceCounter"
480            property.
481            (ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't
482            check "defined" to allow "undef" value in "while" condition.
483            (mn:isGroveReferenced): New code.
484            (changeTreeID): New "groveRC" parameter added.
485            (importTree, changeTreeID): Updates "mn:groveReferenceCounter"
486            properties.
487            (destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred".
488            (mn:groveReferenceCounter): New property.
489    
490    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
491    
492            * DIS.dis: Use "tag:" URI for internal URIs.
493    
494    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
495    
496            * ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*"
497            properties.
498            (generateUniqueID): Use "tag:" URI.
499    
500            * DIS.dis (targetNamespaceURI): New attribute.
501            (ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler.
502            (ManakaiDISModuleLite->AUTOLOAD): Don't load module
503            if method name is "DESTROY".
504    
505    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
506    
507            * ManakaiNode.dis (ManakaiNodeStem): Use per-class
508            variable for searching noderel properties instead
509            of per-node properties.
510    
511  2005-09-26  Wakaba  <wakaba@suika.fam.cx>  2005-09-26  Wakaba  <wakaba@suika.fam.cx>
512    
513          * ManakaiNode.dis (new): New "className" parameter added.          * ManakaiNode.dis (new): New "className" parameter added.
# Line 28  Line 538 
538          * Makefile (DAC_SUFFIX): Changed to ".dae".          * Makefile (DAC_SUFFIX): Changed to ".dae".
539          (DAEM_SUFFIX): New.          (DAEM_SUFFIX): New.
540    
541    
542  2005-09-24  Wakaba  <wakaba@suika.fam.cx>  2005-09-24  Wakaba  <wakaba@suika.fam.cx>
543    
544          * ManakaiNode.dis (NodeStem): Property value "mn:treeID"          * ManakaiNode.dis: Use "disPerl:H" instead
545          has changed to scalar reference.          of "disPerl:Q" for hash keys.
546            (NodeStem): Property value "mn:treeID"
547            has changed to scalar reference.
548    
549  2005-09-24  Wakaba  <wakaba@suika.fam.cx>  2005-09-24  Wakaba  <wakaba@suika.fam.cx>
550    

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.106

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24