/[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.107 by wakaba, Sat Mar 11 12:12:38 2006 UTC revision 1.130 by wakaba, Sun May 28 10:33:24 2006 UTC
# Line 1  Line 1 
1    2006-05-28  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DIS.dis (Require): An explicit reference to the |MDOM:DOMCore|
4            module is added.
5            (readProperties): The support for the |DISCore:NSString| type
6            is added.
7    
8    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
9    
10            * .cvsignore: Updated.
11    
12    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
13    
14            * PerlCode.t (CDATADOMString2): New reflecting datatype.
15            (prototype): Returns |null| if it is not specified.
16    
17    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
18    
19            * Makefile (.discore-all.pm): |CharacterData.pm| is added.
20    
21    2006-04-05  Wakaba  <wakaba@suika.fam.cx>
22    
23            * Grove.dis (generateUniqueID): Don't include random number; it
24            is unnecessary as long as only local uniquness is required.
25            (destroy): Delete singleton.
26    
27            * PerlCode.dis (createPCLiteral): A variable was not set.
28    
29    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
30    
31            * DIS.dis (Require): Requires the |MDOM:TreeStore| module.
32            (getNodeFromStorage, setNodeToStorage): New methods.
33    
34    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
35    
36            * PerlCode.dis (PropDef): Removed (they were not used).
37            (appendPackage, appendCodeFragment): Removed.
38            (PCImplementation.createPerl* factoty methods): Removed.
39            (setSubNode, setOverloadSub): Removed.
40            (Node setter attributes): They no longer call |adoptNode|
41            method.
42            (PCImplementation): Don't inherit |dx:ManakaiDefaultExceptionHandler|.
43            (PCException): Removed.
44    
45            * Grove.dis (destroy): Threshold value experimentally changed.
46    
47    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
48    
49            * Grove.dis (collectGarbage): The gc algorithm has
50            been changed (a variant of mark and sweep).
51    
52    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
53    
54            * Grove.dis (collectGarbage): Exit loops by |undef| from |each|.
55    
56    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
57    
58            * DIS.dis (NO_PERL_CODE_IMPL_ERR): Removed.
59    
60            * ManakaiNode.dis (GetProp, SetProp): Removed.
61    
62    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
63    
64            * Grove.dis (mg:mutations): It is changed from array
65            reference to hash reference.
66    
67            * PerlCode.dis (replaceVariable): The |pc2:| namespace
68            support.
69            (IN_USE_NODE_ERR, BAD_CHILD_ERR): Removed.
70            (createPCIf, createPCPackage): New methods.
71            (createPCFile): Renamed from |createPerlFile|.  Set
72            configuration parameters.
73    
74    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
75    
76            * Makefile: Update to new modules.
77    
78    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
79    
80            * Grove.dis (destroy): Threshold value changed to 4096.
81    
82            * PerlCode.dis (PerlCode): Associated as the default
83            class with |pc:*| and |pc2:*| element types.
84            (currentPackage, currentChunkNumber, getNextChunkNumber): Removed.
85            (ReflectCDATA): Reimplemented using standard |Element|
86            methods.
87            (sourceFile, sourceLine, currentSourceFile, currentSourceLine,
88            skipLines): Removed.
89            (pc:line): Removed.
90            (stringify): Support for the |pc:line| configuration
91            parameter is removed.
92    
93            * DIS.dis (isFeatureProvided): Removed.
94    
95    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
96    
97            * Makefile (clean-db): New rule.
98    
99            * Grove.dis (onunload): New internal property.
100            (collectGarbage): Invoke the |mg:onunload| code if available.
101    
102    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
103    
104            * Grove.dis (getNodeStemProp0Node): The |$opt| option
105            parameter is added.
106            (mg:nodeRefInterfaces): New property.
107    
108    2006-03-30  Wakaba  <wakaba@suika.fam.cx>
109    
110            * DIS.dis (mvLocalName, mvNamespaceURI): Namespace
111            unaware attribute name is supported.
112    
113            * Grove.dis (setOwnerPropRR, deleteOwnerProp, createNodeRefHashFromID):
114            New codes.
115            (nodeRefClass): New property (moved from the |MDOM:TreeCore|
116            module).
117    
118    2006-03-24  Wakaba  <wakaba@suika.fam.cx>
119    
120            * Grove.dis (getNodeRefPropValue, setNodeRefPropValue): New codes.
121    
122    2006-03-21  Wakaba  <wakaba@suika.fam.cx>
123    
124            * Grove.dis (get++NodeStemPropValue, orSetNodeStemPropValue): New
125            codes.
126    
127    2006-03-19  Wakaba  <wakaba@suika.fam.cx>
128    
129            * Grove.dis (createNodeRefFromID): Encloses variables by |{}|.
130            (getNodeID, getNodeStem): New codes.
131            (collectGarbage): A bug is fiexed.
132            (getNodeStemPropValueRef, setNodeStemProp0Node,
133            deleteNodeStemPropValue, nodeIDMatch): New codes.
134    
135    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
136    
137            * Grove.dis (createNodeStem): Set the reference
138            to the |mg:nodeClass| property.
139            (createNodeRefFromID): New code.
140            (getNodeStemPropValue, setNodeStemPropValue, getNodeStemProp0Node):
141            New codes.
142    
143    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
144    
145            * Grove.dis: New module.
146    
147    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
148    
149            * DIS.dis (getMethodForType): Parameter |$resource|
150            is changed to |$type_resource|.
151            (getDOMConfigurationParameterName): New method.
152    
153    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
154    
155            * DIS.dis (loadResource): Support for the |dis:aliasChild|
156            property has been removed.
157    
158    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
159    
160            * DIS.dis (loadResource): Sets the |srinfo| parameter
161            of the |addTypeURI| method call.
162            (addTypeURI): The |srinfo| parameter is added.  Sets
163            the |srinfo| parameter of the |isSubsetOfURI| and |mergeAsAlias|
164            method calls.
165    
166  2006-03-11  Wakaba  <wakaba@suika.fam.cx>  2006-03-11  Wakaba  <wakaba@suika.fam.cx>
167    
168          * DIS.dis (loadResource): Don't set |isDefined|          * DIS.dis (loadResource): Don't set |isDefined|

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.130

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24