/[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.99 - (hide annotations) (download)
Thu Feb 23 17:51:49 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.98: +9 -0 lines
++ manakai/lib/Message/Util/ChangeLog	23 Feb 2006 17:23:56 -0000
2006-02-24  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (loadResource): URI registration by |addResourceList|
	was incorrect for aliases.
	(unloadResource): It did not support resources with
	no e.g. |{subOf}| hash.
	(addResourceURI): New method.
	(getResourceURIList): New method.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24