/[suikacvs]/messaging/manakai/lib/Message/Util/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/Util/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by wakaba, Mon Feb 21 08:06:19 2005 UTC revision 1.105 by wakaba, Wed Mar 8 11:43:07 2006 UTC
# Line 1  Line 1 
1    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    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
8    
9            * DIS.dis (mvOwnerElementResource): Allows an attribute
10            with no owner element.
11    
12    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
13    
14            * 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            * 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            * 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    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
57    
58            * 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            * 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    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    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    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
95    
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            * 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    2006-02-19  Wakaba  <wakaba@suika.fam.cx>
123    
124            * 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            * 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    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    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
156    
157            * PerlCode.dis (PCReference.stringify): Reference operator |\|
158            was missing.
159            
160    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
161    
162            * 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    2006-01-30  Wakaba  <wakaba@suika.fam.cx>
180    
181            * Makefile: Typo fixed.
182    
183    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
184    
185            * 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            * PerlCode.dis (skipLines): Its code was incorrect.
194            (createPCLiteral): Creates a |undef| keyword node
195            for an |undef| value.  Tests added.
196    
197    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    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
206    
207            * .cvsignore: |ManakaiNodeTest.pm| added.
208    
209    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
210    
211            * ManakaiNodeTest.dis: New module.
212    
213            * Makefile: |ManakaiNodeTest.dis| added.
214    
215    2006-01-22  Wakaba  <wakaba@suika.fam.cx>
216    
217            * PerlCode.dis: Fixed not |getAttributeNS| to cause
218            uninitialized value warnings.
219    
220    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    2006-01-07  Wakaba  <wakaba@suika.fam.cx>
227    
228            * Makefile: |../DOM/XDoctype.dis| added.
229    
230    2005-12-27  Wakaba  <wakaba@suika.fam.cx>
231    
232            * PerlCode.dis (PCReference): New interface.
233    
234    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    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
244    
245            * Makefile: |dpg.dae| rule merged into |discore.dae| rule.
246    
247    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
248    
249            * DIS.dis: DPG format support added.
250    
251    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    2005-12-17  Wakaba  <wakaba@suika.fam.cx>
263    
264            * PerlCode.dis (PCWhen): New interface.
265    
266    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    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    2005-11-24  Wakaba  <wakaba@suika.fam.cx>
288    
289            * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.
290    
291    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
292    
293            * 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            * DIS.dis (text): New attribute implementation.
303    
304            * ManakaiNode.dis (destroyNodeStem): New method.
305    
306    2005-11-20  Wakaba  <wakaba@suika.fam.cx>
307    
308            * Makefile: |../DOM/Tree.dis| added.
309    
310    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    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
317    
318            * .cvsignore: New file.
319            
320    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
321    
322            * 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    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
329    
330            * Makefile: Missing rule to make |Message/DOM/core.dae| added.
331    
332    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
333    
334            * 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    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    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    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    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    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    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    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
416    
417            * DIS.dis (readProperties): Recognizes hexdecimal
418            in "DISCore:Integer" (prefixed by "0x").
419    
420    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
421    
422            * 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    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
436    
437            * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.
438    
439    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    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
448    
449            * DIS.dis (readProperties): Saves property name to values.
450            (getPropertyModuleList): New method.
451    
452    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    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
461    
462            * 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            * DIS.dis: Use "tag:" URI for internal URIs.
480    
481    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
482    
483            * 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            * ManakaiNode.dis (ManakaiNodeStem): Use per-class
495            variable for searching noderel properties instead
496            of per-node properties.
497    
498    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    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    
529    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
530    
531            * 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    
536    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
537    
538            * 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    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    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
562    
563            * Makefile: DAC_SUFFIX changed to ".dad".
564    
565            * 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    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    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    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    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    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    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
643    
644            * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
645            supported.
646    
647    2005-08-31  Wakaba  <wakaba@suika.fam.cx>
648    
649            * DIS.dis (uris): New attribute.
650    
651    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    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
675    
676            * ManakaiNode.dis (Util:): Now Perl package name for interfaces
677            is defined.
678    
679            * 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            (NodeStem, NodeRef): New lightweight variant
686            of ManakaiDOM:ManakaiDOMNodeObject
687            and ManakaiDOM:ManakaiDOMNodeReference.
688    
689    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    2005-05-26  Wakaba  <wakaba@suika.fam.cx>
698    
699            * Makefile: Rules for DISDoc module added.
700    
701    2005-05-23  Wakaba  <wakaba@suika.fam.cx>
702    
703            * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
704            ManakaiDISModuleDefinition): "getFeature" method added.
705    
706    2005-03-06  Wakaba  <wakaba@suika.fam.cx>
707    
708            * DIS.dis (Require): Loads PerlCode module.
709    
710    2005-03-05  Wakaba  <wakaba@suika.fam.cx>
711    
712            * PerlCode.dis: Operator overloading is implemented.
713    
714    2005-03-04  Wakaba  <wakaba@suika.fam.cx>
715    
716            * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
717            module's binding properties.
718    
719    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
720    
721            * PerlCode.dis: New module.
722    
723    2005-02-26  Wakaba  <wakaba@suika.fam.cx>
724    
725            * DIS.dis (DISModuleResolver): New interface.
726    
727  2005-02-21  Wakaba  <wakaba@suika.fam.cx>  2005-02-21  Wakaba  <wakaba@suika.fam.cx>
728    
729          * DIS.dis: New module.          * DIS.dis: New module.

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.105

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24