1 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName |
4 |
|
and pc:prortotype properties. |
5 |
|
|
6 |
|
* DIS.dis (plAdditionalISAPackages): New attribute. |
7 |
|
|
8 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype |
11 |
|
supported. |
12 |
|
|
13 |
|
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* DIS.dis (uris): New attribute. |
16 |
|
|
17 |
|
2005-08-30 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* DIS.dis (plFilePathStem): New attribute. |
20 |
|
|
21 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* DIS.dis (plFileNameStem): New attribute. |
24 |
|
|
25 |
|
2005-08-28 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported. |
28 |
|
|
29 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* DIS.dis: Typo fixed for replacing namespace URI and local name |
32 |
|
in reflecting code. |
33 |
|
(mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI" |
34 |
|
attribute values as their default. |
35 |
|
(mvPrefix, qnameValuePrefix): New attributes. |
36 |
|
|
37 |
|
* ManakaiNode.dis: Tests whether "defined" rather than true or not |
38 |
|
in "while" conditions. |
39 |
|
|
40 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* ManakaiNode.dis (Util:): Now Perl package name for interfaces |
43 |
|
is defined. |
44 |
|
|
45 |
|
* DIS.dis (mediaTypeURI): Returns $defaultMediaType |
46 |
|
parameter value if dis:ContentType attribute is missing. |
47 |
|
|
48 |
|
* ManakaiNode.dis (importTree): Use "isa" function |
49 |
|
to check whether a object is an instance of the manakai |
50 |
|
node model. |
51 |
|
(NodeStem, NodeRef): New lightweight variant |
52 |
|
of ManakaiDOM:ManakaiDOMNodeObject |
53 |
|
and ManakaiDOM:ManakaiDOMNodeReference. |
54 |
|
|
55 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* DIS.dis (plGeneratePerlModuleFile): Bug fixed so that |
58 |
|
even if DOMMetaImpl:provideFeature has child nodes but |
59 |
|
they are not DOMMetaImpl:providedThrough a ImplFeature |
60 |
|
statement is generated. |
61 |
|
(plCodeFragment): Bug fixed so that dis:SetProp works correctly. |
62 |
|
|
63 |
|
2005-05-26 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* Makefile: Rules for DISDoc module added. |
66 |
|
|
67 |
|
2005-05-23 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition, |
70 |
|
ManakaiDISModuleDefinition): "getFeature" method added. |
71 |
|
|
72 |
|
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* DIS.dis (Require): Loads PerlCode module. |
75 |
|
|
76 |
|
2005-03-05 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* PerlCode.dis: Operator overloading is implemented. |
79 |
|
|
80 |
|
2005-03-04 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* ManakaiNode.dis: Checks type, to support SuikaWikiConfig21 |
83 |
|
module's binding properties. |
84 |
|
|
85 |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
* PerlCode.dis: New module. |
* PerlCode.dis: New module. |