/[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.96 - (hide annotations) (download)
Mon Feb 20 14:52:44 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.95: +8 -0 lines
++ manakai/lib/Message/Util/ChangeLog	20 Feb 2006 14:50:03 -0000
	* DIS.dis (MUErrorHandler): Missing |For| specification is added.

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

	* DIS.dis (getMethodForType): Bug fixed.

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

++ manakai/lib/Message/Util/DIS/ChangeLog	20 Feb 2006 14:51:08 -0000
	* Perl.dis (plGeneratePerlModule): Some part split
	to |getPerlModuleMemberCode| method.
	(getPerlModuleMemberCode): New method.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24