/[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.114 by wakaba, Thu Mar 23 03:05:44 2006 UTC revision 1.138 by wakaba, Fri Dec 29 14:45:44 2006 UTC
# Line 1  Line 1 
1    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
2    
3            * PerlCode.dis (createPCFile): Removed.
4            (createPCDocument): New method.
5    
6    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
7    
8            * Makefile: |lib/Message/DOM/DOMString.pm| is added.
9    
10    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
11    
12            * Grove.dis (mg:nodeRefClass, mg:nodeRefInterfaces): Removed.
13    
14    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
15    
16            * DIS.dis (ManakaiDISImplementation): It no longer
17            inherits |ManakaiDISImplementationValue|,
18            |ManakaiDISImplementationPerl|, and |ManakaiSWCFGImplementation|
19            interfaces.  The class is now expected to be implemented
20            by |DOMImplementation| objects.
21    
22            * PerlCode.dis (addImplementedFeature, addImplementedElementType):
23            New methods.
24            (PCHasFeature, PCElementType): New interfaces.
25            (PCDocument): It no longer inherits the |ManakaiDOMDocument|; it
26            is now expected to be implemented by |Document|
27            objects.
28            (PCImplementation): It no longer inherits the |ManakaiDOMImplementation|;
29            it is now expected to be implemented by |DOMImplementation|
30            objects.
31    
32    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
33    
34            * autoload/: New directory.
35    
36            * DIS.dis (getPropertyResourceList): Unused |defaultMediaType|
37            parameter is deleted.  New |isaRecursivePropName|
38            and |recursiveISAPropName| parameters are added.
39    
40            * PerlCode.dis (addRevISAPackageName, getRevISAPackageName):
41            New methods.
42            (stringify): Support for the rev-ISA packages is added.
43            (getAutoloadDefinitionList): New method.
44    
45    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
46    
47            * DIS.dis (parseString): New |for_arg| parameter is added.
48    
49    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
50    
51            * DIS.dis (readProperties): New |implementation| parameters
52            are added.  Support for the |lang:dcmodel| lexical
53            type is added.
54            (parseString): New method.
55    
56    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
57            
58            * Makefile (.discore-all.pm): |../DOM/TreeStore.pm| is added
59            to the list.
60    
61    2006-05-28  Wakaba  <wakaba@suika.fam.cx>
62    
63            * DIS.dis (Require): An explicit reference to the |MDOM:DOMCore|
64            module is added.
65            (readProperties): The support for the |DISCore:NSString| type
66            is added.
67    
68    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
69    
70            * .cvsignore: Updated.
71    
72    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
73    
74            * PerlCode.t (CDATADOMString2): New reflecting datatype.
75            (prototype): Returns |null| if it is not specified.
76    
77    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
78    
79            * Makefile (.discore-all.pm): |CharacterData.pm| is added.
80    
81    2006-04-05  Wakaba  <wakaba@suika.fam.cx>
82    
83            * Grove.dis (generateUniqueID): Don't include random number; it
84            is unnecessary as long as only local uniquness is required.
85            (destroy): Delete singleton.
86    
87            * PerlCode.dis (createPCLiteral): A variable was not set.
88    
89    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
90    
91            * DIS.dis (Require): Requires the |MDOM:TreeStore| module.
92            (getNodeFromStorage, setNodeToStorage): New methods.
93    
94    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
95    
96            * PerlCode.dis (PropDef): Removed (they were not used).
97            (appendPackage, appendCodeFragment): Removed.
98            (PCImplementation.createPerl* factoty methods): Removed.
99            (setSubNode, setOverloadSub): Removed.
100            (Node setter attributes): They no longer call |adoptNode|
101            method.
102            (PCImplementation): Don't inherit |dx:ManakaiDefaultExceptionHandler|.
103            (PCException): Removed.
104    
105            * Grove.dis (destroy): Threshold value experimentally changed.
106    
107    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
108    
109            * Grove.dis (collectGarbage): The gc algorithm has
110            been changed (a variant of mark and sweep).
111    
112    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
113    
114            * Grove.dis (collectGarbage): Exit loops by |undef| from |each|.
115    
116    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
117    
118            * DIS.dis (NO_PERL_CODE_IMPL_ERR): Removed.
119    
120            * ManakaiNode.dis (GetProp, SetProp): Removed.
121    
122    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
123    
124            * Grove.dis (mg:mutations): It is changed from array
125            reference to hash reference.
126    
127            * PerlCode.dis (replaceVariable): The |pc2:| namespace
128            support.
129            (IN_USE_NODE_ERR, BAD_CHILD_ERR): Removed.
130            (createPCIf, createPCPackage): New methods.
131            (createPCFile): Renamed from |createPerlFile|.  Set
132            configuration parameters.
133    
134    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
135    
136            * Makefile: Update to new modules.
137    
138    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
139    
140            * Grove.dis (destroy): Threshold value changed to 4096.
141    
142            * PerlCode.dis (PerlCode): Associated as the default
143            class with |pc:*| and |pc2:*| element types.
144            (currentPackage, currentChunkNumber, getNextChunkNumber): Removed.
145            (ReflectCDATA): Reimplemented using standard |Element|
146            methods.
147            (sourceFile, sourceLine, currentSourceFile, currentSourceLine,
148            skipLines): Removed.
149            (pc:line): Removed.
150            (stringify): Support for the |pc:line| configuration
151            parameter is removed.
152    
153            * DIS.dis (isFeatureProvided): Removed.
154    
155    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
156    
157            * Makefile (clean-db): New rule.
158    
159            * Grove.dis (onunload): New internal property.
160            (collectGarbage): Invoke the |mg:onunload| code if available.
161    
162    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
163    
164            * Grove.dis (getNodeStemProp0Node): The |$opt| option
165            parameter is added.
166            (mg:nodeRefInterfaces): New property.
167    
168    2006-03-30  Wakaba  <wakaba@suika.fam.cx>
169    
170            * DIS.dis (mvLocalName, mvNamespaceURI): Namespace
171            unaware attribute name is supported.
172    
173            * Grove.dis (setOwnerPropRR, deleteOwnerProp, createNodeRefHashFromID):
174            New codes.
175            (nodeRefClass): New property (moved from the |MDOM:TreeCore|
176            module).
177    
178    2006-03-24  Wakaba  <wakaba@suika.fam.cx>
179    
180            * Grove.dis (getNodeRefPropValue, setNodeRefPropValue): New codes.
181    
182  2006-03-21  Wakaba  <wakaba@suika.fam.cx>  2006-03-21  Wakaba  <wakaba@suika.fam.cx>
183    
184          * Grove.dis (get++NodeStemPropValue, orSetNodeStemPropValue): New          * Grove.dis (get++NodeStemPropValue, orSetNodeStemPropValue): New

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.138

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24