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

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.99

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24