/[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.90 by wakaba, Wed Feb 8 08:18:29 2006 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>  2006-02-08  Wakaba  <wakaba@suika.fam.cx>
161    
162          * PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements          * PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24