/[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.105 - (hide annotations) (download)
Wed Mar 8 11:43:07 2006 UTC (18 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.104: +6 -0 lines
++ manakai/lib/Message/Util/ChangeLog	8 Mar 2006 11:43:02 -0000
2006-03-08  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis (destroy): Don't cause |uninitialized value
	as SCALAR reference| error even if the node is disposed
	and it no longer has tree id.

++ manakai/lib/Message/DOM/ChangeLog	8 Mar 2006 11:41:45 -0000
2006-03-08  Wakaba  <wakaba@suika.fam.cx>

	* XDoctype.dis (replaceChild): Method implementations are added.

	* Tree.dis (replaceChild): Method implementations are added.

	* DOMXML.dis (replaceChild): Method implementations are added.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24