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

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.84

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24