/[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.102 by wakaba, Sun Feb 26 06:42:56 2006 UTC revision 1.127 by wakaba, Sun Apr 16 08:20:28 2006 UTC
# Line 1  Line 1 
1    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Makefile (.discore-all.pm): |CharacterData.pm| is added.
4    
5    2006-04-05  Wakaba  <wakaba@suika.fam.cx>
6    
7            * Grove.dis (generateUniqueID): Don't include random number; it
8            is unnecessary as long as only local uniquness is required.
9            (destroy): Delete singleton.
10    
11            * PerlCode.dis (createPCLiteral): A variable was not set.
12    
13    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
14    
15            * DIS.dis (Require): Requires the |MDOM:TreeStore| module.
16            (getNodeFromStorage, setNodeToStorage): New methods.
17    
18    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
19    
20            * PerlCode.dis (PropDef): Removed (they were not used).
21            (appendPackage, appendCodeFragment): Removed.
22            (PCImplementation.createPerl* factoty methods): Removed.
23            (setSubNode, setOverloadSub): Removed.
24            (Node setter attributes): They no longer call |adoptNode|
25            method.
26            (PCImplementation): Don't inherit |dx:ManakaiDefaultExceptionHandler|.
27            (PCException): Removed.
28    
29            * Grove.dis (destroy): Threshold value experimentally changed.
30    
31    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
32    
33            * Grove.dis (collectGarbage): The gc algorithm has
34            been changed (a variant of mark and sweep).
35    
36    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
37    
38            * Grove.dis (collectGarbage): Exit loops by |undef| from |each|.
39    
40    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
41    
42            * DIS.dis (NO_PERL_CODE_IMPL_ERR): Removed.
43    
44            * ManakaiNode.dis (GetProp, SetProp): Removed.
45    
46    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
47    
48            * Grove.dis (mg:mutations): It is changed from array
49            reference to hash reference.
50    
51            * PerlCode.dis (replaceVariable): The |pc2:| namespace
52            support.
53            (IN_USE_NODE_ERR, BAD_CHILD_ERR): Removed.
54            (createPCIf, createPCPackage): New methods.
55            (createPCFile): Renamed from |createPerlFile|.  Set
56            configuration parameters.
57    
58    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
59    
60            * Makefile: Update to new modules.
61    
62    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
63    
64            * Grove.dis (destroy): Threshold value changed to 4096.
65    
66            * PerlCode.dis (PerlCode): Associated as the default
67            class with |pc:*| and |pc2:*| element types.
68            (currentPackage, currentChunkNumber, getNextChunkNumber): Removed.
69            (ReflectCDATA): Reimplemented using standard |Element|
70            methods.
71            (sourceFile, sourceLine, currentSourceFile, currentSourceLine,
72            skipLines): Removed.
73            (pc:line): Removed.
74            (stringify): Support for the |pc:line| configuration
75            parameter is removed.
76    
77            * DIS.dis (isFeatureProvided): Removed.
78    
79    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
80    
81            * Makefile (clean-db): New rule.
82    
83            * Grove.dis (onunload): New internal property.
84            (collectGarbage): Invoke the |mg:onunload| code if available.
85    
86    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
87    
88            * Grove.dis (getNodeStemProp0Node): The |$opt| option
89            parameter is added.
90            (mg:nodeRefInterfaces): New property.
91    
92    2006-03-30  Wakaba  <wakaba@suika.fam.cx>
93    
94            * DIS.dis (mvLocalName, mvNamespaceURI): Namespace
95            unaware attribute name is supported.
96    
97            * Grove.dis (setOwnerPropRR, deleteOwnerProp, createNodeRefHashFromID):
98            New codes.
99            (nodeRefClass): New property (moved from the |MDOM:TreeCore|
100            module).
101    
102    2006-03-24  Wakaba  <wakaba@suika.fam.cx>
103    
104            * Grove.dis (getNodeRefPropValue, setNodeRefPropValue): New codes.
105    
106    2006-03-21  Wakaba  <wakaba@suika.fam.cx>
107    
108            * Grove.dis (get++NodeStemPropValue, orSetNodeStemPropValue): New
109            codes.
110    
111    2006-03-19  Wakaba  <wakaba@suika.fam.cx>
112    
113            * Grove.dis (createNodeRefFromID): Encloses variables by |{}|.
114            (getNodeID, getNodeStem): New codes.
115            (collectGarbage): A bug is fiexed.
116            (getNodeStemPropValueRef, setNodeStemProp0Node,
117            deleteNodeStemPropValue, nodeIDMatch): New codes.
118    
119    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
120    
121            * Grove.dis (createNodeStem): Set the reference
122            to the |mg:nodeClass| property.
123            (createNodeRefFromID): New code.
124            (getNodeStemPropValue, setNodeStemPropValue, getNodeStemProp0Node):
125            New codes.
126    
127    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
128    
129            * Grove.dis: New module.
130    
131    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
132    
133            * DIS.dis (getMethodForType): Parameter |$resource|
134            is changed to |$type_resource|.
135            (getDOMConfigurationParameterName): New method.
136    
137    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
138    
139            * DIS.dis (loadResource): Support for the |dis:aliasChild|
140            property has been removed.
141    
142    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
143    
144            * DIS.dis (loadResource): Sets the |srinfo| parameter
145            of the |addTypeURI| method call.
146            (addTypeURI): The |srinfo| parameter is added.  Sets
147            the |srinfo| parameter of the |isSubsetOfURI| and |mergeAsAlias|
148            method calls.
149    
150    2006-03-11  Wakaba  <wakaba@suika.fam.cx>
151    
152            * DIS.dis (loadResource): Don't set |isDefined|
153            flag for aliases.
154    
155    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
156    
157            * PerlCode.dis (stringify): Inserts new line after |COMMA|s
158            in lists (hash literals and array literals --- "lists" theirselves
159            are excluded since they are usually not so long).
160    
161            * DIS.dis (loadResource): Don't throw error
162            if an alias is alreadt defined for same URI.  Registers
163            aliases from |srinfo| to the database. By these
164            fixes aliases defined in another module from the canonical
165            resource name's module can live even after the canonical's
166            module is updated.
167    
168    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
169    
170            * ManakaiNode.dis (destroy): Don't cause |uninitialized value
171            as SCALAR reference| error even if the node is disposed
172            and it no longer has tree id.
173    
174    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
175    
176            * DIS.dis (mvOwnerElementResource): Allows an attribute
177            with no owner element.
178    
179    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
180    
181            * PerlCode.dis (PerlStringLiteral.stringify): If some character
182            are escaped, the string should have been quoted by |QUOTATION MARK|.
183    
184            * Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis|
185            module was misplaced.
186            (distclean): New rule.
187            (clean): Cleans subdirectories, too.
188    
189  2006-02-26  Wakaba  <wakaba@suika.fam.cx>  2006-02-26  Wakaba  <wakaba@suika.fam.cx>
190    
191          * ManakaiNodeTest.dis (Require): Missing reference          * ManakaiNodeTest.dis (Require): Missing reference

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.127

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24