/[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.90 - (hide annotations) (download)
Wed Feb 8 08:18:29 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.89: +19 -0 lines
++ manakai/bin/ChangeLog	8 Feb 2006 07:59:04 -0000
2006-02-08  Wakaba  <wakaba@suika.fam.cx>

	* dac2test.pl (|test:ParserTest| converter): |c:erred| is supported.

++ manakai/lib/Message/Util/ChangeLog	8 Feb 2006 08:07:42 -0000
2006-02-08  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements
	and their descendants were ignored.
	(getNameListAttrRM): New variant derived from |getNameListAttrR|,
	for |getUsePerlModuleNameList| and |getUseCharClassNameList|.
	(getUsePerlModuleNameList, getUseCharClassNameList): Don't
	include |pc:package| and their descendants to the target.
	(PerlFile.stringify): Outputs |use| statements
	for Perl modules and character classes not part of any package,
	if any.

	* DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported.

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

	* DIS.dis (loadModule): Loads a "daem" submodule file
	if exists.

++ manakai/lib/Message/Util/Error/ChangeLog	8 Feb 2006 08:17:54 -0000
2006-02-06  Wakaba  <wakaba@suika.fam.cx>

	* DOMException.dis (ManakaiDOM:WarningClass): Removed.
	(ManakaiDOM:alwaysWarns): Removed.
	(disPerl:WARNING): Removed.
	(ManakaiDOM:ManakaiDOMExceptionOrWarning): Removed.
	(ManakaiDOM:ManakaiDOMWarning): Removed.

++ manakai/lib/Message/Util/DIS/ChangeLog	8 Feb 2006 08:16:38 -0000
2006-02-08  Wakaba  <wakaba@suika.fam.cx>

	* Value.dis: |lang:tdterr| type support is added.

	* Test.dis (failureComment): New method.
	(TFQNames): New token type.
	(rule node): It now accepts empty declaration.

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

	* Test.dis (assertTypedValueEquals): New code fragment
	extracted from |assertDOMTreeEquals| method.
	(assertErrorEquals): New method.

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

	* Test.dis (Require): Requires |Util:DIS| module.
	(parseTDTErrorString): New method.
	(URI, QName): New token types.
	(rule tdterr): New parser rule.
	(dtest:undeclared-namespace-prefix-error): New error.
	(dtest:bad-error-resource-error): New error.

++ manakai/lib/Message/DOM/ChangeLog	8 Feb 2006 08:01:24 -0000
2006-02-08  Wakaba  <wakaba@suika.fam.cx>

	* XMLParser.dis (XMLTests): Tests for |c:erred| is supported.

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

	* DOMCore.dis (c:erred): New property.
	(c:DOMErrorType): It should have been a subset
	of |ecore:AnyErrorCode|.

	* XMLParser.dis (XMLTests): Empty input tests added.

++ manakai/lib/manakai/ChangeLog	8 Feb 2006 08:18:20 -0000
2006-02-06  Wakaba  <wakaba@suika.fam.cx>

	* Test.dis (lang:tdterr): New type.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24