/[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.79 by wakaba, Sat Dec 24 07:27:13 2005 UTC revision 1.105 by wakaba, Wed Mar 8 11:43:07 2006 UTC
# Line 1  Line 1 
1    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ManakaiNode.dis (destroy): Don't cause |uninitialized value
4            as SCALAR reference| error even if the node is disposed
5            and it no longer has tree id.
6    
7    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
8    
9            * DIS.dis (mvOwnerElementResource): Allows an attribute
10            with no owner element.
11    
12    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
13    
14            * PerlCode.dis (PerlStringLiteral.stringify): If some character
15            are escaped, the string should have been quoted by |QUOTATION MARK|.
16    
17            * Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis|
18            module was misplaced.
19            (distclean): New rule.
20            (clean): Cleans subdirectories, too.
21    
22    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
23    
24            * ManakaiNodeTest.dis (Require): Missing reference
25            to the |DISlib:Test| module is added.
26    
27            * Makefile: Revised for new |daf| database format.
28    
29            * DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo|
30            parameter is added.
31            (getFor, getModule): Set reference rather than string
32            itself to the |{for}| property.
33            (loadResource): Passes |srinfo| parameter
34            to |isSubsetOfURI|-calling methods.
35            (mergeAsAlias): The |srinfo| parameter is added.
36    
37    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
38    
39            * PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup|
40            module is added.
41    
42    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
43    
44            * DIS.dis (lookupNamespacePrefix): Resolves prefix by
45            namespace resolver if available.
46            (disNamespaceResolver): New attribute.
47            (loadModule): Sets |revision| attribute of the created module.
48            (ownerModuleRef): Setter is added.
49            (addTypeURI): Set |ownerModule| attribute if possible.
50            (ManakaiDISModuleLite): The class no longer inherits |DISAnyResource|
51            class and |ManakaiDefaultExceptionHandler| class.
52            (mergeAsAlias): New |noEqualityCheck| parameter is added.
53    
54            * Makefile: New variables for |DAF| are added.
55    
56    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
57    
58            * DIS.dis (loadModule): Adds name URIs of |Require|d
59            modules to the list of such modules.
60            (DIS:forURI): New property.
61            (getReferringModuleURIList, addReferringModuleURI): New methods.
62            (DIS:referringModule): New property.
63    
64    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
65    
66            * DIS.dis (loadResource): URI registration by |addResourceList|
67            was incorrect for aliases.
68            (unloadResource): It did not support resources with
69            no e.g. |{subOf}| hash.
70            (addResourceURI): New method.
71            (getResourceURIList): New method.
72    
73    2006-02-23  Wakaba  <wakaba@suika.fam.cx>
74    
75            * DIS.dis (loadResource, loadFor, loadModule): New |srinfo|
76            parameter is added.  Restores super-resource information
77            from |srinfo| if available.
78            (unloadModule): New method.
79            (getModuleResourceList): New method.
80            (addResourceList): Adds all alias names to the list.
81            (addForResource): New method analog to |addResourceList|.
82            (getForResourceList): New method analog to |getResourceList|.
83            (dx:Interface.getErrorInterfaceResource): New method
84            implementation.
85    
86    2006-02-22  Wakaba  <wakaba@suika.fam.cx>
87    
88            * PerlCode.dis (PCVariable.stringify): The |hashKey|
89            attribute was not reflected to the stringified representation.
90    
91            * DIS.dis (getErrorInterfaceResource): New method.
92            (getErrorCodeResource): New method.
93    
94    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
95    
96            * DIS.dis (MUErrorHandler): Missing |For| specification is added.
97    
98    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
99    
100            * DIS.dis (getMethodForType): Bug fixed.
101    
102    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
103    
104            * DIS.dis (isPropertyElement): The |DISCore:resourceType|
105            element type is now recognized as a property.  In addition,
106            element types that are a |DISSource:Property| are
107            properties.
108            (DIS:AnyMethod, DIS:Method, DIS:Attribute): New types.
109            (DIS:targetType): New property.
110            (DISModule, DISFor, DISResource, DISDatabase): These
111            classes no longer inherits |ManakaiDISExceptionTarget|.
112            (DISDatabase.loadResource): Reads |DISCore:resourceType| property
113            as well as |rdf:type| property.
114            (DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New
115            methods.
116            (DISDatabase.domConfig): New attribute.
117            (error-handler): New configuration parameter.
118            (getMethodForType): New code fragment.
119            (DIS:more-than-one-methods-for-a-type): New error.
120            (ManakaiDISExceptionTarget): Removed.
121    
122    2006-02-19  Wakaba  <wakaba@suika.fam.cx>
123    
124            * DIS.dis (composeSubsetURI): New code fragment.
125            (getResource, getModule, getFor, loadResource): Old |rdf:type| settking
126            code is removed.
127            (isSubsetOfURI): Old compatibility code removed.
128            (addTypeURI): Bugs fixed.
129    
130    2006-02-19  Wakaba  <wakaba@suika.fam.cx>
131    
132            * DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI|
133            property on creation of an object.
134            (isAnonymous): Setter is added.
135            (isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|.
136            (getTypeURIList): New method.
137            (typeResource): New attribute.
138            (addTypeURI): New method.
139            (DISModule.isAnonymous, DISFor.isAnonymous): Removed.  Now |for|s
140            and modules as well as normal resources can be anonymous.
141            (getSuperResourceURIList): New method.
142    
143    2006-02-18  Wakaba  <wakaba@suika.fam.cx>
144    
145            * DIS.dis (revision): New attribute.
146    
147    2006-02-09  Wakaba  <wakaba@suika.fam.cx>
148    
149            * PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break|
150            configuration parameter support is added.
151            (pc:preserve-line-break): New configuration option.
152    
153            * DIS.dis (readProperties): |DISCore:UString| lextype support added.
154    
155    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
156    
157            * PerlCode.dis (PCReference.stringify): Reference operator |\|
158            was missing.
159            
160    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
161    
162            * PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements
163            and their descendants were ignored.
164            (getNameListAttrRM): New variant derived from |getNameListAttrR|,
165            for |getUsePerlModuleNameList| and |getUseCharClassNameList|.
166            (getUsePerlModuleNameList, getUseCharClassNameList): Don't
167            include |pc:package| and their descendants to the target.
168            (PerlFile.stringify): Outputs |use| statements
169            for Perl modules and character classes not part of any package,
170            if any.
171    
172            * DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported.
173    
174    2006-02-06  Wakaba  <wakaba@suika.fam.cx>
175    
176            * DIS.dis (loadModule): Loads a "daem" submodule file
177            if exists.
178    
179    2006-01-30  Wakaba  <wakaba@suika.fam.cx>
180    
181            * Makefile: Typo fixed.
182    
183    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
184    
185            * Makefile: Updated to be consist with |../DOM/Makefile|.
186    
187            * DIS.dis (parse): Parameter |input|'s type is
188            changed from |DOMLS:LSInput| to |DISPerl:HASH| to
189            remove dependency on |MDOM:DOMLS| module.
190    
191    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
192    
193            * PerlCode.dis (skipLines): Its code was incorrect.
194            (createPCLiteral): Creates a |undef| keyword node
195            for an |undef| value.  Tests added.
196    
197    2006-01-25  Wakaba  <wakaba@suika.fam.cx>
198    
199            * ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added.
200    
201    2006-01-24  Wakaba  <wakaba@suika.fam.cx>
202    
203            * ManakaiNodeTest.dis: Tests added.
204    
205    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
206    
207            * .cvsignore: |ManakaiNodeTest.pm| added.
208    
209    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
210    
211            * ManakaiNodeTest.dis: New module.
212    
213            * Makefile: |ManakaiNodeTest.dis| added.
214    
215    2006-01-22  Wakaba  <wakaba@suika.fam.cx>
216    
217            * PerlCode.dis: Fixed not |getAttributeNS| to cause
218            uninitialized value warnings.
219    
220    2006-01-19  Wakaba  <wakaba@suika.fam.cx>
221    
222            * PerlCode.dis (PCPackage.stringify): Appends a string
223            representation of non-|pc:*| element children for
224            the stringified value.
225    
226    2006-01-07  Wakaba  <wakaba@suika.fam.cx>
227    
228            * Makefile: |../DOM/XDoctype.dis| added.
229    
230    2005-12-27  Wakaba  <wakaba@suika.fam.cx>
231    
232            * PerlCode.dis (PCReference): New interface.
233    
234  2005-12-24  Wakaba  <wakaba@suika.fam.cx>  2005-12-24  Wakaba  <wakaba@suika.fam.cx>
235    
236          * PerlCode.dis (PerlSub.clearPerlName): New method.          * PerlCode.dis (PerlSub.clearPerlName): New method.

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.105

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24