/[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.97 - (hide annotations) (download)
Wed Feb 22 11:22:05 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.96: +8 -0 lines
++ manakai/lib/Message/Util/ChangeLog	22 Feb 2006 11:00:33 -0000
2006-02-22  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (PCVariable.stringify): The |hashKey|
	attribute was not reflected to the stringified representation.

	* DIS.dis (getErrorInterfaceResource): New method.
	(getErrorCodeResource): New method.

++ manakai/lib/Message/Util/Error/ChangeLog	22 Feb 2006 11:06:19 -0000
2006-02-22  Wakaba  <wakaba@suika.fam.cx>

	* DOMException.dis (c:code): Definition was missing.
	(dx:Exception): The |ISA| property was not updated
	at 2006-02-06 change.

++ manakai/lib/Message/Util/DIS/ChangeLog	22 Feb 2006 11:05:01 -0000
2006-02-22  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (getPerlNameList): The |DISPerl:methodName|
	properties are not returned if it is specified more than once.
	(plFullyQualifiedName): Cacheing is reintroduced.
	(getPerlClassMemberCode): The |const| parameter is removed.
	(getPerlErrorInterfaceMemberCode): New method.
	(getPerlDefinitionHashNamespace): New method.
	(getPerlErrorCodeName): New method.
	(plCodeFragment): Error definition list is now generated
	as a set of assignments rather than one large subroutine.

	* DPG.dis, Test.dis: Error code constants are typed as so.

++ manakai/lib/Message/DOM/ChangeLog	22 Feb 2006 10:58:59 -0000
2006-02-22  Wakaba  <wakaba@suika.fam.cx>

	* DOMLS.dis: Constants were typed as |dx:ErrorCode|
	by mistake.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24