1 |
2005-09-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* DIS.dis (DISResourceProp): Methods reimplemented to |
4 |
support DIS/Value values. |
5 |
|
6 |
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
7 |
|
8 |
* DIS.dis (readProperties): New methods. Emploies DIS/Value |
9 |
classes for internal data structure. |
10 |
|
11 |
2005-09-14 Wakaba <wakaba@suika.fam.cx> |
12 |
|
13 |
* DIS.dis: Now references DIS/Value.dis. |
14 |
(DISAnyResource): New interface separeted from DISModule. |
15 |
DISFor and DISResource. |
16 |
|
17 |
2005-09-13 Wakaba <wakaba@suika.fam.cx> |
18 |
|
19 |
* DIS.dis: Perl-related methods are moved to a separate |
20 |
module "DIS/Perl.dis". |
21 |
|
22 |
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
23 |
|
24 |
* Makefile: Renewaled. |
25 |
|
26 |
* ManakaiNode.dis (free): New method. |
27 |
|
28 |
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
29 |
|
30 |
* DIS.dis: Interfaces added. |
31 |
(free): New method. |
32 |
|
33 |
* PerlCode.dis: Interfaces added. |
34 |
|
35 |
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
36 |
|
37 |
* DIS.dis (plName): Use AppName attribute, if any, |
38 |
for ManakaiDOM:ConstGroup resources. |
39 |
|
40 |
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
41 |
|
42 |
* DIS.dis (plGeneratePerlModuleFile): Don't generate code for |
43 |
the same class or variable twice whose alias is defined |
44 |
in the same module. |
45 |
|
46 |
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
47 |
|
48 |
* PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName |
49 |
and pc:prortotype properties. |
50 |
|
51 |
* DIS.dis (plAdditionalISAPackages): New attribute. |
52 |
|
53 |
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
54 |
|
55 |
* DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype |
56 |
supported. |
57 |
|
58 |
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
59 |
|
60 |
* DIS.dis (uris): New attribute. |
61 |
|
62 |
2005-08-30 Wakaba <wakaba@suika.fam.cx> |
63 |
|
64 |
* DIS.dis (plFilePathStem): New attribute. |
65 |
|
66 |
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
67 |
|
68 |
* DIS.dis (plFileNameStem): New attribute. |
69 |
|
70 |
2005-08-28 Wakaba <wakaba@suika.fam.cx> |
71 |
|
72 |
* DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported. |
73 |
|
74 |
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
75 |
|
76 |
* DIS.dis: Typo fixed for replacing namespace URI and local name |
77 |
in reflecting code. |
78 |
(mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI" |
79 |
attribute values as their default. |
80 |
(mvPrefix, qnameValuePrefix): New attributes. |
81 |
|
82 |
* ManakaiNode.dis: Tests whether "defined" rather than true or not |
83 |
in "while" conditions. |
84 |
|
85 |
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
86 |
|
87 |
* ManakaiNode.dis (Util:): Now Perl package name for interfaces |
88 |
is defined. |
89 |
|
90 |
* DIS.dis (mediaTypeURI): Returns $defaultMediaType |
91 |
parameter value if dis:ContentType attribute is missing. |
92 |
|
93 |
* ManakaiNode.dis (importTree): Use "isa" function |
94 |
to check whether a object is an instance of the manakai |
95 |
node model. |
96 |
(NodeStem, NodeRef): New lightweight variant |
97 |
of ManakaiDOM:ManakaiDOMNodeObject |
98 |
and ManakaiDOM:ManakaiDOMNodeReference. |
99 |
|
100 |
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
101 |
|
102 |
* DIS.dis (plGeneratePerlModuleFile): Bug fixed so that |
103 |
even if DOMMetaImpl:provideFeature has child nodes but |
104 |
they are not DOMMetaImpl:providedThrough a ImplFeature |
105 |
statement is generated. |
106 |
(plCodeFragment): Bug fixed so that dis:SetProp works correctly. |
107 |
|
108 |
2005-05-26 Wakaba <wakaba@suika.fam.cx> |
109 |
|
110 |
* Makefile: Rules for DISDoc module added. |
111 |
|
112 |
2005-05-23 Wakaba <wakaba@suika.fam.cx> |
113 |
|
114 |
* DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition, |
115 |
ManakaiDISModuleDefinition): "getFeature" method added. |
116 |
|
117 |
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
118 |
|
119 |
* DIS.dis (Require): Loads PerlCode module. |
120 |
|
121 |
2005-03-05 Wakaba <wakaba@suika.fam.cx> |
122 |
|
123 |
* PerlCode.dis: Operator overloading is implemented. |
124 |
|
125 |
2005-03-04 Wakaba <wakaba@suika.fam.cx> |
126 |
|
127 |
* ManakaiNode.dis: Checks type, to support SuikaWikiConfig21 |
128 |
module's binding properties. |
129 |
|
130 |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
131 |
|
132 |
* PerlCode.dis: New module. |
133 |
|
134 |
2005-02-26 Wakaba <wakaba@suika.fam.cx> |
135 |
|
136 |
* DIS.dis (DISModuleResolver): New interface. |
137 |
|
138 |
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
139 |
|
140 |
* DIS.dis: New module. |
141 |
|
142 |
* ManakaiNode.dis: New "subnode0" property category introduced. |
143 |
|
144 |
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
145 |
|
146 |
* ManakaiNode.dis: New module. |
147 |
|
148 |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
149 |
|
150 |
* Error.pm (___rule_def[p]): Don't output anything if not exists |
151 |
that parameter. |
152 |
|
153 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
154 |
|
155 |
* Error.pm (___rule_def): "p" added; now "t" is obsolete. |
156 |
|
157 |
2004-04-02 Wakaba <wakaba@suika.fam.cx> |
158 |
|
159 |
* Error.pm (report): Error depth fixed. |
160 |
(___rule_def:t): New parameters empty and undef introduced. |
161 |
|
162 |
2004-01-17 Wakaba <wakaba@suika.fam.cx> |
163 |
|
164 |
* Error.pm: Some fixes w.r.t. Error::Depth. |
165 |
|
166 |
2003-12-06 Wakaba <wakaba@suika.fam.cx> |
167 |
|
168 |
* Error.pm (___error_def): Renamed from ___errors. |
169 |
|
170 |
2003-12-01 Wakaba <wakaba@suika.fam.cx> |
171 |
|
172 |
* Error.pm (___get_error_def): Now support inherit. (It was not work.) |
173 |
|
174 |
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
175 |
|
176 |
* Error.pm: Use Message::Util::Formatter::Text to construct error messages. |
177 |
|
178 |
2003-11-13 Wakaba <wakaba@suika.fam.cx> |
179 |
|
180 |
* Formatter: New directory. |
181 |
|
182 |
2003-11-12 Wakaba <wakaba@suika.fam.cx> |
183 |
|
184 |
* Error.pm: Rewritten. |
185 |
|
186 |
2003-10-25 Wakaba <wakaba@suika.fam.cx>
|
187 |
|
188 |
* Formatter.pm (replace): Allow '%foo () ;'.
|
189 |
|
190 |
2003-09-17 Wakaba <wakaba@suika.fam.cx>
|
191 |
|
192 |
* HostPermit.pm: New module.
|
193 |
|
194 |
2003-08-05 Wakaba <wakaba@suika.fam.cx>
|
195 |
|
196 |
* Error.pm (_default_error_handler): Syntax fix.
|
197 |
|
198 |
* Error/: New directory.
|
199 |
|
200 |
2003-07-29 Wakaba <wakaba@suika.fam.cx>
|
201 |
|
202 |
* Error.pm: New module.
|
203 |
|
204 |
2003-05-10 Wakaba <w@offweb.ddo.jp>
|
205 |
|
206 |
* Formatter.pm (replace): Bug fix of pattern.
|
207 |
|
208 |
2003-04-29 Wakaba <w@offweb.ddo.jp>
|
209 |
|
210 |
* Formatter.pm (replace): {...} block is supported.
|
211 |
(Message::Util::Formatter::_returned): New package. It is very very tiny
|
212 |
subset of SuikaWiki::Markup::XML.
|
213 |
(replace): Return structured string, not bare string. This function is
|
214 |
useful to make tree (such as XML's) from formatting template (and its nested
|
215 |
parameters).
|
216 |
|
217 |
2003-03-28 Wakaba <w@offweb.ddo.jp>
|
218 |
|
219 |
* Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
|
220 |
(replace): Replace '-' to '_' in attr name.
|
221 |
|
222 |
2003-01-26 Wakaba <w@cube.wakaba.ssm>
|
223 |
|
224 |
* Formatter.pm (replace): Trim attribute name/value pair.
|
225 |
|
226 |
2003-01-04 Wakaba <w@suika.fam.cx>
|
227 |
|
228 |
* Formatter.pm (replace): Don't split by ',' in quoted-strings.
|
229 |
|
230 |
2002-12-15 Wakaba <w@suika.fam.cx>
|
231 |
|
232 |
* Formatter.pm (%char;): Removed.
|
233 |
|
234 |
2002-12-05 Wakaba <w@suika.fam.cx>
|
235 |
|
236 |
* Formatter.pm (%FMT2TXT): New (internal) initial format rule,
|
237 |
"-bare_text".
|
238 |
(replace): "Replace" non-%-text with "-bare_text" rule.
|
239 |
(pod): Methods and initial rules are documented.
|
240 |
|
241 |
2002-12-04 Wakaba <w@suika.fam.cx>
|
242 |
|
243 |
* Formatter.pm (replace): Accept ")" in quoted-string.
|
244 |
|
245 |
2002-11-13 Wakaba <w@suika.fam.cx>
|
246 |
|
247 |
* ChangeLog: New file.
|
248 |
* Formatter.pm: New module.
|