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

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.150

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24