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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24