/[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.86 - (hide annotations) (download)
Wed Jan 25 12:21:49 2006 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.85: +8 -0 lines
++ manakai/t/ChangeLog	24 Jan 2006 13:25:30 -0000
2006-01-24  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (util-mntest.t): Calls |mndebug.pl| subroutines.

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

	* ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added.

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

	* ManakaiNodeTest.dis: Tests added.

++ manakai/lib/Message/Util/DIS/ChangeLog	25 Jan 2006 12:21:17 -0000
2006-01-25  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis: Typos in URIs fixed.
	(plCodeFragment): |lang:dis| |dis:SetProp| |CheckReadOnly|
	check code was inserted to incorrect place.

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

	* Perl.dis (plCodeFragment): Gives URI as argument
	to ensure |isReferred| switch turned on.

++ manakai/lib/Message/DOM/ChangeLog	25 Jan 2006 12:18:34 -0000
2006-01-25  Wakaba  <wakaba@suika.fam.cx>

	* XDoctype.dis (setElementTypeDefinitionNode,
	setAttributeDefinitionNode): Throws |c:INUSE_DEFINITION_ERR|
	if the new node is already used for another definition.
	(DocumentTypeDefinition, ElementTypeDefinition): Node
	property name was incorrect.
	(elementTypes, attributeDefinitions): Checks to
	ensure the collection is empty added.

	* Tree.dis: Property name typos fixed.
	(setNamedItem, setAttributeNode): Don't return any node
	if it replace itself.
	(c:userDeterminedId): Missing definition added.

	* DOMXML.dis (Notation): Missing property specification
	of|c:ownerDocument| as |mn:xrefnode0| is added.

++ manakai/lib/manakai/ChangeLog	24 Jan 2006 13:23:58 -0000
2006-01-24  Wakaba  <wakaba@suika.fam.cx>

	* mndebug.pl (define_nodestem_destroy, define_nodestem_destroy_all,
	define_noderef_destroy_all): New subroutines.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24