/[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.68 by wakaba, Thu Nov 17 10:14:24 2005 UTC revision 1.98 by wakaba, Thu Feb 23 12:30:34 2006 UTC
# Line 1  Line 1 
1    2006-02-23  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DIS.dis (loadResource, loadFor, loadModule): New |srinfo|
4            parameter is added.  Restores super-resource information
5            from |srinfo| if available.
6            (unloadModule): New method.
7            (getModuleResourceList): New method.
8            (addResourceList): Adds all alias names to the list.
9            (addForResource): New method analog to |addResourceList|.
10            (getForResourceList): New method analog to |getResourceList|.
11            (dx:Interface.getErrorInterfaceResource): New method
12            implementation.
13    
14    2006-02-22  Wakaba  <wakaba@suika.fam.cx>
15    
16            * PerlCode.dis (PCVariable.stringify): The |hashKey|
17            attribute was not reflected to the stringified representation.
18    
19            * DIS.dis (getErrorInterfaceResource): New method.
20            (getErrorCodeResource): New method.
21    
22    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
23    
24            * DIS.dis (MUErrorHandler): Missing |For| specification is added.
25    
26    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
27    
28            * DIS.dis (getMethodForType): Bug fixed.
29    
30    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
31    
32            * DIS.dis (isPropertyElement): The |DISCore:resourceType|
33            element type is now recognized as a property.  In addition,
34            element types that are a |DISSource:Property| are
35            properties.
36            (DIS:AnyMethod, DIS:Method, DIS:Attribute): New types.
37            (DIS:targetType): New property.
38            (DISModule, DISFor, DISResource, DISDatabase): These
39            classes no longer inherits |ManakaiDISExceptionTarget|.
40            (DISDatabase.loadResource): Reads |DISCore:resourceType| property
41            as well as |rdf:type| property.
42            (DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New
43            methods.
44            (DISDatabase.domConfig): New attribute.
45            (error-handler): New configuration parameter.
46            (getMethodForType): New code fragment.
47            (DIS:more-than-one-methods-for-a-type): New error.
48            (ManakaiDISExceptionTarget): Removed.
49    
50    2006-02-19  Wakaba  <wakaba@suika.fam.cx>
51    
52            * DIS.dis (composeSubsetURI): New code fragment.
53            (getResource, getModule, getFor, loadResource): Old |rdf:type| settking
54            code is removed.
55            (isSubsetOfURI): Old compatibility code removed.
56            (addTypeURI): Bugs fixed.
57    
58    2006-02-19  Wakaba  <wakaba@suika.fam.cx>
59    
60            * DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI|
61            property on creation of an object.
62            (isAnonymous): Setter is added.
63            (isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|.
64            (getTypeURIList): New method.
65            (typeResource): New attribute.
66            (addTypeURI): New method.
67            (DISModule.isAnonymous, DISFor.isAnonymous): Removed.  Now |for|s
68            and modules as well as normal resources can be anonymous.
69            (getSuperResourceURIList): New method.
70    
71    2006-02-18  Wakaba  <wakaba@suika.fam.cx>
72    
73            * DIS.dis (revision): New attribute.
74    
75    2006-02-09  Wakaba  <wakaba@suika.fam.cx>
76    
77            * PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break|
78            configuration parameter support is added.
79            (pc:preserve-line-break): New configuration option.
80    
81            * DIS.dis (readProperties): |DISCore:UString| lextype support added.
82    
83    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
84    
85            * PerlCode.dis (PCReference.stringify): Reference operator |\|
86            was missing.
87            
88    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
89    
90            * PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements
91            and their descendants were ignored.
92            (getNameListAttrRM): New variant derived from |getNameListAttrR|,
93            for |getUsePerlModuleNameList| and |getUseCharClassNameList|.
94            (getUsePerlModuleNameList, getUseCharClassNameList): Don't
95            include |pc:package| and their descendants to the target.
96            (PerlFile.stringify): Outputs |use| statements
97            for Perl modules and character classes not part of any package,
98            if any.
99    
100            * DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported.
101    
102    2006-02-06  Wakaba  <wakaba@suika.fam.cx>
103    
104            * DIS.dis (loadModule): Loads a "daem" submodule file
105            if exists.
106    
107    2006-01-30  Wakaba  <wakaba@suika.fam.cx>
108    
109            * Makefile: Typo fixed.
110    
111    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
112    
113            * Makefile: Updated to be consist with |../DOM/Makefile|.
114    
115            * DIS.dis (parse): Parameter |input|'s type is
116            changed from |DOMLS:LSInput| to |DISPerl:HASH| to
117            remove dependency on |MDOM:DOMLS| module.
118    
119    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
120    
121            * PerlCode.dis (skipLines): Its code was incorrect.
122            (createPCLiteral): Creates a |undef| keyword node
123            for an |undef| value.  Tests added.
124    
125    2006-01-25  Wakaba  <wakaba@suika.fam.cx>
126    
127            * ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added.
128    
129    2006-01-24  Wakaba  <wakaba@suika.fam.cx>
130    
131            * ManakaiNodeTest.dis: Tests added.
132    
133    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
134    
135            * .cvsignore: |ManakaiNodeTest.pm| added.
136    
137    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
138    
139            * ManakaiNodeTest.dis: New module.
140    
141            * Makefile: |ManakaiNodeTest.dis| added.
142    
143    2006-01-22  Wakaba  <wakaba@suika.fam.cx>
144    
145            * PerlCode.dis: Fixed not |getAttributeNS| to cause
146            uninitialized value warnings.
147    
148    2006-01-19  Wakaba  <wakaba@suika.fam.cx>
149    
150            * PerlCode.dis (PCPackage.stringify): Appends a string
151            representation of non-|pc:*| element children for
152            the stringified value.
153    
154    2006-01-07  Wakaba  <wakaba@suika.fam.cx>
155    
156            * Makefile: |../DOM/XDoctype.dis| added.
157    
158    2005-12-27  Wakaba  <wakaba@suika.fam.cx>
159    
160            * PerlCode.dis (PCReference): New interface.
161    
162    2005-12-24  Wakaba  <wakaba@suika.fam.cx>
163    
164            * PerlCode.dis (PerlSub.clearPerlName): New method.
165            (PCDocument.createPCLiteral): Adopts |PerlCode| node
166            if it is a foreign one.
167    
168            * DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS|
169            character is replaced to |UNDERLINE| character.
170    
171    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
172    
173            * Makefile: |dpg.dae| rule merged into |discore.dae| rule.
174    
175    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
176    
177            * DIS.dis: DPG format support added.
178    
179    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
180    
181            * PerlCode.dis (PCDocument.createPerlSub): New method.
182    
183            * Makefile: Rules to make |DIS/DPG.pm| added.
184    
185    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
186    
187            * PerlCode.dis (PCExpression.stringify): More operators supported.
188            (PCDocument.createPCStatement): New method.
189    
190    2005-12-17  Wakaba  <wakaba@suika.fam.cx>
191    
192            * PerlCode.dis (PCWhen): New interface.
193    
194    2005-12-16  Wakaba  <wakaba@suika.fam.cx>
195    
196            * PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces.
197            (arrayRefLiteral, hashRefLiteral): Typos in element type names fixed.
198            (PCExpression.stringify): Outputs children other than expression.
199            Inserts space before and after operators if desired.
200    
201    2005-12-15  Wakaba  <wakaba@suika.fam.cx>
202    
203            * PerlCode.dis (PCCondition, PCBlock): New interface.
204            (ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to
205            distingulish new |ManakaiPCBlock| class implementing new |PCBlock|
206            interface.
207    
208    2005-12-14  Wakaba  <wakaba@suika.fam.cx>
209    
210            * PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New
211            interfaces and element types.
212            (getChildElementByType): New code.
213            (PCFunctionCall): New interface and element type.
214    
215    2005-11-24  Wakaba  <wakaba@suika.fam.cx>
216    
217            * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.
218    
219    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
220    
221            * Error.pm (new): Sets |-stacktrace_| property if debug
222            or verbose mode.
223            (stringify): Appends longer trace if debug or verbose mode.
224            ($VERBOSE): New flag.
225    
226            * DIS.dis: Bugs on error depth fixed.
227            
228    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
229    
230            * DIS.dis (text): New attribute implementation.
231    
232            * ManakaiNode.dis (destroyNodeStem): New method.
233    
234    2005-11-20  Wakaba  <wakaba@suika.fam.cx>
235    
236            * Makefile: |../DOM/Tree.dis| added.
237    
238  2005-11-17  Wakaba  <wakaba@suika.fam.cx>  2005-11-17  Wakaba  <wakaba@suika.fam.cx>
239    
240          * Makefile: |Formatter/Muf2003.dis| added to file list.          * Makefile: |Formatter/Muf2003.dis| added to file list.

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.98

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24