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

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.94

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24