/[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.146 by wakaba, Sat Jun 16 05:30:37 2007 UTC
# Line 1  Line 1 
1    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Error.pod: New documentation, split from |Error.pm|.
4    
5            * Error.pm: Documentations are removed.
6            (new): |die| if |-type| option is not specified.
7            (text, value, type): Do what |Message::Util::Error::DOMException| does,
8            with some modification for compatibility with |Error| and
9            new naming convention for error type/subtype definitions.
10            (code): New method.
11            (subtype, type_def): New methods.
12    
13    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
14    
15            * DIS.dis: Support for |for| is entirely removed.  |forArg|
16            parameters are removed.
17            (createDISDocument): Removed.
18            (tfurisToURI): Removed.
19            (tfpurisToURI): The |for| URI slot is
20            fixed to |ManakaiDOM:all|.
21            (tfqnamesToURI): Removed.
22            (tfpqnamesToURI): The |defaultForURI| parameter
23            is removed and the |for| URI slot is
24            fixed to |ManakaiDOM:all|.
25            (forURI): Removed.
26            (forMatch): The first parameter, |forArg|, no
27            longer takes effect.
28    
29            * PerlCode.dis (sourceFor): Removed.
30            (stringify): Don't output comment with |sourceFor| URI.
31    
32    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
33    
34            * DIS.dis (forMatch, readProperties): Support for the |For|
35            property is removed.
36    
37    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
38    
39            * DIS.dis (defaultForURI): Removed.
40    
41    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
42    
43            * PerlCode.dis, DIS.dis, ManakaiNode.dis,
44            ManakaiNodeTest.dis: |For| specifications are removed.
45    
46            * common.dis: New module.
47    
48            * DIS.dis, PerlCode.dis, ManakaiNode.dis: |Util:| resource
49            definitions are removed (and moved to |common.dis|).
50    
51            * DIS.dis (ForEmpty, ForLatest): Removed.
52    
53            * DIS.dis: |WithFor| and |DefaultFor| are removed.
54    
55    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
56    
57            * PerlCode.dis: |WithFor| and |DefaultFor| are removed.
58    
59    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
60    
61            * DIS.dis, PerlCode.dis: References to the |ManakaiDOM:ManakaiDOM|
62            mode are removed.
63    
64    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
65    
66            * DIS.dis (ModuleRole, ForRole, ResourceRole,
67            DatabaseRole, ElementRole): Removed.
68            (DISParser.new): Removed.
69            (getFeature): Removed.
70            (hasFeature): Removed.
71    
72            * Grove.dis: Removed.
73    
74    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
75    
76            * PerlCode.dis (createPCFile): Removed.
77            (createPCDocument): New method.
78    
79    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
80    
81            * Makefile: |lib/Message/DOM/DOMString.pm| is added.
82    
83    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
84    
85            * Grove.dis (mg:nodeRefClass, mg:nodeRefInterfaces): Removed.
86    
87    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
88    
89            * DIS.dis (ManakaiDISImplementation): It no longer
90            inherits |ManakaiDISImplementationValue|,
91            |ManakaiDISImplementationPerl|, and |ManakaiSWCFGImplementation|
92            interfaces.  The class is now expected to be implemented
93            by |DOMImplementation| objects.
94    
95            * PerlCode.dis (addImplementedFeature, addImplementedElementType):
96            New methods.
97            (PCHasFeature, PCElementType): New interfaces.
98            (PCDocument): It no longer inherits the |ManakaiDOMDocument|; it
99            is now expected to be implemented by |Document|
100            objects.
101            (PCImplementation): It no longer inherits the |ManakaiDOMImplementation|;
102            it is now expected to be implemented by |DOMImplementation|
103            objects.
104    
105    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
106    
107            * autoload/: New directory.
108    
109            * DIS.dis (getPropertyResourceList): Unused |defaultMediaType|
110            parameter is deleted.  New |isaRecursivePropName|
111            and |recursiveISAPropName| parameters are added.
112    
113            * PerlCode.dis (addRevISAPackageName, getRevISAPackageName):
114            New methods.
115            (stringify): Support for the rev-ISA packages is added.
116            (getAutoloadDefinitionList): New method.
117    
118    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
119    
120            * DIS.dis (parseString): New |for_arg| parameter is added.
121    
122    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
123    
124            * DIS.dis (readProperties): New |implementation| parameters
125            are added.  Support for the |lang:dcmodel| lexical
126            type is added.
127            (parseString): New method.
128    
129    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
130            
131            * Makefile (.discore-all.pm): |../DOM/TreeStore.pm| is added
132            to the list.
133    
134    2006-05-28  Wakaba  <wakaba@suika.fam.cx>
135    
136            * DIS.dis (Require): An explicit reference to the |MDOM:DOMCore|
137            module is added.
138            (readProperties): The support for the |DISCore:NSString| type
139            is added.
140    
141    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
142    
143            * .cvsignore: Updated.
144    
145    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
146    
147            * PerlCode.t (CDATADOMString2): New reflecting datatype.
148            (prototype): Returns |null| if it is not specified.
149    
150    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
151    
152            * Makefile (.discore-all.pm): |CharacterData.pm| is added.
153    
154    2006-04-05  Wakaba  <wakaba@suika.fam.cx>
155    
156            * Grove.dis (generateUniqueID): Don't include random number; it
157            is unnecessary as long as only local uniquness is required.
158            (destroy): Delete singleton.
159    
160            * PerlCode.dis (createPCLiteral): A variable was not set.
161    
162    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
163    
164            * DIS.dis (Require): Requires the |MDOM:TreeStore| module.
165            (getNodeFromStorage, setNodeToStorage): New methods.
166    
167    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
168    
169            * PerlCode.dis (PropDef): Removed (they were not used).
170            (appendPackage, appendCodeFragment): Removed.
171            (PCImplementation.createPerl* factoty methods): Removed.
172            (setSubNode, setOverloadSub): Removed.
173            (Node setter attributes): They no longer call |adoptNode|
174            method.
175            (PCImplementation): Don't inherit |dx:ManakaiDefaultExceptionHandler|.
176            (PCException): Removed.
177    
178            * Grove.dis (destroy): Threshold value experimentally changed.
179    
180    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
181    
182            * Grove.dis (collectGarbage): The gc algorithm has
183            been changed (a variant of mark and sweep).
184    
185    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
186    
187            * Grove.dis (collectGarbage): Exit loops by |undef| from |each|.
188    
189    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
190    
191            * DIS.dis (NO_PERL_CODE_IMPL_ERR): Removed.
192    
193            * ManakaiNode.dis (GetProp, SetProp): Removed.
194    
195    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
196    
197            * Grove.dis (mg:mutations): It is changed from array
198            reference to hash reference.
199    
200            * PerlCode.dis (replaceVariable): The |pc2:| namespace
201            support.
202            (IN_USE_NODE_ERR, BAD_CHILD_ERR): Removed.
203            (createPCIf, createPCPackage): New methods.
204            (createPCFile): Renamed from |createPerlFile|.  Set
205            configuration parameters.
206    
207    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
208    
209            * Makefile: Update to new modules.
210    
211    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
212    
213            * Grove.dis (destroy): Threshold value changed to 4096.
214    
215            * PerlCode.dis (PerlCode): Associated as the default
216            class with |pc:*| and |pc2:*| element types.
217            (currentPackage, currentChunkNumber, getNextChunkNumber): Removed.
218            (ReflectCDATA): Reimplemented using standard |Element|
219            methods.
220            (sourceFile, sourceLine, currentSourceFile, currentSourceLine,
221            skipLines): Removed.
222            (pc:line): Removed.
223            (stringify): Support for the |pc:line| configuration
224            parameter is removed.
225    
226            * DIS.dis (isFeatureProvided): Removed.
227    
228    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
229    
230            * Makefile (clean-db): New rule.
231    
232            * Grove.dis (onunload): New internal property.
233            (collectGarbage): Invoke the |mg:onunload| code if available.
234    
235    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
236    
237            * Grove.dis (getNodeStemProp0Node): The |$opt| option
238            parameter is added.
239            (mg:nodeRefInterfaces): New property.
240    
241    2006-03-30  Wakaba  <wakaba@suika.fam.cx>
242    
243            * DIS.dis (mvLocalName, mvNamespaceURI): Namespace
244            unaware attribute name is supported.
245    
246            * Grove.dis (setOwnerPropRR, deleteOwnerProp, createNodeRefHashFromID):
247            New codes.
248            (nodeRefClass): New property (moved from the |MDOM:TreeCore|
249            module).
250    
251    2006-03-24  Wakaba  <wakaba@suika.fam.cx>
252    
253            * Grove.dis (getNodeRefPropValue, setNodeRefPropValue): New codes.
254    
255    2006-03-21  Wakaba  <wakaba@suika.fam.cx>
256    
257            * Grove.dis (get++NodeStemPropValue, orSetNodeStemPropValue): New
258            codes.
259    
260    2006-03-19  Wakaba  <wakaba@suika.fam.cx>
261    
262            * Grove.dis (createNodeRefFromID): Encloses variables by |{}|.
263            (getNodeID, getNodeStem): New codes.
264            (collectGarbage): A bug is fiexed.
265            (getNodeStemPropValueRef, setNodeStemProp0Node,
266            deleteNodeStemPropValue, nodeIDMatch): New codes.
267    
268    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
269    
270            * Grove.dis (createNodeStem): Set the reference
271            to the |mg:nodeClass| property.
272            (createNodeRefFromID): New code.
273            (getNodeStemPropValue, setNodeStemPropValue, getNodeStemProp0Node):
274            New codes.
275    
276    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
277    
278            * Grove.dis: New module.
279    
280    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
281    
282            * DIS.dis (getMethodForType): Parameter |$resource|
283            is changed to |$type_resource|.
284            (getDOMConfigurationParameterName): New method.
285    
286    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
287    
288            * DIS.dis (loadResource): Support for the |dis:aliasChild|
289            property has been removed.
290    
291    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
292    
293            * DIS.dis (loadResource): Sets the |srinfo| parameter
294            of the |addTypeURI| method call.
295            (addTypeURI): The |srinfo| parameter is added.  Sets
296            the |srinfo| parameter of the |isSubsetOfURI| and |mergeAsAlias|
297            method calls.
298    
299  2006-03-11  Wakaba  <wakaba@suika.fam.cx>  2006-03-11  Wakaba  <wakaba@suika.fam.cx>
300    
301          * 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.146

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24