/[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.92 - (hide annotations) (download)
Thu Feb 9 10:23:19 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.91: +8 -0 lines
++ manakai/bin/ChangeLog	9 Feb 2006 10:13:54 -0000
2006-02-09  Wakaba  <wakaba@suika.fam.cx>

	* dac2test.pl: Set |pc:preserve-line-break| configuration
	parameter |true|.

++ manakai/lib/Message/Util/ChangeLog	9 Feb 2006 10:20:03 -0000
2006-02-09  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break|
	configuration parameter support is added.
	(pc:preserve-line-break): New configuration option.

	* DIS.dis (readProperties): |DISCore:UString| lextype support added.

++ manakai/lib/Message/Util/DIS/ChangeLog	9 Feb 2006 10:22:14 -0000
2006-02-09  Wakaba  <wakaba@suika.fam.cx>

	* Test.dis (printComment): Escapes non-ASCII-printable characters.

	* DPG.dis (state_to_code): Adds set-|$token->{location_d}|-code
	to adjast column number when |@dch| is in use.

++ manakai/lib/Message/DOM/ChangeLog	9 Feb 2006 10:18:41 -0000
2006-02-09  Wakaba  <wakaba@suika.fam.cx>

	* XMLParser.dis (CommentDeclaration): |STRING| is now
	defined as a |?default-token|.
	(XMLTests): Tests for |Char - RestrictedChar| matchness,
	comment declarations, cdata sections, and |MSE| in |content|
	added.
	(XMLTests/PerlDef): Bug fixed: |pop| -> |shift|.
	(get-location-from-token): |$token->{location_d}|
	for |?default-token| column counting support added.

	* DOMCore.dis (c:erred): It is now a |DISCore:OrderedList| property.

++ manakai/lib/manakai/ChangeLog	9 Feb 2006 10:23:11 -0000
2006-02-09  Wakaba  <wakaba@suika.fam.cx>

	* DISCore.dis (DISCore:UString): New lextype.

	* Test.dis (test:value): Default |dis:dataType| changed
	to |DISCore:UString|.
	(test:EntityValueString): Removed (it was never used).

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24