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> |
86 |
|
|
87 |
|
* PerlCode.dis: New module. |
88 |
|
|
89 |
|
2005-02-26 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* DIS.dis (DISModuleResolver): New interface. |
92 |
|
|
93 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* DIS.dis: New module. |
96 |
|
|
97 |
|
* ManakaiNode.dis: New "subnode0" property category introduced. |
98 |
|
|
99 |
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* ManakaiNode.dis: New module. |
102 |
|
|
103 |
|
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* Error.pm (___rule_def[p]): Don't output anything if not exists |
106 |
|
that parameter. |
107 |
|
|
108 |
|
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* Error.pm (___rule_def): "p" added; now "t" is obsolete. |
111 |
|
|
112 |
|
2004-04-02 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* Error.pm (report): Error depth fixed. |
115 |
|
(___rule_def:t): New parameters empty and undef introduced. |
116 |
|
|
117 |
|
2004-01-17 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* Error.pm: Some fixes w.r.t. Error::Depth. |
120 |
|
|
121 |
|
2003-12-06 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* Error.pm (___error_def): Renamed from ___errors. |
124 |
|
|
125 |
|
2003-12-01 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* Error.pm (___get_error_def): Now support inherit. (It was not work.) |
128 |
|
|
129 |
|
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* Error.pm: Use Message::Util::Formatter::Text to construct error messages. |
132 |
|
|
133 |
|
2003-11-13 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* Formatter: New directory. |
136 |
|
|
137 |
|
2003-11-12 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* Error.pm: Rewritten. |
140 |
|
|
141 |
|
2003-10-25 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* Formatter.pm (replace): Allow '%foo () ;'. |
144 |
|
|
145 |
|
2003-09-17 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* HostPermit.pm: New module. |
148 |
|
|
149 |
|
2003-08-05 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* Error.pm (_default_error_handler): Syntax fix. |
152 |
|
|
153 |
|
* Error/: New directory. |
154 |
|
|
155 |
|
2003-07-29 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
157 |
|
* Error.pm: New module. |
158 |
|
|
159 |
2003-05-10 Wakaba <w@offweb.ddo.jp> |
2003-05-10 Wakaba <w@offweb.ddo.jp> |
160 |
|
|
161 |
* Formatter.pm (replace): Bug fix of pattern. |
* Formatter.pm (replace): Bug fix of pattern. |