/[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.93 - (hide annotations) (download)
Sun Feb 19 07:06:14 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.92: +17 -0 lines
++ manakai/t/ChangeLog	19 Feb 2006 07:06:08 -0000
	* Makefile (util-dis.t): New test.

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

++ manakai/lib/Message/Util/ChangeLog	19 Feb 2006 07:05:43 -0000
2006-02-19  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI|
	property on creation of an object.
	(isAnonymous): Setter is added.
	(isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|.
	(getTypeURIList): New method.
	(typeResource): New attribute.
	(addTypeURI): New method.
	(DISModule.isAnonymous, DISFor.isAnonymous): Removed.  Now |for|s
	and modules as well as normal resources can be anonymous.
	(getSuperResourceURIList): New method.

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

	* DIS.dis (revision): New attribute.

++ manakai/lib/Message/Util/DIS/ChangeLog	19 Feb 2006 07:05:24 -0000
2006-02-19  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plStoreDISDatabase): Resources that
	is defined (|isDefined| is |true|) but does not
	have owner module (|ownerModuleURIRef| is |null|)
	is now storable.

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

	* Value.dis (revision): New attribute.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24