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

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.110

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24