/[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.94 - (hide annotations) (download)
Sun Feb 19 10:55:02 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.93: +8 -0 lines
++ manakai/lib/Message/Util/ChangeLog	19 Feb 2006 10:51:07 -0000
	* DIS.dis (composeSubsetURI): New code fragment.
	(getResource, getModule, getFor, loadResource): Old |rdf:type| settking
	code is removed.
	(isSubsetOfURI): Old compatibility code removed.
	(addTypeURI): Bugs fixed.

2006-02-19  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/manakai/ChangeLog	19 Feb 2006 10:54:40 -0000
2006-02-19  Wakaba  <wakaba@suika.fam.cx>

	* DISSource.dis (dis:MultipleResource): It is now
	a |DISCore:ResourceType|.

	* DISRDF.dis (rdfs:Class): It is now a subset of |DISCore:ResourceType|.

	* DISCore.dis (dis:ModuleSet): It should have been a
	subset of |DISCore:Resource|.
	(DISCore:AnyType): It should have been a subset of |DISCore:Resource|.
	(DISCore:ResourceType): New type.
	(DISCore:resourceType): New property.

1 wakaba 1.93 2006-02-19 Wakaba <wakaba@suika.fam.cx>
2    
3 wakaba 1.94 * DIS.dis (composeSubsetURI): New code fragment.
4     (getResource, getModule, getFor, loadResource): Old |rdf:type| settking
5     code is removed.
6     (isSubsetOfURI): Old compatibility code removed.
7     (addTypeURI): Bugs fixed.
8    
9     2006-02-19 Wakaba <wakaba@suika.fam.cx>
10    
11 wakaba 1.93 * DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI|
12     property on creation of an object.
13     (isAnonymous): Setter is added.
14     (isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|.
15     (getTypeURIList): New method.
16     (typeResource): New attribute.
17     (addTypeURI): New method.
18     (DISModule.isAnonymous, DISFor.isAnonymous): Removed. Now |for|s
19     and modules as well as normal resources can be anonymous.
20     (getSuperResourceURIList): New method.
21    
22     2006-02-18 Wakaba <wakaba@suika.fam.cx>
23    
24     * DIS.dis (revision): New attribute.
25    
26 wakaba 1.92 2006-02-09 Wakaba <wakaba@suika.fam.cx>
27    
28     * PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break|
29     configuration parameter support is added.
30     (pc:preserve-line-break): New configuration option.
31    
32     * DIS.dis (readProperties): |DISCore:UString| lextype support added.
33    
34 wakaba 1.90 2006-02-08 Wakaba <wakaba@suika.fam.cx>
35    
36 wakaba 1.91 * PerlCode.dis (PCReference.stringify): Reference operator |\|
37     was missing.
38    
39     2006-02-08 Wakaba <wakaba@suika.fam.cx>
40    
41 wakaba 1.90 * PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements
42     and their descendants were ignored.
43     (getNameListAttrRM): New variant derived from |getNameListAttrR|,
44     for |getUsePerlModuleNameList| and |getUseCharClassNameList|.
45     (getUsePerlModuleNameList, getUseCharClassNameList): Don't
46     include |pc:package| and their descendants to the target.
47     (PerlFile.stringify): Outputs |use| statements
48     for Perl modules and character classes not part of any package,
49     if any.
50    
51     * DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported.
52    
53     2006-02-06 Wakaba <wakaba@suika.fam.cx>
54    
55     * DIS.dis (loadModule): Loads a "daem" submodule file
56     if exists.
57    
58 wakaba 1.89 2006-01-30 Wakaba <wakaba@suika.fam.cx>
59    
60     * Makefile: Typo fixed.
61    
62 wakaba 1.87 2006-01-29 Wakaba <wakaba@suika.fam.cx>
63    
64 wakaba 1.88 * Makefile: Updated to be consist with |../DOM/Makefile|.
65    
66     * DIS.dis (parse): Parameter |input|'s type is
67     changed from |DOMLS:LSInput| to |DISPerl:HASH| to
68     remove dependency on |MDOM:DOMLS| module.
69    
70     2006-01-29 Wakaba <wakaba@suika.fam.cx>
71    
72 wakaba 1.87 * PerlCode.dis (skipLines): Its code was incorrect.
73     (createPCLiteral): Creates a |undef| keyword node
74     for an |undef| value. Tests added.
75    
76 wakaba 1.86 2006-01-25 Wakaba <wakaba@suika.fam.cx>
77    
78     * ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added.
79    
80     2006-01-24 Wakaba <wakaba@suika.fam.cx>
81    
82     * ManakaiNodeTest.dis: Tests added.
83    
84 wakaba 1.84 2006-01-23 Wakaba <wakaba@suika.fam.cx>
85    
86 wakaba 1.85 * .cvsignore: |ManakaiNodeTest.pm| added.
87    
88     2006-01-23 Wakaba <wakaba@suika.fam.cx>
89    
90 wakaba 1.84 * ManakaiNodeTest.dis: New module.
91    
92     * Makefile: |ManakaiNodeTest.dis| added.
93    
94 wakaba 1.83 2006-01-22 Wakaba <wakaba@suika.fam.cx>
95    
96     * PerlCode.dis: Fixed not |getAttributeNS| to cause
97     uninitialized value warnings.
98    
99 wakaba 1.82 2006-01-19 Wakaba <wakaba@suika.fam.cx>
100    
101     * PerlCode.dis (PCPackage.stringify): Appends a string
102     representation of non-|pc:*| element children for
103     the stringified value.
104    
105 wakaba 1.81 2006-01-07 Wakaba <wakaba@suika.fam.cx>
106    
107     * Makefile: |../DOM/XDoctype.dis| added.
108    
109 wakaba 1.80 2005-12-27 Wakaba <wakaba@suika.fam.cx>
110    
111     * PerlCode.dis (PCReference): New interface.
112    
113 wakaba 1.79 2005-12-24 Wakaba <wakaba@suika.fam.cx>
114    
115     * PerlCode.dis (PerlSub.clearPerlName): New method.
116     (PCDocument.createPCLiteral): Adopts |PerlCode| node
117     if it is a foreign one.
118    
119     * DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS|
120     character is replaced to |UNDERLINE| character.
121    
122 wakaba 1.78 2005-12-21 Wakaba <wakaba@suika.fam.cx>
123    
124     * Makefile: |dpg.dae| rule merged into |discore.dae| rule.
125    
126 wakaba 1.77 2005-12-20 Wakaba <wakaba@suika.fam.cx>
127    
128     * DIS.dis: DPG format support added.
129    
130 wakaba 1.76 2005-12-18 Wakaba <wakaba@suika.fam.cx>
131    
132     * PerlCode.dis (PCDocument.createPerlSub): New method.
133    
134     * Makefile: Rules to make |DIS/DPG.pm| added.
135    
136     2005-12-18 Wakaba <wakaba@suika.fam.cx>
137    
138     * PerlCode.dis (PCExpression.stringify): More operators supported.
139     (PCDocument.createPCStatement): New method.
140    
141 wakaba 1.75 2005-12-17 Wakaba <wakaba@suika.fam.cx>
142    
143     * PerlCode.dis (PCWhen): New interface.
144    
145 wakaba 1.74 2005-12-16 Wakaba <wakaba@suika.fam.cx>
146    
147     * PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces.
148     (arrayRefLiteral, hashRefLiteral): Typos in element type names fixed.
149     (PCExpression.stringify): Outputs children other than expression.
150     Inserts space before and after operators if desired.
151    
152     2005-12-15 Wakaba <wakaba@suika.fam.cx>
153    
154     * PerlCode.dis (PCCondition, PCBlock): New interface.
155     (ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to
156     distingulish new |ManakaiPCBlock| class implementing new |PCBlock|
157     interface.
158    
159 wakaba 1.73 2005-12-14 Wakaba <wakaba@suika.fam.cx>
160    
161     * PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New
162     interfaces and element types.
163     (getChildElementByType): New code.
164     (PCFunctionCall): New interface and element type.
165    
166 wakaba 1.72 2005-11-24 Wakaba <wakaba@suika.fam.cx>
167    
168     * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.
169    
170 wakaba 1.70 2005-11-23 Wakaba <wakaba@suika.fam.cx>
171    
172 wakaba 1.71 * Error.pm (new): Sets |-stacktrace_| property if debug
173     or verbose mode.
174     (stringify): Appends longer trace if debug or verbose mode.
175     ($VERBOSE): New flag.
176    
177     * DIS.dis: Bugs on error depth fixed.
178    
179     2005-11-23 Wakaba <wakaba@suika.fam.cx>
180    
181 wakaba 1.70 * DIS.dis (text): New attribute implementation.
182    
183     * ManakaiNode.dis (destroyNodeStem): New method.
184    
185 wakaba 1.69 2005-11-20 Wakaba <wakaba@suika.fam.cx>
186    
187     * Makefile: |../DOM/Tree.dis| added.
188    
189 wakaba 1.68 2005-11-17 Wakaba <wakaba@suika.fam.cx>
190    
191     * Makefile: |Formatter/Muf2003.dis| added to file list.
192    
193     * DIS.dis (DISModuleLite): Typo in |ISA| property fixed.
194    
195 wakaba 1.66 2005-11-16 Wakaba <wakaba@suika.fam.cx>
196    
197 wakaba 1.67 * .cvsignore: New file.
198    
199     2005-11-16 Wakaba <wakaba@suika.fam.cx>
200    
201 wakaba 1.66 * PerlCode.dis: A test code added. Typos in |ISA|
202     properties fixed.
203     (PerlSub.stringify): Generates prototype specification
204     even if |prototype| attribute value's length is zero
205     in case the |pc:prototype| attribute /is/ found.
206    
207 wakaba 1.64 2005-11-15 Wakaba <wakaba@suika.fam.cx>
208    
209 wakaba 1.65 * Makefile: Missing rule to make |Message/DOM/core.dae| added.
210    
211     2005-11-15 Wakaba <wakaba@suika.fam.cx>
212    
213 wakaba 1.64 * Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules
214     added.
215    
216     * DIS.dis (DIS:): Removed (moved to |DIS/common.dis|).
217    
218     2005-11-13 Wakaba <wakaba@suika.fam.cx>
219    
220     * PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral):
221     New interfaces.
222     (createPCLiteral, appendNewPCLiteral): New methods.
223     (PCDocument): New interface.
224     (factory methods): Namespace URI and local name of document
225     element arguments added to |createDocument| to obtain
226     an instance of |PCDocument|.
227    
228 wakaba 1.63 2005-10-16 Wakaba <wakaba@suika.fam.cx>
229    
230     * PerlCode.dis (pc:line): New configuration parameter.
231     (stringify): Don't output "#line" directive
232     unless "pc:line" parameter is set to "true".
233     (pc:split-resolver): New configuration parameter.
234    
235 wakaba 1.62 2005-10-14 Wakaba <wakaba@suika.fam.cx>
236    
237     * ManakaiNode.dis (anydata0): New property type.
238    
239     * PerlCode.dis (stringify): Prints node id if file name
240     is not available.
241     (perlLiteral): Prints as is if the value is blessed
242     with "manakai::code" package.
243    
244 wakaba 1.61 2005-10-13 Wakaba <wakaba@suika.fam.cx>
245    
246     * PerlCode.dis (CDATADOMString): Changed to use code
247     fragment defined in DOMCore module directly.
248    
249 wakaba 1.60 2005-10-12 Wakaba <wakaba@suika.fam.cx>
250    
251     * PerlCode.dis (ForClassCompat): Removed.
252    
253     * ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference):
254     Removed.
255     (newNode): New method.
256     (generateUniqueID): Algorithm has changed to save random
257     string generation time.
258    
259     * DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth".
260    
261 wakaba 1.59 2005-10-11 Wakaba <wakaba@suika.fam.cx>
262    
263     * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
264     on DOMCore and element type definitions added.
265     (localName): Renamed to "pcLocalName" to avoid
266     conflict with "Node.localName" attribute.
267    
268     2005-10-10 Wakaba <wakaba@suika.fam.cx>
269    
270     * DIS.dis (Require): Unused reference to "PerlCode.dis" removed.
271    
272     * Makefile: Rules to make "PerlCode.pm" separated
273     from ones for "DIS.pm".
274    
275     * ManakaiNode.dis (mn:unsetXRefNode): "$referent"
276     parameter is replaced with "$referrer->{$propName}".
277    
278     * PerlCode.dis (Require): References "DOMCore.dis".
279     (DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
280     (Util: for ManakaiDOM:ManakaiDOM): New.
281    
282 wakaba 1.58 2005-10-09 Wakaba <wakaba@suika.fam.cx>
283    
284     * ManakaiNode.dis: New "mn:xrefnode0" property type has
285     been introduced and methods are fixed to support it.
286     (mn:setXRefNode, mn:unsetXRefNode): New codes.
287    
288     * DIS.dis (loadResource): Skips a root resource definition
289     if it is an alias and it has "dis:Name" attribute and
290     referenced canonical definition is already read. (Note
291     that similar case that the resource definition has "dis:QName"
292     attribute is already fixed in the same way.)
293    
294 wakaba 1.56 2005-10-08 Wakaba <wakaba@suika.fam.cx>
295    
296 wakaba 1.57 * DIS.dis (readProperties): Recognizes hexdecimal
297     in "DISCore:Integer" (prefixed by "0x").
298    
299     2005-10-08 Wakaba <wakaba@suika.fam.cx>
300    
301 wakaba 1.56 * PerlCode.dis (getExceptionInterfacePackageNameList,
302     addExceptionInterfacePackageName): New methods.
303     (ToString): Sorts hash keys where they result in
304     the order of statements in result code.
305    
306     * Error.pm ($DEBUG): New option variable.
307     (___get_error_def): Calls "___error_def" method in second or later "@ISA"
308     package even if elder package has "___error_def" method.
309    
310     * DIS.dis: Now constant values are only defined
311     in interfaces.
312     (DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.
313    
314 wakaba 1.55 2005-10-06 Wakaba <wakaba@suika.fam.cx>
315    
316     * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.
317    
318 wakaba 1.54 2005-10-02 Wakaba <wakaba@suika.fam.cx>
319    
320     * DIS.dis (getAnyResource): New method.
321     (isTypeURI): Now it is a method of "DIS:DISAnyResource" interface.
322     (getPropertyResource, getPropertyResourceList): Now
323     they uses "getAnyResource" method.
324     (getPropertyModuleList): Removed.
325    
326 wakaba 1.53 2005-09-30 Wakaba <wakaba@suika.fam.cx>
327    
328     * DIS.dis (readProperties): Saves property name to values.
329     (getPropertyModuleList): New method.
330    
331 wakaba 1.52 2005-09-29 Wakaba <wakaba@suika.fam.cx>
332    
333     * DIS.dis: Shares local name, namespace URI and for URI
334     if possible.
335    
336     * PerlCode.dis (stringify): Sorts "require" statements by module
337     name.
338    
339 wakaba 1.50 2005-09-28 Wakaba <wakaba@suika.fam.cx>
340    
341 wakaba 1.51 * PerlCode.dis (perlLiteral): Sorts output by hash key.
342    
343     * ManakaiNode.dis (new): Sets "mn:groveReferenceCounter"
344     property.
345     (getNewReference): Increments "mn:groveReferenceCounter"
346     property.
347     (ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't
348     check "defined" to allow "undef" value in "while" condition.
349     (mn:isGroveReferenced): New code.
350     (changeTreeID): New "groveRC" parameter added.
351     (importTree, changeTreeID): Updates "mn:groveReferenceCounter"
352     properties.
353     (destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred".
354     (mn:groveReferenceCounter): New property.
355    
356     2005-09-28 Wakaba <wakaba@suika.fam.cx>
357    
358 wakaba 1.50 * DIS.dis: Use "tag:" URI for internal URIs.
359    
360 wakaba 1.48 2005-09-27 Wakaba <wakaba@suika.fam.cx>
361    
362 wakaba 1.49 * ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*"
363     properties.
364     (generateUniqueID): Use "tag:" URI.
365    
366     * DIS.dis (targetNamespaceURI): New attribute.
367     (ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler.
368     (ManakaiDISModuleLite->AUTOLOAD): Don't load module
369     if method name is "DESTROY".
370    
371     2005-09-27 Wakaba <wakaba@suika.fam.cx>
372    
373 wakaba 1.48 * ManakaiNode.dis (ManakaiNodeStem): Use per-class
374     variable for searching noderel properties instead
375     of per-node properties.
376    
377 wakaba 1.47 2005-09-26 Wakaba <wakaba@suika.fam.cx>
378    
379     * ManakaiNode.dis (new): New "className" parameter added.
380     (mn:NodeRefRole): New role.
381     (mn:type): New property.
382     (mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0,
383     mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties.
384    
385     * Makefile: Rules to make "DIS/DISDump" is separeted
386     from "DIS/DISDoc".
387    
388     * DIS.dis (getFor): Loads database module if unread
389     "for" is referenced.
390     (addResourceList, getResourceList): New method.
391     (ManakaiDISModuleLite): New class.
392    
393 wakaba 1.46 2005-09-25 Wakaba <wakaba@suika.fam.cx>
394    
395     * DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code.
396     (getResource): New "dae" and "daem" database format support.
397     (DISResourceList): New type.
398     (uriRef, ownerModuleURI, ownerModuleURIRef): New attributes.
399     (addChildResource, addDynamicChildResource): New methods.
400     (getChildResourceList, getDynamicChildResourceList): New method.
401     (getChildResourceListByType): New method.
402     (parentResource, dynamicParentResource): New attributes.
403    
404     * Makefile (DAC_SUFFIX): Changed to ".dae".
405     (DAEM_SUFFIX): New.
406    
407 wakaba 1.53
408 wakaba 1.44 2005-09-24 Wakaba <wakaba@suika.fam.cx>
409    
410 wakaba 1.53 * ManakaiNode.dis: Use "disPerl:H" instead
411     of "disPerl:Q" for hash keys.
412     (NodeStem): Property value "mn:treeID"
413     has changed to scalar reference.
414 wakaba 1.45
415     2005-09-24 Wakaba <wakaba@suika.fam.cx>
416    
417 wakaba 1.44 * ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
418     properties.
419     (mn:stemName, mn:refName): New properties.
420    
421     * Makefile (.discore-all.pm): New rule to create dis-related
422     Perl module files at once.
423    
424     * DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
425     (hashKeyName, hashKeyScope, anotherURI): New error parameters.
426    
427     * ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
428     of "disPerl:Q" for hash keys.
429    
430 wakaba 1.43 2005-09-23 Wakaba <wakaba@suika.fam.cx>
431    
432     * DIS.dis (DISParser.new): New method.
433     (hasFeature): Removed. ManakaiDISAnyResource now
434     extends DOMFeature:ManakaiHasFeatureByGetFeature.
435     (readProperties): Support for property value data
436     types DISLang:MemberRef and dx:XCRef added.
437     (ManakaiDISExceptionTarget): It is now an alias
438     for dx:ManakaiDefaultExceptionHandler.
439    
440 wakaba 1.41 2005-09-22 Wakaba <wakaba@suika.fam.cx>
441    
442 wakaba 1.42 * Makefile: DAC_SUFFIX changed to ".dad".
443    
444 wakaba 1.41 * DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest.
445     (disIsNullable): Reimplemented.
446    
447     2005-09-21 Wakaba <wakaba@suika.fam.cx>
448    
449     * DIS.dis (addNamespaceBinding): New method.
450    
451 wakaba 1.40 2005-09-20 Wakaba <wakaba@suika.fam.cx>
452    
453     * DIS.dis: Use valueRef and nodeIDRef where possible so
454     that dad file can share text data if possible.
455     For resources, {subOf} and {supOf} is now optional.
456     (sourceNodeIDRef): New attribute.
457    
458 wakaba 1.39 2005-09-19 Wakaba <wakaba@suika.fam.cx>
459    
460     * DIS.dis: Parameter "databaseArg" added to various
461     methods to support objects that have no associated
462     database.
463     (getNamespaceBindingList, getDefaultNamespaceURIRef): New
464     methods.
465     (NO_RDF_TYPE_ERR): New error type.
466     (loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
467     attribute specified for a resource definition.
468    
469 wakaba 1.38 2005-09-16 Wakaba <wakaba@suika.fam.cx>
470    
471     * DIS.dis (DISResourceProp): Methods reimplemented to
472     support DIS/Value values.
473    
474     2005-09-15 Wakaba <wakaba@suika.fam.cx>
475    
476     * DIS.dis (readProperties): New methods. Emploies DIS/Value
477     classes for internal data structure.
478    
479     2005-09-14 Wakaba <wakaba@suika.fam.cx>
480    
481     * DIS.dis: Now references DIS/Value.dis.
482     (DISAnyResource): New interface separeted from DISModule.
483     DISFor and DISResource.
484    
485     2005-09-13 Wakaba <wakaba@suika.fam.cx>
486    
487     * DIS.dis: Perl-related methods are moved to a separate
488     module "DIS/Perl.dis".
489    
490 wakaba 1.37 2005-09-08 Wakaba <wakaba@suika.fam.cx>
491    
492     * Makefile: Renewaled.
493    
494     * ManakaiNode.dis (free): New method.
495    
496     2005-09-07 Wakaba <wakaba@suika.fam.cx>
497    
498     * DIS.dis: Interfaces added.
499     (free): New method.
500    
501     * PerlCode.dis: Interfaces added.
502    
503     2005-09-06 Wakaba <wakaba@suika.fam.cx>
504    
505     * DIS.dis (plName): Use AppName attribute, if any,
506     for ManakaiDOM:ConstGroup resources.
507    
508     2005-09-05 Wakaba <wakaba@suika.fam.cx>
509    
510     * DIS.dis (plGeneratePerlModuleFile): Don't generate code for
511     the same class or variable twice whose alias is defined
512     in the same module.
513    
514 wakaba 1.36 2005-09-04 Wakaba <wakaba@suika.fam.cx>
515    
516     * PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName
517     and pc:prortotype properties.
518    
519     * DIS.dis (plAdditionalISAPackages): New attribute.
520    
521 wakaba 1.35 2005-09-01 Wakaba <wakaba@suika.fam.cx>
522    
523     * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
524     supported.
525    
526 wakaba 1.34 2005-08-31 Wakaba <wakaba@suika.fam.cx>
527    
528     * DIS.dis (uris): New attribute.
529    
530 wakaba 1.33 2005-08-30 Wakaba <wakaba@suika.fam.cx>
531    
532     * DIS.dis (plFilePathStem): New attribute.
533    
534     2005-08-29 Wakaba <wakaba@suika.fam.cx>
535    
536     * DIS.dis (plFileNameStem): New attribute.
537    
538     2005-08-28 Wakaba <wakaba@suika.fam.cx>
539    
540     * DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported.
541    
542     2005-08-26 Wakaba <wakaba@suika.fam.cx>
543    
544     * DIS.dis: Typo fixed for replacing namespace URI and local name
545     in reflecting code.
546     (mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI"
547     attribute values as their default.
548     (mvPrefix, qnameValuePrefix): New attributes.
549    
550     * ManakaiNode.dis: Tests whether "defined" rather than true or not
551     in "while" conditions.
552    
553 wakaba 1.31 2005-08-15 Wakaba <wakaba@suika.fam.cx>
554    
555 wakaba 1.32 * ManakaiNode.dis (Util:): Now Perl package name for interfaces
556     is defined.
557    
558 wakaba 1.31 * DIS.dis (mediaTypeURI): Returns $defaultMediaType
559     parameter value if dis:ContentType attribute is missing.
560    
561     * ManakaiNode.dis (importTree): Use "isa" function
562     to check whether a object is an instance of the manakai
563     node model.
564 wakaba 1.32 (NodeStem, NodeRef): New lightweight variant
565     of ManakaiDOM:ManakaiDOMNodeObject
566     and ManakaiDOM:ManakaiDOMNodeReference.
567 wakaba 1.31
568 wakaba 1.30 2005-05-29 Wakaba <wakaba@suika.fam.cx>
569    
570     * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
571     even if DOMMetaImpl:provideFeature has child nodes but
572     they are not DOMMetaImpl:providedThrough a ImplFeature
573     statement is generated.
574     (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
575    
576 wakaba 1.29 2005-05-26 Wakaba <wakaba@suika.fam.cx>
577    
578     * Makefile: Rules for DISDoc module added.
579    
580 wakaba 1.28 2005-05-23 Wakaba <wakaba@suika.fam.cx>
581    
582     * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
583     ManakaiDISModuleDefinition): "getFeature" method added.
584    
585 wakaba 1.27 2005-03-06 Wakaba <wakaba@suika.fam.cx>
586    
587     * DIS.dis (Require): Loads PerlCode module.
588    
589 wakaba 1.26 2005-03-05 Wakaba <wakaba@suika.fam.cx>
590    
591     * PerlCode.dis: Operator overloading is implemented.
592    
593 wakaba 1.25 2005-03-04 Wakaba <wakaba@suika.fam.cx>
594    
595     * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
596     module's binding properties.
597    
598 wakaba 1.24 2005-03-03 Wakaba <wakaba@suika.fam.cx>
599    
600     * PerlCode.dis: New module.
601    
602 wakaba 1.23 2005-02-26 Wakaba <wakaba@suika.fam.cx>
603    
604     * DIS.dis (DISModuleResolver): New interface.
605    
606 wakaba 1.22 2005-02-21 Wakaba <wakaba@suika.fam.cx>
607    
608     * DIS.dis: New module.
609    
610     * ManakaiNode.dis: New "subnode0" property category introduced.
611    
612 wakaba 1.21 2005-02-17 Wakaba <wakaba@suika.fam.cx>
613    
614     * ManakaiNode.dis: New module.
615    
616 wakaba 1.20 2005-01-05 Wakaba <wakaba@suika.fam.cx>
617    
618     * Error.pm (___rule_def[p]): Don't output anything if not exists
619     that parameter.
620    
621 wakaba 1.19 2004-09-30 Wakaba <wakaba@suika.fam.cx>
622    
623     * Error.pm (___rule_def): "p" added; now "t" is obsolete.
624    
625 wakaba 1.18 2004-04-02 Wakaba <wakaba@suika.fam.cx>
626    
627     * Error.pm (report): Error depth fixed.
628     (___rule_def:t): New parameters empty and undef introduced.
629    
630 wakaba 1.17 2004-01-17 Wakaba <wakaba@suika.fam.cx>
631    
632     * Error.pm: Some fixes w.r.t. Error::Depth.
633    
634 wakaba 1.16 2003-12-06 Wakaba <wakaba@suika.fam.cx>
635    
636     * Error.pm (___error_def): Renamed from ___errors.
637    
638 wakaba 1.15 2003-12-01 Wakaba <wakaba@suika.fam.cx>
639    
640     * Error.pm (___get_error_def): Now support inherit. (It was not work.)
641    
642 wakaba 1.14 2003-11-15 Wakaba <wakaba@suika.fam.cx>
643    
644     * Error.pm: Use Message::Util::Formatter::Text to construct error messages.
645    
646     2003-11-13 Wakaba <wakaba@suika.fam.cx>
647    
648     * Formatter: New directory.
649    
650     2003-11-12 Wakaba <wakaba@suika.fam.cx>
651    
652     * Error.pm: Rewritten.
653    
654 wakaba 1.13 2003-10-25 Wakaba <wakaba@suika.fam.cx>
655    
656     * Formatter.pm (replace): Allow '%foo () ;'.
657    
658 wakaba 1.12 2003-09-17 Wakaba <wakaba@suika.fam.cx>
659    
660     * HostPermit.pm: New module.
661    
662 wakaba 1.11 2003-08-05 Wakaba <wakaba@suika.fam.cx>
663    
664     * Error.pm (_default_error_handler): Syntax fix.
665    
666     * Error/: New directory.
667    
668 wakaba 1.10 2003-07-29 Wakaba <wakaba@suika.fam.cx>
669    
670     * Error.pm: New module.
671    
672 wakaba 1.9 2003-05-10 Wakaba <w@offweb.ddo.jp>
673    
674     * Formatter.pm (replace): Bug fix of pattern.
675    
676 wakaba 1.8 2003-04-29 Wakaba <w@offweb.ddo.jp>
677    
678     * Formatter.pm (replace): {...} block is supported.
679     (Message::Util::Formatter::_returned): New package. It is very very tiny
680     subset of SuikaWiki::Markup::XML.
681     (replace): Return structured string, not bare string. This function is
682     useful to make tree (such as XML's) from formatting template (and its nested
683     parameters).
684    
685 wakaba 1.7 2003-03-28 Wakaba <w@offweb.ddo.jp>
686    
687     * Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
688     (replace): Replace '-' to '_' in attr name.
689    
690 w 1.6 2003-01-26 Wakaba <w@cube.wakaba.ssm>
691    
692     * Formatter.pm (replace): Trim attribute name/value pair.
693    
694 w 1.5 2003-01-04 Wakaba <w@suika.fam.cx>
695    
696     * Formatter.pm (replace): Don't split by ',' in quoted-strings.
697    
698 wakaba 1.4 2002-12-15 Wakaba <w@suika.fam.cx>
699    
700     * Formatter.pm (%char;): Removed.
701    
702 wakaba 1.3 2002-12-05 Wakaba <w@suika.fam.cx>
703    
704     * Formatter.pm (%FMT2TXT): New (internal) initial format rule,
705     "-bare_text".
706     (replace): "Replace" non-%-text with "-bare_text" rule.
707     (pod): Methods and initial rules are documented.
708    
709 wakaba 1.2 2002-12-04 Wakaba <w@suika.fam.cx>
710    
711     * Formatter.pm (replace): Accept ")" in quoted-string.
712    
713 wakaba 1.1 2002-11-13 Wakaba <w@suika.fam.cx>
714    
715     * ChangeLog: New file.
716     * Formatter.pm: New module.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24