/[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.84 - (hide annotations) (download)
Mon Jan 23 12:43:35 2006 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.83: +6 -0 lines
++ manakai/t/ChangeLog	23 Jan 2006 12:43:00 -0000
2006-01-23  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: |util-mntest.t| added.

++ manakai/lib/Message/Util/ChangeLog	23 Jan 2006 12:42:01 -0000
2006-01-23  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNodeTest.dis: New module.

	* Makefile: |ManakaiNodeTest.dis| added.

++ manakai/lib/Message/DOM/ChangeLog	23 Jan 2006 12:41:27 -0000
	* DOMCore.dis (NO_NAMED_NODE_ERR, NO_NAMED_NODE_NS_ERR,
	INUSE_DEFINITION_ERR, NO_NS_NAMEDNODEMAP_ERR): New error subtypes.

	* DOMMain.dis (ensureXMLName): Checks definesness of |$XMLVERSION|
	to avoid uninitialized value warning.

	* Tree.dis (ManakaiDOMElementTypeDefMap, ManakaiDOMAttrDefMap): New
	classes (work in progress).

	* XDoctype.dis (elementTypes, attributeDefinitions): New attributes.

2006-01-22  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/manakai/ChangeLog	22 Jan 2006 07:12:00 -0000
2006-01-22  Wakaba  <wakaba@suika.fam.cx>

	* mndebug.pl: New script.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24