/[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.102 - (hide annotations) (download)
Sun Feb 26 06:42:56 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.101: +15 -0 lines
++ manakai/t/ChangeLog	26 Feb 2006 06:42:43 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Revised for new |daf| database format.

++ manakai/bin/ChangeLog	26 Feb 2006 06:36:16 -0000
	* daf.pl: Perl test file generation support from |dac2test.pl|
	is added.  Exits the program before any generation
	if the database constrution process has error.

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

++ manakai/lib/Message/Markup/ChangeLog	26 Feb 2006 06:37:11 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Revised for new |daf| database format.

++ manakai/lib/Message/Util/ChangeLog	26 Feb 2006 06:40:09 -0000
	* ManakaiNodeTest.dis (Require): Missing reference
	to the |DISlib:Test| module is added.

	* Makefile: Revised for new |daf| database format.

	* DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo|
	parameter is added.
	(getFor, getModule): Set reference rather than string
	itself to the |{for}| property.
	(loadResource): Passes |srinfo| parameter
	to |isSubsetOfURI|-calling methods.
	(mergeAsAlias): The |srinfo| parameter is added.

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

++ manakai/lib/Message/Util/DIS/ChangeLog	26 Feb 2006 06:41:53 -0000
	* Perl.dis (addHashKey): Revised to register keys to
	each key scope resource rather than database.

	* DNLite.dis (elementTypeMatch): The |srinfo| parameter is added.

	* DISDump.dis (Require): Missing reference to the |DISlib:DISMarkup|
	module is added.

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

++ manakai/lib/Message/DOM/ChangeLog	26 Feb 2006 06:36:55 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Revised for new |daf| database format.

++ manakai/lib/manakai/ChangeLog	26 Feb 2006 06:42:23 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Rules to construct old |dae| database are removed.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24