/[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.100 by wakaba, Fri Feb 24 11:28:33 2006 UTC revision 1.119 by wakaba, Sat Apr 1 14:41:31 2006 UTC
# Line 1  Line 1 
1    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Grove.dis (destroy): Threshold value changed to 4096.
4    
5            * PerlCode.dis (PerlCode): Associated as the default
6            class with |pc:*| and |pc2:*| element types.
7            (currentPackage, currentChunkNumber, getNextChunkNumber): Removed.
8            (ReflectCDATA): Reimplemented using standard |Element|
9            methods.
10            (sourceFile, sourceLine, currentSourceFile, currentSourceLine,
11            skipLines): Removed.
12            (pc:line): Removed.
13            (stringify): Support for the |pc:line| configuration
14            parameter is removed.
15    
16            * DIS.dis (isFeatureProvided): Removed.
17    
18    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
19    
20            * Makefile (clean-db): New rule.
21    
22            * Grove.dis (onunload): New internal property.
23            (collectGarbage): Invoke the |mg:onunload| code if available.
24    
25    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
26    
27            * Grove.dis (getNodeStemProp0Node): The |$opt| option
28            parameter is added.
29            (mg:nodeRefInterfaces): New property.
30    
31    2006-03-30  Wakaba  <wakaba@suika.fam.cx>
32    
33            * DIS.dis (mvLocalName, mvNamespaceURI): Namespace
34            unaware attribute name is supported.
35    
36            * Grove.dis (setOwnerPropRR, deleteOwnerProp, createNodeRefHashFromID):
37            New codes.
38            (nodeRefClass): New property (moved from the |MDOM:TreeCore|
39            module).
40    
41    2006-03-24  Wakaba  <wakaba@suika.fam.cx>
42    
43            * Grove.dis (getNodeRefPropValue, setNodeRefPropValue): New codes.
44    
45    2006-03-21  Wakaba  <wakaba@suika.fam.cx>
46    
47            * Grove.dis (get++NodeStemPropValue, orSetNodeStemPropValue): New
48            codes.
49    
50    2006-03-19  Wakaba  <wakaba@suika.fam.cx>
51    
52            * Grove.dis (createNodeRefFromID): Encloses variables by |{}|.
53            (getNodeID, getNodeStem): New codes.
54            (collectGarbage): A bug is fiexed.
55            (getNodeStemPropValueRef, setNodeStemProp0Node,
56            deleteNodeStemPropValue, nodeIDMatch): New codes.
57    
58    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
59    
60            * Grove.dis (createNodeStem): Set the reference
61            to the |mg:nodeClass| property.
62            (createNodeRefFromID): New code.
63            (getNodeStemPropValue, setNodeStemPropValue, getNodeStemProp0Node):
64            New codes.
65    
66    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
67    
68            * Grove.dis: New module.
69    
70    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
71    
72            * DIS.dis (getMethodForType): Parameter |$resource|
73            is changed to |$type_resource|.
74            (getDOMConfigurationParameterName): New method.
75    
76    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
77    
78            * DIS.dis (loadResource): Support for the |dis:aliasChild|
79            property has been removed.
80    
81    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
82    
83            * DIS.dis (loadResource): Sets the |srinfo| parameter
84            of the |addTypeURI| method call.
85            (addTypeURI): The |srinfo| parameter is added.  Sets
86            the |srinfo| parameter of the |isSubsetOfURI| and |mergeAsAlias|
87            method calls.
88    
89    2006-03-11  Wakaba  <wakaba@suika.fam.cx>
90    
91            * DIS.dis (loadResource): Don't set |isDefined|
92            flag for aliases.
93    
94    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
95    
96            * PerlCode.dis (stringify): Inserts new line after |COMMA|s
97            in lists (hash literals and array literals --- "lists" theirselves
98            are excluded since they are usually not so long).
99    
100            * DIS.dis (loadResource): Don't throw error
101            if an alias is alreadt defined for same URI.  Registers
102            aliases from |srinfo| to the database. By these
103            fixes aliases defined in another module from the canonical
104            resource name's module can live even after the canonical's
105            module is updated.
106    
107    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
108    
109            * ManakaiNode.dis (destroy): Don't cause |uninitialized value
110            as SCALAR reference| error even if the node is disposed
111            and it no longer has tree id.
112    
113    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
114    
115            * DIS.dis (mvOwnerElementResource): Allows an attribute
116            with no owner element.
117    
118    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
119    
120            * PerlCode.dis (PerlStringLiteral.stringify): If some character
121            are escaped, the string should have been quoted by |QUOTATION MARK|.
122    
123            * Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis|
124            module was misplaced.
125            (distclean): New rule.
126            (clean): Cleans subdirectories, too.
127    
128    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
129    
130            * ManakaiNodeTest.dis (Require): Missing reference
131            to the |DISlib:Test| module is added.
132    
133            * Makefile: Revised for new |daf| database format.
134    
135            * DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo|
136            parameter is added.
137            (getFor, getModule): Set reference rather than string
138            itself to the |{for}| property.
139            (loadResource): Passes |srinfo| parameter
140            to |isSubsetOfURI|-calling methods.
141            (mergeAsAlias): The |srinfo| parameter is added.
142    
143    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
144    
145            * PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup|
146            module is added.
147    
148    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
149    
150            * DIS.dis (lookupNamespacePrefix): Resolves prefix by
151            namespace resolver if available.
152            (disNamespaceResolver): New attribute.
153            (loadModule): Sets |revision| attribute of the created module.
154            (ownerModuleRef): Setter is added.
155            (addTypeURI): Set |ownerModule| attribute if possible.
156            (ManakaiDISModuleLite): The class no longer inherits |DISAnyResource|
157            class and |ManakaiDefaultExceptionHandler| class.
158            (mergeAsAlias): New |noEqualityCheck| parameter is added.
159    
160            * Makefile: New variables for |DAF| are added.
161    
162  2006-02-24  Wakaba  <wakaba@suika.fam.cx>  2006-02-24  Wakaba  <wakaba@suika.fam.cx>
163    
164          * DIS.dis (loadModule): Adds name URIs of |Require|d          * DIS.dis (loadModule): Adds name URIs of |Require|d

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.119

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24