| 1 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* Makefile: Renewaled. |
| 4 |
|
|
| 5 |
|
* ManakaiNode.dis (free): New method. |
| 6 |
|
|
| 7 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
| 8 |
|
|
| 9 |
|
* DIS.dis: Interfaces added. |
| 10 |
|
(free): New method. |
| 11 |
|
|
| 12 |
|
* PerlCode.dis: Interfaces added. |
| 13 |
|
|
| 14 |
|
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
| 15 |
|
|
| 16 |
|
* DIS.dis (plName): Use AppName attribute, if any, |
| 17 |
|
for ManakaiDOM:ConstGroup resources. |
| 18 |
|
|
| 19 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
| 20 |
|
|
| 21 |
|
* DIS.dis (plGeneratePerlModuleFile): Don't generate code for |
| 22 |
|
the same class or variable twice whose alias is defined |
| 23 |
|
in the same module. |
| 24 |
|
|
| 25 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
| 26 |
|
|
| 27 |
|
* PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName |
| 28 |
|
and pc:prortotype properties. |
| 29 |
|
|
| 30 |
|
* DIS.dis (plAdditionalISAPackages): New attribute. |
| 31 |
|
|
| 32 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
| 33 |
|
|
| 34 |
|
* DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype |
| 35 |
|
supported. |
| 36 |
|
|
| 37 |
|
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
| 38 |
|
|
| 39 |
|
* DIS.dis (uris): New attribute. |
| 40 |
|
|
| 41 |
|
2005-08-30 Wakaba <wakaba@suika.fam.cx> |
| 42 |
|
|
| 43 |
|
* DIS.dis (plFilePathStem): New attribute. |
| 44 |
|
|
| 45 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
| 46 |
|
|
| 47 |
|
* DIS.dis (plFileNameStem): New attribute. |
| 48 |
|
|
| 49 |
|
2005-08-28 Wakaba <wakaba@suika.fam.cx> |
| 50 |
|
|
| 51 |
|
* DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported. |
| 52 |
|
|
| 53 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
| 54 |
|
|
| 55 |
|
* DIS.dis: Typo fixed for replacing namespace URI and local name |
| 56 |
|
in reflecting code. |
| 57 |
|
(mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI" |
| 58 |
|
attribute values as their default. |
| 59 |
|
(mvPrefix, qnameValuePrefix): New attributes. |
| 60 |
|
|
| 61 |
|
* ManakaiNode.dis: Tests whether "defined" rather than true or not |
| 62 |
|
in "while" conditions. |
| 63 |
|
|
| 64 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
| 65 |
|
|
| 66 |
|
* ManakaiNode.dis (Util:): Now Perl package name for interfaces |
| 67 |
|
is defined. |
| 68 |
|
|
| 69 |
|
* DIS.dis (mediaTypeURI): Returns $defaultMediaType |
| 70 |
|
parameter value if dis:ContentType attribute is missing. |
| 71 |
|
|
| 72 |
|
* ManakaiNode.dis (importTree): Use "isa" function |
| 73 |
|
to check whether a object is an instance of the manakai |
| 74 |
|
node model. |
| 75 |
|
(NodeStem, NodeRef): New lightweight variant |
| 76 |
|
of ManakaiDOM:ManakaiDOMNodeObject |
| 77 |
|
and ManakaiDOM:ManakaiDOMNodeReference. |
| 78 |
|
|
| 79 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
| 80 |
|
|
| 81 |
|
* DIS.dis (plGeneratePerlModuleFile): Bug fixed so that |
| 82 |
|
even if DOMMetaImpl:provideFeature has child nodes but |
| 83 |
|
they are not DOMMetaImpl:providedThrough a ImplFeature |
| 84 |
|
statement is generated. |
| 85 |
|
(plCodeFragment): Bug fixed so that dis:SetProp works correctly. |
| 86 |
|
|
| 87 |
|
2005-05-26 Wakaba <wakaba@suika.fam.cx> |
| 88 |
|
|
| 89 |
|
* Makefile: Rules for DISDoc module added. |
| 90 |
|
|
| 91 |
|
2005-05-23 Wakaba <wakaba@suika.fam.cx> |
| 92 |
|
|
| 93 |
|
* DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition, |
| 94 |
|
ManakaiDISModuleDefinition): "getFeature" method added. |
| 95 |
|
|
| 96 |
|
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
| 97 |
|
|
| 98 |
|
* DIS.dis (Require): Loads PerlCode module. |
| 99 |
|
|
| 100 |
|
2005-03-05 Wakaba <wakaba@suika.fam.cx> |
| 101 |
|
|
| 102 |
|
* PerlCode.dis: Operator overloading is implemented. |
| 103 |
|
|
| 104 |
|
2005-03-04 Wakaba <wakaba@suika.fam.cx> |
| 105 |
|
|
| 106 |
|
* ManakaiNode.dis: Checks type, to support SuikaWikiConfig21 |
| 107 |
|
module's binding properties. |
| 108 |
|
|
| 109 |
|
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
| 110 |
|
|
| 111 |
|
* PerlCode.dis: New module. |
| 112 |
|
|
| 113 |
|
2005-02-26 Wakaba <wakaba@suika.fam.cx> |
| 114 |
|
|
| 115 |
|
* DIS.dis (DISModuleResolver): New interface. |
| 116 |
|
|
| 117 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
| 118 |
|
|
| 119 |
|
* DIS.dis: New module. |
| 120 |
|
|
| 121 |
|
* ManakaiNode.dis: New "subnode0" property category introduced. |
| 122 |
|
|
| 123 |
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
| 124 |
|
|
| 125 |
|
* ManakaiNode.dis: New module. |
| 126 |
|
|
| 127 |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
| 128 |
|
|
| 129 |
* Error.pm (___rule_def[p]): Don't output anything if not exists |
* Error.pm (___rule_def[p]): Don't output anything if not exists |