/[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.100 by wakaba, Fri Feb 24 11:28:33 2006 UTC revision 1.147 by wakaba, Sun Jul 29 07:25:06 2007 UTC
# Line 1  Line 1 
1    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Makefile (all-document): New.
4            (all): Do |all-document|.
5    
6    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
7    
8            * Error.pod: New documentation, split from |Error.pm|.
9    
10            * Error.pm: Documentations are removed.
11            (new): |die| if |-type| option is not specified.
12            (text, value, type): Do what |Message::Util::Error::DOMException| does,
13            with some modification for compatibility with |Error| and
14            new naming convention for error type/subtype definitions.
15            (code): New method.
16            (subtype, type_def): New methods.
17    
18    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
19    
20            * DIS.dis: Support for |for| is entirely removed.  |forArg|
21            parameters are removed.
22            (createDISDocument): Removed.
23            (tfurisToURI): Removed.
24            (tfpurisToURI): The |for| URI slot is
25            fixed to |ManakaiDOM:all|.
26            (tfqnamesToURI): Removed.
27            (tfpqnamesToURI): The |defaultForURI| parameter
28            is removed and the |for| URI slot is
29            fixed to |ManakaiDOM:all|.
30            (forURI): Removed.
31            (forMatch): The first parameter, |forArg|, no
32            longer takes effect.
33    
34            * PerlCode.dis (sourceFor): Removed.
35            (stringify): Don't output comment with |sourceFor| URI.
36    
37    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
38    
39            * DIS.dis (forMatch, readProperties): Support for the |For|
40            property is removed.
41    
42    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
43    
44            * DIS.dis (defaultForURI): Removed.
45    
46    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
47    
48            * PerlCode.dis, DIS.dis, ManakaiNode.dis,
49            ManakaiNodeTest.dis: |For| specifications are removed.
50    
51            * common.dis: New module.
52    
53            * DIS.dis, PerlCode.dis, ManakaiNode.dis: |Util:| resource
54            definitions are removed (and moved to |common.dis|).
55    
56            * DIS.dis (ForEmpty, ForLatest): Removed.
57    
58            * DIS.dis: |WithFor| and |DefaultFor| are removed.
59    
60    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
61    
62            * PerlCode.dis: |WithFor| and |DefaultFor| are removed.
63    
64    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
65    
66            * DIS.dis, PerlCode.dis: References to the |ManakaiDOM:ManakaiDOM|
67            mode are removed.
68    
69    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
70    
71            * DIS.dis (ModuleRole, ForRole, ResourceRole,
72            DatabaseRole, ElementRole): Removed.
73            (DISParser.new): Removed.
74            (getFeature): Removed.
75            (hasFeature): Removed.
76    
77            * Grove.dis: Removed.
78    
79    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
80    
81            * PerlCode.dis (createPCFile): Removed.
82            (createPCDocument): New method.
83    
84    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
85    
86            * Makefile: |lib/Message/DOM/DOMString.pm| is added.
87    
88    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
89    
90            * Grove.dis (mg:nodeRefClass, mg:nodeRefInterfaces): Removed.
91    
92    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
93    
94            * DIS.dis (ManakaiDISImplementation): It no longer
95            inherits |ManakaiDISImplementationValue|,
96            |ManakaiDISImplementationPerl|, and |ManakaiSWCFGImplementation|
97            interfaces.  The class is now expected to be implemented
98            by |DOMImplementation| objects.
99    
100            * PerlCode.dis (addImplementedFeature, addImplementedElementType):
101            New methods.
102            (PCHasFeature, PCElementType): New interfaces.
103            (PCDocument): It no longer inherits the |ManakaiDOMDocument|; it
104            is now expected to be implemented by |Document|
105            objects.
106            (PCImplementation): It no longer inherits the |ManakaiDOMImplementation|;
107            it is now expected to be implemented by |DOMImplementation|
108            objects.
109    
110    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
111    
112            * autoload/: New directory.
113    
114            * DIS.dis (getPropertyResourceList): Unused |defaultMediaType|
115            parameter is deleted.  New |isaRecursivePropName|
116            and |recursiveISAPropName| parameters are added.
117    
118            * PerlCode.dis (addRevISAPackageName, getRevISAPackageName):
119            New methods.
120            (stringify): Support for the rev-ISA packages is added.
121            (getAutoloadDefinitionList): New method.
122    
123    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
124    
125            * DIS.dis (parseString): New |for_arg| parameter is added.
126    
127    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
128    
129            * DIS.dis (readProperties): New |implementation| parameters
130            are added.  Support for the |lang:dcmodel| lexical
131            type is added.
132            (parseString): New method.
133    
134    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
135            
136            * Makefile (.discore-all.pm): |../DOM/TreeStore.pm| is added
137            to the list.
138    
139    2006-05-28  Wakaba  <wakaba@suika.fam.cx>
140    
141            * DIS.dis (Require): An explicit reference to the |MDOM:DOMCore|
142            module is added.
143            (readProperties): The support for the |DISCore:NSString| type
144            is added.
145    
146    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
147    
148            * .cvsignore: Updated.
149    
150    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
151    
152            * PerlCode.t (CDATADOMString2): New reflecting datatype.
153            (prototype): Returns |null| if it is not specified.
154    
155    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
156    
157            * Makefile (.discore-all.pm): |CharacterData.pm| is added.
158    
159    2006-04-05  Wakaba  <wakaba@suika.fam.cx>
160    
161            * Grove.dis (generateUniqueID): Don't include random number; it
162            is unnecessary as long as only local uniquness is required.
163            (destroy): Delete singleton.
164    
165            * PerlCode.dis (createPCLiteral): A variable was not set.
166    
167    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
168    
169            * DIS.dis (Require): Requires the |MDOM:TreeStore| module.
170            (getNodeFromStorage, setNodeToStorage): New methods.
171    
172    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
173    
174            * PerlCode.dis (PropDef): Removed (they were not used).
175            (appendPackage, appendCodeFragment): Removed.
176            (PCImplementation.createPerl* factoty methods): Removed.
177            (setSubNode, setOverloadSub): Removed.
178            (Node setter attributes): They no longer call |adoptNode|
179            method.
180            (PCImplementation): Don't inherit |dx:ManakaiDefaultExceptionHandler|.
181            (PCException): Removed.
182    
183            * Grove.dis (destroy): Threshold value experimentally changed.
184    
185    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
186    
187            * Grove.dis (collectGarbage): The gc algorithm has
188            been changed (a variant of mark and sweep).
189    
190    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
191    
192            * Grove.dis (collectGarbage): Exit loops by |undef| from |each|.
193    
194    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
195    
196            * DIS.dis (NO_PERL_CODE_IMPL_ERR): Removed.
197    
198            * ManakaiNode.dis (GetProp, SetProp): Removed.
199    
200    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
201    
202            * Grove.dis (mg:mutations): It is changed from array
203            reference to hash reference.
204    
205            * PerlCode.dis (replaceVariable): The |pc2:| namespace
206            support.
207            (IN_USE_NODE_ERR, BAD_CHILD_ERR): Removed.
208            (createPCIf, createPCPackage): New methods.
209            (createPCFile): Renamed from |createPerlFile|.  Set
210            configuration parameters.
211    
212    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
213    
214            * Makefile: Update to new modules.
215    
216    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
217    
218            * Grove.dis (destroy): Threshold value changed to 4096.
219    
220            * PerlCode.dis (PerlCode): Associated as the default
221            class with |pc:*| and |pc2:*| element types.
222            (currentPackage, currentChunkNumber, getNextChunkNumber): Removed.
223            (ReflectCDATA): Reimplemented using standard |Element|
224            methods.
225            (sourceFile, sourceLine, currentSourceFile, currentSourceLine,
226            skipLines): Removed.
227            (pc:line): Removed.
228            (stringify): Support for the |pc:line| configuration
229            parameter is removed.
230    
231            * DIS.dis (isFeatureProvided): Removed.
232    
233    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
234    
235            * Makefile (clean-db): New rule.
236    
237            * Grove.dis (onunload): New internal property.
238            (collectGarbage): Invoke the |mg:onunload| code if available.
239    
240    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
241    
242            * Grove.dis (getNodeStemProp0Node): The |$opt| option
243            parameter is added.
244            (mg:nodeRefInterfaces): New property.
245    
246    2006-03-30  Wakaba  <wakaba@suika.fam.cx>
247    
248            * DIS.dis (mvLocalName, mvNamespaceURI): Namespace
249            unaware attribute name is supported.
250    
251            * Grove.dis (setOwnerPropRR, deleteOwnerProp, createNodeRefHashFromID):
252            New codes.
253            (nodeRefClass): New property (moved from the |MDOM:TreeCore|
254            module).
255    
256    2006-03-24  Wakaba  <wakaba@suika.fam.cx>
257    
258            * Grove.dis (getNodeRefPropValue, setNodeRefPropValue): New codes.
259    
260    2006-03-21  Wakaba  <wakaba@suika.fam.cx>
261    
262            * Grove.dis (get++NodeStemPropValue, orSetNodeStemPropValue): New
263            codes.
264    
265    2006-03-19  Wakaba  <wakaba@suika.fam.cx>
266    
267            * Grove.dis (createNodeRefFromID): Encloses variables by |{}|.
268            (getNodeID, getNodeStem): New codes.
269            (collectGarbage): A bug is fiexed.
270            (getNodeStemPropValueRef, setNodeStemProp0Node,
271            deleteNodeStemPropValue, nodeIDMatch): New codes.
272    
273    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
274    
275            * Grove.dis (createNodeStem): Set the reference
276            to the |mg:nodeClass| property.
277            (createNodeRefFromID): New code.
278            (getNodeStemPropValue, setNodeStemPropValue, getNodeStemProp0Node):
279            New codes.
280    
281    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
282    
283            * Grove.dis: New module.
284    
285    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
286    
287            * DIS.dis (getMethodForType): Parameter |$resource|
288            is changed to |$type_resource|.
289            (getDOMConfigurationParameterName): New method.
290    
291    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
292    
293            * DIS.dis (loadResource): Support for the |dis:aliasChild|
294            property has been removed.
295    
296    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
297    
298            * DIS.dis (loadResource): Sets the |srinfo| parameter
299            of the |addTypeURI| method call.
300            (addTypeURI): The |srinfo| parameter is added.  Sets
301            the |srinfo| parameter of the |isSubsetOfURI| and |mergeAsAlias|
302            method calls.
303    
304    2006-03-11  Wakaba  <wakaba@suika.fam.cx>
305    
306            * DIS.dis (loadResource): Don't set |isDefined|
307            flag for aliases.
308    
309    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
310    
311            * PerlCode.dis (stringify): Inserts new line after |COMMA|s
312            in lists (hash literals and array literals --- "lists" theirselves
313            are excluded since they are usually not so long).
314    
315            * DIS.dis (loadResource): Don't throw error
316            if an alias is alreadt defined for same URI.  Registers
317            aliases from |srinfo| to the database. By these
318            fixes aliases defined in another module from the canonical
319            resource name's module can live even after the canonical's
320            module is updated.
321    
322    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
323    
324            * ManakaiNode.dis (destroy): Don't cause |uninitialized value
325            as SCALAR reference| error even if the node is disposed
326            and it no longer has tree id.
327    
328    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
329    
330            * DIS.dis (mvOwnerElementResource): Allows an attribute
331            with no owner element.
332    
333    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
334    
335            * PerlCode.dis (PerlStringLiteral.stringify): If some character
336            are escaped, the string should have been quoted by |QUOTATION MARK|.
337    
338            * Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis|
339            module was misplaced.
340            (distclean): New rule.
341            (clean): Cleans subdirectories, too.
342    
343    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
344    
345            * ManakaiNodeTest.dis (Require): Missing reference
346            to the |DISlib:Test| module is added.
347    
348            * Makefile: Revised for new |daf| database format.
349    
350            * DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo|
351            parameter is added.
352            (getFor, getModule): Set reference rather than string
353            itself to the |{for}| property.
354            (loadResource): Passes |srinfo| parameter
355            to |isSubsetOfURI|-calling methods.
356            (mergeAsAlias): The |srinfo| parameter is added.
357    
358    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
359    
360            * PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup|
361            module is added.
362    
363    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
364    
365            * DIS.dis (lookupNamespacePrefix): Resolves prefix by
366            namespace resolver if available.
367            (disNamespaceResolver): New attribute.
368            (loadModule): Sets |revision| attribute of the created module.
369            (ownerModuleRef): Setter is added.
370            (addTypeURI): Set |ownerModule| attribute if possible.
371            (ManakaiDISModuleLite): The class no longer inherits |DISAnyResource|
372            class and |ManakaiDefaultExceptionHandler| class.
373            (mergeAsAlias): New |noEqualityCheck| parameter is added.
374    
375            * Makefile: New variables for |DAF| are added.
376    
377  2006-02-24  Wakaba  <wakaba@suika.fam.cx>  2006-02-24  Wakaba  <wakaba@suika.fam.cx>
378    
379          * DIS.dis (loadModule): Adds name URIs of |Require|d          * DIS.dis (loadModule): Adds name URIs of |Require|d

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.147

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24