/[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.96 by wakaba, Mon Feb 20 14:52:44 2006 UTC revision 1.111 by wakaba, Fri Mar 17 08:06:21 2006 UTC
# Line 1  Line 1 
1    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Grove.dis: New module.
4    
5    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
6    
7            * DIS.dis (getMethodForType): Parameter |$resource|
8            is changed to |$type_resource|.
9            (getDOMConfigurationParameterName): New method.
10    
11    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
12    
13            * DIS.dis (loadResource): Support for the |dis:aliasChild|
14            property has been removed.
15    
16    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
17    
18            * DIS.dis (loadResource): Sets the |srinfo| parameter
19            of the |addTypeURI| method call.
20            (addTypeURI): The |srinfo| parameter is added.  Sets
21            the |srinfo| parameter of the |isSubsetOfURI| and |mergeAsAlias|
22            method calls.
23    
24    2006-03-11  Wakaba  <wakaba@suika.fam.cx>
25    
26            * DIS.dis (loadResource): Don't set |isDefined|
27            flag for aliases.
28    
29    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
30    
31            * PerlCode.dis (stringify): Inserts new line after |COMMA|s
32            in lists (hash literals and array literals --- "lists" theirselves
33            are excluded since they are usually not so long).
34    
35            * DIS.dis (loadResource): Don't throw error
36            if an alias is alreadt defined for same URI.  Registers
37            aliases from |srinfo| to the database. By these
38            fixes aliases defined in another module from the canonical
39            resource name's module can live even after the canonical's
40            module is updated.
41    
42    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
43    
44            * ManakaiNode.dis (destroy): Don't cause |uninitialized value
45            as SCALAR reference| error even if the node is disposed
46            and it no longer has tree id.
47    
48    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
49    
50            * DIS.dis (mvOwnerElementResource): Allows an attribute
51            with no owner element.
52    
53    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
54    
55            * PerlCode.dis (PerlStringLiteral.stringify): If some character
56            are escaped, the string should have been quoted by |QUOTATION MARK|.
57    
58            * Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis|
59            module was misplaced.
60            (distclean): New rule.
61            (clean): Cleans subdirectories, too.
62    
63    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
64    
65            * ManakaiNodeTest.dis (Require): Missing reference
66            to the |DISlib:Test| module is added.
67    
68            * Makefile: Revised for new |daf| database format.
69    
70            * DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo|
71            parameter is added.
72            (getFor, getModule): Set reference rather than string
73            itself to the |{for}| property.
74            (loadResource): Passes |srinfo| parameter
75            to |isSubsetOfURI|-calling methods.
76            (mergeAsAlias): The |srinfo| parameter is added.
77    
78    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
79    
80            * PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup|
81            module is added.
82    
83    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
84    
85            * DIS.dis (lookupNamespacePrefix): Resolves prefix by
86            namespace resolver if available.
87            (disNamespaceResolver): New attribute.
88            (loadModule): Sets |revision| attribute of the created module.
89            (ownerModuleRef): Setter is added.
90            (addTypeURI): Set |ownerModule| attribute if possible.
91            (ManakaiDISModuleLite): The class no longer inherits |DISAnyResource|
92            class and |ManakaiDefaultExceptionHandler| class.
93            (mergeAsAlias): New |noEqualityCheck| parameter is added.
94    
95            * Makefile: New variables for |DAF| are added.
96    
97    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
98    
99            * DIS.dis (loadModule): Adds name URIs of |Require|d
100            modules to the list of such modules.
101            (DIS:forURI): New property.
102            (getReferringModuleURIList, addReferringModuleURI): New methods.
103            (DIS:referringModule): New property.
104    
105    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
106    
107            * DIS.dis (loadResource): URI registration by |addResourceList|
108            was incorrect for aliases.
109            (unloadResource): It did not support resources with
110            no e.g. |{subOf}| hash.
111            (addResourceURI): New method.
112            (getResourceURIList): New method.
113    
114    2006-02-23  Wakaba  <wakaba@suika.fam.cx>
115    
116            * DIS.dis (loadResource, loadFor, loadModule): New |srinfo|
117            parameter is added.  Restores super-resource information
118            from |srinfo| if available.
119            (unloadModule): New method.
120            (getModuleResourceList): New method.
121            (addResourceList): Adds all alias names to the list.
122            (addForResource): New method analog to |addResourceList|.
123            (getForResourceList): New method analog to |getResourceList|.
124            (dx:Interface.getErrorInterfaceResource): New method
125            implementation.
126    
127    2006-02-22  Wakaba  <wakaba@suika.fam.cx>
128    
129            * PerlCode.dis (PCVariable.stringify): The |hashKey|
130            attribute was not reflected to the stringified representation.
131    
132            * DIS.dis (getErrorInterfaceResource): New method.
133            (getErrorCodeResource): New method.
134    
135  2006-02-20  Wakaba  <wakaba@suika.fam.cx>  2006-02-20  Wakaba  <wakaba@suika.fam.cx>
136    
137          * DIS.dis (MUErrorHandler): Missing |For| specification is added.          * DIS.dis (MUErrorHandler): Missing |For| specification is added.

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.111

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24