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

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.103

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24