/[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.57 by wakaba, Sat Oct 8 15:05:44 2005 UTC revision 1.101 by wakaba, Sat Feb 25 16:49:56 2006 UTC
# Line 1  Line 1 
1    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
2    
3            * PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup|
4            module is added.
5    
6    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
7    
8            * DIS.dis (lookupNamespacePrefix): Resolves prefix by
9            namespace resolver if available.
10            (disNamespaceResolver): New attribute.
11            (loadModule): Sets |revision| attribute of the created module.
12            (ownerModuleRef): Setter is added.
13            (addTypeURI): Set |ownerModule| attribute if possible.
14            (ManakaiDISModuleLite): The class no longer inherits |DISAnyResource|
15            class and |ManakaiDefaultExceptionHandler| class.
16            (mergeAsAlias): New |noEqualityCheck| parameter is added.
17    
18            * Makefile: New variables for |DAF| are added.
19    
20    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
21    
22            * DIS.dis (loadModule): Adds name URIs of |Require|d
23            modules to the list of such modules.
24            (DIS:forURI): New property.
25            (getReferringModuleURIList, addReferringModuleURI): New methods.
26            (DIS:referringModule): New property.
27    
28    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
29    
30            * DIS.dis (loadResource): URI registration by |addResourceList|
31            was incorrect for aliases.
32            (unloadResource): It did not support resources with
33            no e.g. |{subOf}| hash.
34            (addResourceURI): New method.
35            (getResourceURIList): New method.
36    
37    2006-02-23  Wakaba  <wakaba@suika.fam.cx>
38    
39            * DIS.dis (loadResource, loadFor, loadModule): New |srinfo|
40            parameter is added.  Restores super-resource information
41            from |srinfo| if available.
42            (unloadModule): New method.
43            (getModuleResourceList): New method.
44            (addResourceList): Adds all alias names to the list.
45            (addForResource): New method analog to |addResourceList|.
46            (getForResourceList): New method analog to |getResourceList|.
47            (dx:Interface.getErrorInterfaceResource): New method
48            implementation.
49    
50    2006-02-22  Wakaba  <wakaba@suika.fam.cx>
51    
52            * PerlCode.dis (PCVariable.stringify): The |hashKey|
53            attribute was not reflected to the stringified representation.
54    
55            * DIS.dis (getErrorInterfaceResource): New method.
56            (getErrorCodeResource): New method.
57    
58    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
59    
60            * DIS.dis (MUErrorHandler): Missing |For| specification is added.
61    
62    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
63    
64            * DIS.dis (getMethodForType): Bug fixed.
65    
66    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
67    
68            * DIS.dis (isPropertyElement): The |DISCore:resourceType|
69            element type is now recognized as a property.  In addition,
70            element types that are a |DISSource:Property| are
71            properties.
72            (DIS:AnyMethod, DIS:Method, DIS:Attribute): New types.
73            (DIS:targetType): New property.
74            (DISModule, DISFor, DISResource, DISDatabase): These
75            classes no longer inherits |ManakaiDISExceptionTarget|.
76            (DISDatabase.loadResource): Reads |DISCore:resourceType| property
77            as well as |rdf:type| property.
78            (DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New
79            methods.
80            (DISDatabase.domConfig): New attribute.
81            (error-handler): New configuration parameter.
82            (getMethodForType): New code fragment.
83            (DIS:more-than-one-methods-for-a-type): New error.
84            (ManakaiDISExceptionTarget): Removed.
85    
86    2006-02-19  Wakaba  <wakaba@suika.fam.cx>
87    
88            * DIS.dis (composeSubsetURI): New code fragment.
89            (getResource, getModule, getFor, loadResource): Old |rdf:type| settking
90            code is removed.
91            (isSubsetOfURI): Old compatibility code removed.
92            (addTypeURI): Bugs fixed.
93    
94    2006-02-19  Wakaba  <wakaba@suika.fam.cx>
95    
96            * DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI|
97            property on creation of an object.
98            (isAnonymous): Setter is added.
99            (isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|.
100            (getTypeURIList): New method.
101            (typeResource): New attribute.
102            (addTypeURI): New method.
103            (DISModule.isAnonymous, DISFor.isAnonymous): Removed.  Now |for|s
104            and modules as well as normal resources can be anonymous.
105            (getSuperResourceURIList): New method.
106    
107    2006-02-18  Wakaba  <wakaba@suika.fam.cx>
108    
109            * DIS.dis (revision): New attribute.
110    
111    2006-02-09  Wakaba  <wakaba@suika.fam.cx>
112    
113            * PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break|
114            configuration parameter support is added.
115            (pc:preserve-line-break): New configuration option.
116    
117            * DIS.dis (readProperties): |DISCore:UString| lextype support added.
118    
119    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
120    
121            * PerlCode.dis (PCReference.stringify): Reference operator |\|
122            was missing.
123            
124    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
125    
126            * PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements
127            and their descendants were ignored.
128            (getNameListAttrRM): New variant derived from |getNameListAttrR|,
129            for |getUsePerlModuleNameList| and |getUseCharClassNameList|.
130            (getUsePerlModuleNameList, getUseCharClassNameList): Don't
131            include |pc:package| and their descendants to the target.
132            (PerlFile.stringify): Outputs |use| statements
133            for Perl modules and character classes not part of any package,
134            if any.
135    
136            * DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported.
137    
138    2006-02-06  Wakaba  <wakaba@suika.fam.cx>
139    
140            * DIS.dis (loadModule): Loads a "daem" submodule file
141            if exists.
142    
143    2006-01-30  Wakaba  <wakaba@suika.fam.cx>
144    
145            * Makefile: Typo fixed.
146    
147    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
148    
149            * Makefile: Updated to be consist with |../DOM/Makefile|.
150    
151            * DIS.dis (parse): Parameter |input|'s type is
152            changed from |DOMLS:LSInput| to |DISPerl:HASH| to
153            remove dependency on |MDOM:DOMLS| module.
154    
155    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
156    
157            * PerlCode.dis (skipLines): Its code was incorrect.
158            (createPCLiteral): Creates a |undef| keyword node
159            for an |undef| value.  Tests added.
160    
161    2006-01-25  Wakaba  <wakaba@suika.fam.cx>
162    
163            * ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added.
164    
165    2006-01-24  Wakaba  <wakaba@suika.fam.cx>
166    
167            * ManakaiNodeTest.dis: Tests added.
168    
169    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
170    
171            * .cvsignore: |ManakaiNodeTest.pm| added.
172    
173    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
174    
175            * ManakaiNodeTest.dis: New module.
176    
177            * Makefile: |ManakaiNodeTest.dis| added.
178    
179    2006-01-22  Wakaba  <wakaba@suika.fam.cx>
180    
181            * PerlCode.dis: Fixed not |getAttributeNS| to cause
182            uninitialized value warnings.
183    
184    2006-01-19  Wakaba  <wakaba@suika.fam.cx>
185    
186            * PerlCode.dis (PCPackage.stringify): Appends a string
187            representation of non-|pc:*| element children for
188            the stringified value.
189    
190    2006-01-07  Wakaba  <wakaba@suika.fam.cx>
191    
192            * Makefile: |../DOM/XDoctype.dis| added.
193    
194    2005-12-27  Wakaba  <wakaba@suika.fam.cx>
195    
196            * PerlCode.dis (PCReference): New interface.
197    
198    2005-12-24  Wakaba  <wakaba@suika.fam.cx>
199    
200            * PerlCode.dis (PerlSub.clearPerlName): New method.
201            (PCDocument.createPCLiteral): Adopts |PerlCode| node
202            if it is a foreign one.
203    
204            * DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS|
205            character is replaced to |UNDERLINE| character.
206    
207    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
208    
209            * Makefile: |dpg.dae| rule merged into |discore.dae| rule.
210    
211    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
212    
213            * DIS.dis: DPG format support added.
214    
215    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
216    
217            * PerlCode.dis (PCDocument.createPerlSub): New method.
218    
219            * Makefile: Rules to make |DIS/DPG.pm| added.
220    
221    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
222    
223            * PerlCode.dis (PCExpression.stringify): More operators supported.
224            (PCDocument.createPCStatement): New method.
225    
226    2005-12-17  Wakaba  <wakaba@suika.fam.cx>
227    
228            * PerlCode.dis (PCWhen): New interface.
229    
230    2005-12-16  Wakaba  <wakaba@suika.fam.cx>
231    
232            * PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces.
233            (arrayRefLiteral, hashRefLiteral): Typos in element type names fixed.
234            (PCExpression.stringify): Outputs children other than expression.
235            Inserts space before and after operators if desired.
236    
237    2005-12-15  Wakaba  <wakaba@suika.fam.cx>
238    
239            * PerlCode.dis (PCCondition, PCBlock): New interface.
240            (ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to
241            distingulish new |ManakaiPCBlock| class implementing new |PCBlock|
242            interface.
243    
244    2005-12-14  Wakaba  <wakaba@suika.fam.cx>
245    
246            * PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New
247            interfaces and element types.
248            (getChildElementByType): New code.
249            (PCFunctionCall): New interface and element type.
250    
251    2005-11-24  Wakaba  <wakaba@suika.fam.cx>
252    
253            * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.
254    
255    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
256    
257            * Error.pm (new): Sets |-stacktrace_| property if debug
258            or verbose mode.
259            (stringify): Appends longer trace if debug or verbose mode.
260            ($VERBOSE): New flag.
261    
262            * DIS.dis: Bugs on error depth fixed.
263            
264    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
265    
266            * DIS.dis (text): New attribute implementation.
267    
268            * ManakaiNode.dis (destroyNodeStem): New method.
269    
270    2005-11-20  Wakaba  <wakaba@suika.fam.cx>
271    
272            * Makefile: |../DOM/Tree.dis| added.
273    
274    2005-11-17  Wakaba  <wakaba@suika.fam.cx>
275    
276            * Makefile: |Formatter/Muf2003.dis| added to file list.
277    
278            * DIS.dis (DISModuleLite): Typo in |ISA| property fixed.
279    
280    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
281    
282            * .cvsignore: New file.
283            
284    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
285    
286            * PerlCode.dis: A test code added.  Typos in |ISA|
287            properties fixed.
288            (PerlSub.stringify): Generates prototype specification
289            even if |prototype| attribute value's length is zero
290            in case the |pc:prototype| attribute /is/ found.
291    
292    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
293    
294            * Makefile: Missing rule to make |Message/DOM/core.dae| added.
295    
296    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
297    
298            * Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules
299            added.
300    
301            * DIS.dis (DIS:): Removed (moved to |DIS/common.dis|).
302    
303    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
304    
305            * PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral):
306            New interfaces.
307            (createPCLiteral, appendNewPCLiteral): New methods.
308            (PCDocument): New interface.
309            (factory methods): Namespace URI and local name of document
310            element arguments added to |createDocument| to obtain
311            an instance of |PCDocument|.
312    
313    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
314    
315            * PerlCode.dis (pc:line): New configuration parameter.
316            (stringify): Don't output "#line" directive
317            unless "pc:line" parameter is set to "true".
318            (pc:split-resolver): New configuration parameter.
319    
320    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
321    
322            * ManakaiNode.dis (anydata0): New property type.
323    
324            * PerlCode.dis (stringify): Prints node id if file name
325            is not available.
326            (perlLiteral): Prints as is if the value is blessed
327            with "manakai::code" package.
328    
329    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
330    
331            * PerlCode.dis (CDATADOMString): Changed to use code
332            fragment defined in DOMCore module directly.
333    
334    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
335    
336            * PerlCode.dis (ForClassCompat): Removed.
337    
338            * ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference):
339            Removed.
340            (newNode): New method.
341            (generateUniqueID): Algorithm has changed to save random
342            string generation time.
343    
344            * DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth".
345    
346    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
347    
348            * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
349            on DOMCore and element type definitions added.
350            (localName): Renamed to "pcLocalName" to avoid
351            conflict with "Node.localName" attribute.
352    
353    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
354    
355            * DIS.dis (Require): Unused reference to "PerlCode.dis" removed.
356    
357            * Makefile: Rules to make "PerlCode.pm" separated
358            from ones for "DIS.pm".
359    
360            * ManakaiNode.dis (mn:unsetXRefNode): "$referent"
361            parameter is replaced with "$referrer->{$propName}".
362    
363            * PerlCode.dis (Require): References "DOMCore.dis".
364            (DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
365            (Util: for ManakaiDOM:ManakaiDOM): New.
366    
367    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
368    
369            * ManakaiNode.dis: New "mn:xrefnode0" property type has
370            been introduced and methods are fixed to support it.
371            (mn:setXRefNode, mn:unsetXRefNode): New codes.
372    
373            * DIS.dis (loadResource): Skips a root resource definition
374            if it is an alias and it has "dis:Name" attribute and
375            referenced canonical definition is already read.  (Note
376            that similar case that the resource definition has "dis:QName"
377            attribute is already fixed in the same way.)
378    
379  2005-10-08  Wakaba  <wakaba@suika.fam.cx>  2005-10-08  Wakaba  <wakaba@suika.fam.cx>
380    
381          * DIS.dis (readProperties): Recognizes hexdecimal          * DIS.dis (readProperties): Recognizes hexdecimal

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.101

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24