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> |
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 |
* DIS.dis (mediaTypeURI): Returns $defaultMediaType |
46 |
parameter value if dis:ContentType attribute is missing. |
parameter value if dis:ContentType attribute is missing. |
47 |
|
|
48 |
* ManakaiNode.dis (importTree): Use "isa" function |
* ManakaiNode.dis (importTree): Use "isa" function |
49 |
to check whether a object is an instance of the manakai |
to check whether a object is an instance of the manakai |
50 |
node model. |
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> |
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|