/[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.4 by wakaba, Sun Dec 15 05:58:11 2002 UTC revision 1.65 by wakaba, Tue Nov 15 14:18:23 2005 UTC
# Line 1  Line 1 
1    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Makefile: Missing rule to make |Message/DOM/core.dae| added.
4    
5    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
6    
7            * Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules
8            added.
9    
10            * DIS.dis (DIS:): Removed (moved to |DIS/common.dis|).
11    
12    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
13    
14            * PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral):
15            New interfaces.
16            (createPCLiteral, appendNewPCLiteral): New methods.
17            (PCDocument): New interface.
18            (factory methods): Namespace URI and local name of document
19            element arguments added to |createDocument| to obtain
20            an instance of |PCDocument|.
21    
22    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
23    
24            * PerlCode.dis (pc:line): New configuration parameter.
25            (stringify): Don't output "#line" directive
26            unless "pc:line" parameter is set to "true".
27            (pc:split-resolver): New configuration parameter.
28    
29    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
30    
31            * ManakaiNode.dis (anydata0): New property type.
32    
33            * PerlCode.dis (stringify): Prints node id if file name
34            is not available.
35            (perlLiteral): Prints as is if the value is blessed
36            with "manakai::code" package.
37    
38    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
39    
40            * PerlCode.dis (CDATADOMString): Changed to use code
41            fragment defined in DOMCore module directly.
42    
43    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
44    
45            * PerlCode.dis (ForClassCompat): Removed.
46    
47            * ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference):
48            Removed.
49            (newNode): New method.
50            (generateUniqueID): Algorithm has changed to save random
51            string generation time.
52    
53            * DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth".
54    
55    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
56    
57            * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
58            on DOMCore and element type definitions added.
59            (localName): Renamed to "pcLocalName" to avoid
60            conflict with "Node.localName" attribute.
61    
62    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
63    
64            * DIS.dis (Require): Unused reference to "PerlCode.dis" removed.
65    
66            * Makefile: Rules to make "PerlCode.pm" separated
67            from ones for "DIS.pm".
68    
69            * ManakaiNode.dis (mn:unsetXRefNode): "$referent"
70            parameter is replaced with "$referrer->{$propName}".
71    
72            * PerlCode.dis (Require): References "DOMCore.dis".
73            (DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
74            (Util: for ManakaiDOM:ManakaiDOM): New.
75    
76    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
77    
78            * ManakaiNode.dis: New "mn:xrefnode0" property type has
79            been introduced and methods are fixed to support it.
80            (mn:setXRefNode, mn:unsetXRefNode): New codes.
81    
82            * DIS.dis (loadResource): Skips a root resource definition
83            if it is an alias and it has "dis:Name" attribute and
84            referenced canonical definition is already read.  (Note
85            that similar case that the resource definition has "dis:QName"
86            attribute is already fixed in the same way.)
87    
88    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
89    
90            * DIS.dis (readProperties): Recognizes hexdecimal
91            in "DISCore:Integer" (prefixed by "0x").
92    
93    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
94    
95            * PerlCode.dis (getExceptionInterfacePackageNameList,
96            addExceptionInterfacePackageName): New methods.
97            (ToString): Sorts hash keys where they result in
98            the order of statements in result code.
99    
100            * Error.pm ($DEBUG): New option variable.
101            (___get_error_def): Calls "___error_def" method in second or later "@ISA"
102            package even if elder package has "___error_def" method.
103    
104            * DIS.dis: Now constant values are only defined
105            in interfaces.
106            (DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.
107    
108    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
109    
110            * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.
111    
112    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
113    
114            * DIS.dis (getAnyResource): New method.
115            (isTypeURI): Now it is a method of "DIS:DISAnyResource" interface.
116            (getPropertyResource, getPropertyResourceList): Now
117            they uses "getAnyResource" method.
118            (getPropertyModuleList): Removed.
119    
120    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
121    
122            * DIS.dis (readProperties): Saves property name to values.
123            (getPropertyModuleList): New method.
124    
125    2005-09-29  Wakaba  <wakaba@suika.fam.cx>
126    
127            * DIS.dis: Shares local name, namespace URI and for URI
128            if possible.
129    
130            * PerlCode.dis (stringify): Sorts "require" statements by module
131            name.
132    
133    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
134    
135            * PerlCode.dis (perlLiteral): Sorts output by hash key.
136            
137            * ManakaiNode.dis (new): Sets "mn:groveReferenceCounter"
138            property.
139            (getNewReference): Increments "mn:groveReferenceCounter"
140            property.
141            (ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't
142            check "defined" to allow "undef" value in "while" condition.
143            (mn:isGroveReferenced): New code.
144            (changeTreeID): New "groveRC" parameter added.
145            (importTree, changeTreeID): Updates "mn:groveReferenceCounter"
146            properties.
147            (destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred".
148            (mn:groveReferenceCounter): New property.
149    
150    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
151    
152            * DIS.dis: Use "tag:" URI for internal URIs.
153    
154    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
155    
156            * ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*"
157            properties.
158            (generateUniqueID): Use "tag:" URI.
159    
160            * DIS.dis (targetNamespaceURI): New attribute.
161            (ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler.
162            (ManakaiDISModuleLite->AUTOLOAD): Don't load module
163            if method name is "DESTROY".
164    
165    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
166    
167            * ManakaiNode.dis (ManakaiNodeStem): Use per-class
168            variable for searching noderel properties instead
169            of per-node properties.
170    
171    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
172    
173            * ManakaiNode.dis (new): New "className" parameter added.
174            (mn:NodeRefRole): New role.
175            (mn:type): New property.
176            (mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0,
177            mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties.
178    
179            * Makefile: Rules to make "DIS/DISDump" is separeted
180            from "DIS/DISDoc".
181    
182            * DIS.dis (getFor): Loads database module if unread
183            "for" is referenced.
184            (addResourceList, getResourceList): New method.
185            (ManakaiDISModuleLite): New class.
186    
187    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
188    
189            * DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code.
190            (getResource): New "dae" and "daem" database format support.
191            (DISResourceList): New type.
192            (uriRef, ownerModuleURI, ownerModuleURIRef): New attributes.
193            (addChildResource, addDynamicChildResource): New methods.
194            (getChildResourceList, getDynamicChildResourceList): New method.
195            (getChildResourceListByType): New method.
196            (parentResource, dynamicParentResource): New attributes.
197    
198            * Makefile (DAC_SUFFIX): Changed to ".dae".
199            (DAEM_SUFFIX): New.
200    
201    
202    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
203    
204            * ManakaiNode.dis: Use "disPerl:H" instead
205            of "disPerl:Q" for hash keys.
206            (NodeStem): Property value "mn:treeID"
207            has changed to scalar reference.
208    
209    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
210    
211            * ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
212            properties.
213            (mn:stemName, mn:refName): New properties.
214    
215            * Makefile (.discore-all.pm): New rule to create dis-related
216            Perl module files at once.
217    
218            * DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
219            (hashKeyName, hashKeyScope, anotherURI): New error parameters.
220    
221            * ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
222            of "disPerl:Q" for hash keys.
223    
224    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
225    
226            * DIS.dis (DISParser.new): New method.
227            (hasFeature): Removed.  ManakaiDISAnyResource now
228            extends DOMFeature:ManakaiHasFeatureByGetFeature.
229            (readProperties): Support for property value data
230            types DISLang:MemberRef and dx:XCRef added.
231            (ManakaiDISExceptionTarget): It is now an alias
232            for dx:ManakaiDefaultExceptionHandler.
233    
234    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
235    
236            * Makefile: DAC_SUFFIX changed to ".dad".
237    
238            * DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest.
239            (disIsNullable): Reimplemented.
240    
241    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
242    
243            * DIS.dis (addNamespaceBinding): New method.
244    
245    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
246    
247            * DIS.dis: Use valueRef and nodeIDRef where possible so
248            that dad file can share text data if possible.
249            For resources, {subOf} and {supOf} is now optional.
250            (sourceNodeIDRef): New attribute.
251    
252    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
253    
254            * DIS.dis: Parameter "databaseArg" added to various
255            methods to support objects that have no associated
256            database.
257            (getNamespaceBindingList, getDefaultNamespaceURIRef): New
258            methods.
259            (NO_RDF_TYPE_ERR): New error type.
260            (loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
261            attribute specified for a resource definition.
262    
263    2005-09-16  Wakaba  <wakaba@suika.fam.cx>
264    
265            * DIS.dis (DISResourceProp): Methods reimplemented to
266            support DIS/Value values.
267    
268    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
269    
270            * DIS.dis (readProperties): New methods.  Emploies DIS/Value
271            classes for internal data structure.
272    
273    2005-09-14  Wakaba  <wakaba@suika.fam.cx>
274    
275            * DIS.dis: Now references DIS/Value.dis.
276            (DISAnyResource): New interface separeted from DISModule.
277            DISFor and DISResource.
278    
279    2005-09-13  Wakaba  <wakaba@suika.fam.cx>
280    
281            * DIS.dis: Perl-related methods are moved to a separate
282            module "DIS/Perl.dis".
283    
284    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
285    
286            * Makefile: Renewaled.
287    
288            * ManakaiNode.dis (free): New method.
289    
290    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
291    
292            * DIS.dis: Interfaces added.
293            (free): New method.
294    
295            * PerlCode.dis: Interfaces added.
296    
297    2005-09-06  Wakaba  <wakaba@suika.fam.cx>
298    
299            * DIS.dis (plName): Use AppName attribute, if any,
300            for ManakaiDOM:ConstGroup resources.
301    
302    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
303    
304            * DIS.dis (plGeneratePerlModuleFile): Don't generate code for
305            the same class or variable twice whose alias is defined
306            in the same module.
307    
308    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
309    
310            * PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName
311            and pc:prortotype properties.
312    
313            * DIS.dis (plAdditionalISAPackages): New attribute.
314    
315    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
316    
317            * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
318            supported.
319    
320    2005-08-31  Wakaba  <wakaba@suika.fam.cx>
321    
322            * DIS.dis (uris): New attribute.
323    
324    2005-08-30  Wakaba  <wakaba@suika.fam.cx>
325    
326            * DIS.dis (plFilePathStem): New attribute.
327    
328    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
329    
330            * DIS.dis (plFileNameStem): New attribute.
331    
332    2005-08-28  Wakaba  <wakaba@suika.fam.cx>
333    
334            * DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported.
335    
336    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
337    
338            * DIS.dis: Typo fixed for replacing namespace URI and local name
339            in reflecting code.
340            (mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI"
341            attribute values as their default.
342            (mvPrefix, qnameValuePrefix): New attributes.
343    
344            * ManakaiNode.dis: Tests whether "defined" rather than true or not
345            in "while" conditions.
346    
347    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
348    
349            * ManakaiNode.dis (Util:): Now Perl package name for interfaces
350            is defined.
351    
352            * DIS.dis (mediaTypeURI): Returns $defaultMediaType
353            parameter value if dis:ContentType attribute is missing.
354    
355            * ManakaiNode.dis (importTree): Use "isa" function
356            to check whether a object is an instance of the manakai
357            node model.
358            (NodeStem, NodeRef): New lightweight variant
359            of ManakaiDOM:ManakaiDOMNodeObject
360            and ManakaiDOM:ManakaiDOMNodeReference.
361    
362    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
363    
364            * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
365            even if DOMMetaImpl:provideFeature has child nodes but
366            they are not DOMMetaImpl:providedThrough a ImplFeature
367            statement is generated.
368            (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
369    
370    2005-05-26  Wakaba  <wakaba@suika.fam.cx>
371    
372            * Makefile: Rules for DISDoc module added.
373    
374    2005-05-23  Wakaba  <wakaba@suika.fam.cx>
375    
376            * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
377            ManakaiDISModuleDefinition): "getFeature" method added.
378    
379    2005-03-06  Wakaba  <wakaba@suika.fam.cx>
380    
381            * DIS.dis (Require): Loads PerlCode module.
382    
383    2005-03-05  Wakaba  <wakaba@suika.fam.cx>
384    
385            * PerlCode.dis: Operator overloading is implemented.
386    
387    2005-03-04  Wakaba  <wakaba@suika.fam.cx>
388    
389            * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
390            module's binding properties.
391    
392    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
393    
394            * PerlCode.dis: New module.
395    
396    2005-02-26  Wakaba  <wakaba@suika.fam.cx>
397    
398            * DIS.dis (DISModuleResolver): New interface.
399    
400    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
401    
402            * DIS.dis: New module.
403    
404            * ManakaiNode.dis: New "subnode0" property category introduced.
405    
406    2005-02-17  Wakaba  <wakaba@suika.fam.cx>
407    
408            * ManakaiNode.dis: New module.
409    
410    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
411    
412            * Error.pm (___rule_def[p]): Don't output anything if not exists
413            that parameter.
414    
415    2004-09-30  Wakaba  <wakaba@suika.fam.cx>
416    
417            * Error.pm (___rule_def): "p" added; now "t" is obsolete.
418    
419    2004-04-02  Wakaba  <wakaba@suika.fam.cx>
420    
421            * Error.pm (report): Error depth fixed.
422            (___rule_def:t): New parameters empty and undef introduced.
423    
424    2004-01-17  Wakaba  <wakaba@suika.fam.cx>
425    
426            * Error.pm: Some fixes w.r.t. Error::Depth.
427    
428    2003-12-06  Wakaba  <wakaba@suika.fam.cx>
429    
430            * Error.pm (___error_def): Renamed from ___errors.
431    
432    2003-12-01  Wakaba  <wakaba@suika.fam.cx>
433    
434            * Error.pm (___get_error_def): Now support inherit. (It was not work.)
435    
436    2003-11-15  Wakaba  <wakaba@suika.fam.cx>
437    
438            * Error.pm: Use Message::Util::Formatter::Text to construct error messages.
439    
440    2003-11-13  Wakaba  <wakaba@suika.fam.cx>
441    
442            * Formatter: New directory.
443    
444    2003-11-12  Wakaba  <wakaba@suika.fam.cx>
445    
446            * Error.pm: Rewritten.
447    
448    2003-10-25  Wakaba  <wakaba@suika.fam.cx>
449    
450            * Formatter.pm (replace): Allow '%foo () ;'.
451    
452    2003-09-17  Wakaba  <wakaba@suika.fam.cx>
453    
454            * HostPermit.pm: New module.
455    
456    2003-08-05  Wakaba  <wakaba@suika.fam.cx>
457    
458            * Error.pm (_default_error_handler): Syntax fix.
459    
460            * Error/: New directory.
461    
462    2003-07-29  Wakaba  <wakaba@suika.fam.cx>
463    
464            * Error.pm: New module.
465    
466    2003-05-10  Wakaba  <w@offweb.ddo.jp>
467    
468            * Formatter.pm (replace): Bug fix of pattern.
469    
470    2003-04-29  Wakaba  <w@offweb.ddo.jp>
471    
472            * Formatter.pm (replace): {...} block is supported.
473            (Message::Util::Formatter::_returned): New package.  It is very very tiny
474            subset of SuikaWiki::Markup::XML.
475            (replace): Return structured string, not bare string.  This function is
476            useful to make tree (such as XML's) from formatting template (and its nested
477            parameters).
478    
479    2003-03-28  Wakaba  <w@offweb.ddo.jp>
480    
481            * Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
482            (replace): Replace '-' to '_' in attr name.
483    
484    2003-01-26  Wakaba  <w@cube.wakaba.ssm>
485    
486            * Formatter.pm (replace): Trim attribute name/value pair.
487    
488    2003-01-04  Wakaba  <w@suika.fam.cx>
489    
490            * Formatter.pm (replace): Don't split by ',' in quoted-strings.
491    
492  2002-12-15  Wakaba  <w@suika.fam.cx>  2002-12-15  Wakaba  <w@suika.fam.cx>
493    
494          * Formatter.pm (%char;): Removed.          * Formatter.pm (%char;): Removed.

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.65

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24