/[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.87 - (hide annotations) (download)
Sun Jan 29 07:09:25 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.86: +6 -0 lines
++ manakai/t/ChangeLog	29 Jan 2006 07:08:33 -0000
2006-01-29  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (dom-xml.t): New test.

++ manakai/lib/Message/Util/ChangeLog	29 Jan 2006 07:07:32 -0000
2006-01-29  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (skipLines): Its code was incorrect.
	(createPCLiteral): Creates a |undef| keyword node
	for an |undef| value.  Tests added.

++ manakai/lib/Message/Util/DIS/ChangeLog	29 Jan 2006 07:08:09 -0000
2006-01-29  Wakaba  <wakaba@suika.fam.cx>

	* Test.dis (assertDOMTreeEquals): |attributes| and |generalEntities|
	are implemented.

++ manakai/lib/Message/DOM/ChangeLog	29 Jan 2006 07:00:55 -0000
2006-01-29  Wakaba  <wakaba@suika.fam.cx>

	* XMLParser.dis: Tests on default attributes and their |specified|
	attribute are added.

	* XDoctype.dis (createGeneralEntity): New method.
	(generalEntities): New attribute.
	(getGeneralEntityNode, setGeneralEntityNode): New methods.

	* Tree.dis (ManakaiDOMEntities): Removed.
	(ManakaiDOMEntityMap): New class.
	(ManakaiDOM:entity-reference-read-only): New configuration parameter.
	(createEntityReference): If there is a corresponding |Entity|
	node in the document type definition, then copies its
	subtree.

	* DOMXML.dis (Entity): Documentation updated.
	(publicId, systemId, notationName, xmlEncoding,
	xmlVersion): These attributes are now settable
	if |ManakaiDOM:ManakaiDOMLatest| mode.
	(hasReplacementTree): New attribute for |ManakaiDOM:ManakaiDOMLatest|
	mode.
	(ownerDocumentTypeDefinition): New attribute
	for |ManakaiDOM:ManakaiDOMLatest| mode.
	(isExpanded): New attribute for |ManakaiDOM:ManakaiDOMLatest| mode.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24