/[suikacvs]/messaging/manakai/lib/Message/Util/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/Util/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.61 - (hide annotations) (download)
Thu Oct 13 08:16:44 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.60: +5 -0 lines
++ manakai/lib/Message/Util/ChangeLog	13 Oct 2005 08:14:30 -0000
2005-10-13  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (CDATADOMString): Changed to use code
	fragment defined in DOMCore module directly.

++ manakai/lib/Message/Util/DIS/ChangeLog	13 Oct 2005 08:15:20 -0000
2005-10-13  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plIsFeatureImplemented): Don't check whether features
	are implemented for aliases.

++ manakai/lib/Message/DOM/ChangeLog	13 Oct 2005 08:13:32 -0000
2005-10-13  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (setAttrValueNS): New code.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24