1 |
wakaba |
1.56 |
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
|
|
* PerlCode.dis (getExceptionInterfacePackageNameList, |
4 |
|
|
addExceptionInterfacePackageName): New methods. |
5 |
|
|
(ToString): Sorts hash keys where they result in |
6 |
|
|
the order of statements in result code. |
7 |
|
|
|
8 |
|
|
* Error.pm ($DEBUG): New option variable. |
9 |
|
|
(___get_error_def): Calls "___error_def" method in second or later "@ISA" |
10 |
|
|
package even if elder package has "___error_def" method. |
11 |
|
|
|
12 |
|
|
* DIS.dis: Now constant values are only defined |
13 |
|
|
in interfaces. |
14 |
|
|
(DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode. |
15 |
|
|
|
16 |
wakaba |
1.55 |
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
|
18 |
|
|
* DIS.dis (getAnyResourceURIList, getModuleURIList): New methods. |
19 |
|
|
|
20 |
wakaba |
1.54 |
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
|
22 |
|
|
* DIS.dis (getAnyResource): New method. |
23 |
|
|
(isTypeURI): Now it is a method of "DIS:DISAnyResource" interface. |
24 |
|
|
(getPropertyResource, getPropertyResourceList): Now |
25 |
|
|
they uses "getAnyResource" method. |
26 |
|
|
(getPropertyModuleList): Removed. |
27 |
|
|
|
28 |
wakaba |
1.53 |
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
|
30 |
|
|
* DIS.dis (readProperties): Saves property name to values. |
31 |
|
|
(getPropertyModuleList): New method. |
32 |
|
|
|
33 |
wakaba |
1.52 |
2005-09-29 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
|
35 |
|
|
* DIS.dis: Shares local name, namespace URI and for URI |
36 |
|
|
if possible. |
37 |
|
|
|
38 |
|
|
* PerlCode.dis (stringify): Sorts "require" statements by module |
39 |
|
|
name. |
40 |
|
|
|
41 |
wakaba |
1.50 |
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
|
43 |
wakaba |
1.51 |
* PerlCode.dis (perlLiteral): Sorts output by hash key. |
44 |
|
|
|
45 |
|
|
* ManakaiNode.dis (new): Sets "mn:groveReferenceCounter" |
46 |
|
|
property. |
47 |
|
|
(getNewReference): Increments "mn:groveReferenceCounter" |
48 |
|
|
property. |
49 |
|
|
(ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't |
50 |
|
|
check "defined" to allow "undef" value in "while" condition. |
51 |
|
|
(mn:isGroveReferenced): New code. |
52 |
|
|
(changeTreeID): New "groveRC" parameter added. |
53 |
|
|
(importTree, changeTreeID): Updates "mn:groveReferenceCounter" |
54 |
|
|
properties. |
55 |
|
|
(destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred". |
56 |
|
|
(mn:groveReferenceCounter): New property. |
57 |
|
|
|
58 |
|
|
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
|
60 |
wakaba |
1.50 |
* DIS.dis: Use "tag:" URI for internal URIs. |
61 |
|
|
|
62 |
wakaba |
1.48 |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
|
64 |
wakaba |
1.49 |
* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*" |
65 |
|
|
properties. |
66 |
|
|
(generateUniqueID): Use "tag:" URI. |
67 |
|
|
|
68 |
|
|
* DIS.dis (targetNamespaceURI): New attribute. |
69 |
|
|
(ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler. |
70 |
|
|
(ManakaiDISModuleLite->AUTOLOAD): Don't load module |
71 |
|
|
if method name is "DESTROY". |
72 |
|
|
|
73 |
|
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
|
75 |
wakaba |
1.48 |
* ManakaiNode.dis (ManakaiNodeStem): Use per-class |
76 |
|
|
variable for searching noderel properties instead |
77 |
|
|
of per-node properties. |
78 |
|
|
|
79 |
wakaba |
1.47 |
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
|
81 |
|
|
* ManakaiNode.dis (new): New "className" parameter added. |
82 |
|
|
(mn:NodeRefRole): New role. |
83 |
|
|
(mn:type): New property. |
84 |
|
|
(mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0, |
85 |
|
|
mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties. |
86 |
|
|
|
87 |
|
|
* Makefile: Rules to make "DIS/DISDump" is separeted |
88 |
|
|
from "DIS/DISDoc". |
89 |
|
|
|
90 |
|
|
* DIS.dis (getFor): Loads database module if unread |
91 |
|
|
"for" is referenced. |
92 |
|
|
(addResourceList, getResourceList): New method. |
93 |
|
|
(ManakaiDISModuleLite): New class. |
94 |
|
|
|
95 |
wakaba |
1.46 |
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
|
97 |
|
|
* DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code. |
98 |
|
|
(getResource): New "dae" and "daem" database format support. |
99 |
|
|
(DISResourceList): New type. |
100 |
|
|
(uriRef, ownerModuleURI, ownerModuleURIRef): New attributes. |
101 |
|
|
(addChildResource, addDynamicChildResource): New methods. |
102 |
|
|
(getChildResourceList, getDynamicChildResourceList): New method. |
103 |
|
|
(getChildResourceListByType): New method. |
104 |
|
|
(parentResource, dynamicParentResource): New attributes. |
105 |
|
|
|
106 |
|
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
107 |
|
|
(DAEM_SUFFIX): New. |
108 |
|
|
|
109 |
wakaba |
1.53 |
|
110 |
wakaba |
1.44 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
|
112 |
wakaba |
1.53 |
* ManakaiNode.dis: Use "disPerl:H" instead |
113 |
|
|
of "disPerl:Q" for hash keys. |
114 |
|
|
(NodeStem): Property value "mn:treeID" |
115 |
|
|
has changed to scalar reference. |
116 |
wakaba |
1.45 |
|
117 |
|
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
|
119 |
wakaba |
1.44 |
* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New |
120 |
|
|
properties. |
121 |
|
|
(mn:stemName, mn:refName): New properties. |
122 |
|
|
|
123 |
|
|
* Makefile (.discore-all.pm): New rule to create dis-related |
124 |
|
|
Perl module files at once. |
125 |
|
|
|
126 |
|
|
* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code. |
127 |
|
|
(hashKeyName, hashKeyScope, anotherURI): New error parameters. |
128 |
|
|
|
129 |
|
|
* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead |
130 |
|
|
of "disPerl:Q" for hash keys. |
131 |
|
|
|
132 |
wakaba |
1.43 |
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
|
134 |
|
|
* DIS.dis (DISParser.new): New method. |
135 |
|
|
(hasFeature): Removed. ManakaiDISAnyResource now |
136 |
|
|
extends DOMFeature:ManakaiHasFeatureByGetFeature. |
137 |
|
|
(readProperties): Support for property value data |
138 |
|
|
types DISLang:MemberRef and dx:XCRef added. |
139 |
|
|
(ManakaiDISExceptionTarget): It is now an alias |
140 |
|
|
for dx:ManakaiDefaultExceptionHandler. |
141 |
|
|
|
142 |
wakaba |
1.41 |
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
|
144 |
wakaba |
1.42 |
* Makefile: DAC_SUFFIX changed to ".dad". |
145 |
|
|
|
146 |
wakaba |
1.41 |
* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest. |
147 |
|
|
(disIsNullable): Reimplemented. |
148 |
|
|
|
149 |
|
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
|
151 |
|
|
* DIS.dis (addNamespaceBinding): New method. |
152 |
|
|
|
153 |
wakaba |
1.40 |
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
|
155 |
|
|
* DIS.dis: Use valueRef and nodeIDRef where possible so |
156 |
|
|
that dad file can share text data if possible. |
157 |
|
|
For resources, {subOf} and {supOf} is now optional. |
158 |
|
|
(sourceNodeIDRef): New attribute. |
159 |
|
|
|
160 |
wakaba |
1.39 |
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
|
162 |
|
|
* DIS.dis: Parameter "databaseArg" added to various |
163 |
|
|
methods to support objects that have no associated |
164 |
|
|
database. |
165 |
|
|
(getNamespaceBindingList, getDefaultNamespaceURIRef): New |
166 |
|
|
methods. |
167 |
|
|
(NO_RDF_TYPE_ERR): New error type. |
168 |
|
|
(loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type |
169 |
|
|
attribute specified for a resource definition. |
170 |
|
|
|
171 |
wakaba |
1.38 |
2005-09-16 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
|
173 |
|
|
* DIS.dis (DISResourceProp): Methods reimplemented to |
174 |
|
|
support DIS/Value values. |
175 |
|
|
|
176 |
|
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
|
178 |
|
|
* DIS.dis (readProperties): New methods. Emploies DIS/Value |
179 |
|
|
classes for internal data structure. |
180 |
|
|
|
181 |
|
|
2005-09-14 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
|
183 |
|
|
* DIS.dis: Now references DIS/Value.dis. |
184 |
|
|
(DISAnyResource): New interface separeted from DISModule. |
185 |
|
|
DISFor and DISResource. |
186 |
|
|
|
187 |
|
|
2005-09-13 Wakaba <wakaba@suika.fam.cx> |
188 |
|
|
|
189 |
|
|
* DIS.dis: Perl-related methods are moved to a separate |
190 |
|
|
module "DIS/Perl.dis". |
191 |
|
|
|
192 |
wakaba |
1.37 |
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
|
194 |
|
|
* Makefile: Renewaled. |
195 |
|
|
|
196 |
|
|
* ManakaiNode.dis (free): New method. |
197 |
|
|
|
198 |
|
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
|
200 |
|
|
* DIS.dis: Interfaces added. |
201 |
|
|
(free): New method. |
202 |
|
|
|
203 |
|
|
* PerlCode.dis: Interfaces added. |
204 |
|
|
|
205 |
|
|
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
206 |
|
|
|
207 |
|
|
* DIS.dis (plName): Use AppName attribute, if any, |
208 |
|
|
for ManakaiDOM:ConstGroup resources. |
209 |
|
|
|
210 |
|
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
211 |
|
|
|
212 |
|
|
* DIS.dis (plGeneratePerlModuleFile): Don't generate code for |
213 |
|
|
the same class or variable twice whose alias is defined |
214 |
|
|
in the same module. |
215 |
|
|
|
216 |
wakaba |
1.36 |
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
217 |
|
|
|
218 |
|
|
* PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName |
219 |
|
|
and pc:prortotype properties. |
220 |
|
|
|
221 |
|
|
* DIS.dis (plAdditionalISAPackages): New attribute. |
222 |
|
|
|
223 |
wakaba |
1.35 |
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
224 |
|
|
|
225 |
|
|
* DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype |
226 |
|
|
supported. |
227 |
|
|
|
228 |
wakaba |
1.34 |
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
229 |
|
|
|
230 |
|
|
* DIS.dis (uris): New attribute. |
231 |
|
|
|
232 |
wakaba |
1.33 |
2005-08-30 Wakaba <wakaba@suika.fam.cx> |
233 |
|
|
|
234 |
|
|
* DIS.dis (plFilePathStem): New attribute. |
235 |
|
|
|
236 |
|
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
237 |
|
|
|
238 |
|
|
* DIS.dis (plFileNameStem): New attribute. |
239 |
|
|
|
240 |
|
|
2005-08-28 Wakaba <wakaba@suika.fam.cx> |
241 |
|
|
|
242 |
|
|
* DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported. |
243 |
|
|
|
244 |
|
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
245 |
|
|
|
246 |
|
|
* DIS.dis: Typo fixed for replacing namespace URI and local name |
247 |
|
|
in reflecting code. |
248 |
|
|
(mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI" |
249 |
|
|
attribute values as their default. |
250 |
|
|
(mvPrefix, qnameValuePrefix): New attributes. |
251 |
|
|
|
252 |
|
|
* ManakaiNode.dis: Tests whether "defined" rather than true or not |
253 |
|
|
in "while" conditions. |
254 |
|
|
|
255 |
wakaba |
1.31 |
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
256 |
|
|
|
257 |
wakaba |
1.32 |
* ManakaiNode.dis (Util:): Now Perl package name for interfaces |
258 |
|
|
is defined. |
259 |
|
|
|
260 |
wakaba |
1.31 |
* DIS.dis (mediaTypeURI): Returns $defaultMediaType |
261 |
|
|
parameter value if dis:ContentType attribute is missing. |
262 |
|
|
|
263 |
|
|
* ManakaiNode.dis (importTree): Use "isa" function |
264 |
|
|
to check whether a object is an instance of the manakai |
265 |
|
|
node model. |
266 |
wakaba |
1.32 |
(NodeStem, NodeRef): New lightweight variant |
267 |
|
|
of ManakaiDOM:ManakaiDOMNodeObject |
268 |
|
|
and ManakaiDOM:ManakaiDOMNodeReference. |
269 |
wakaba |
1.31 |
|
270 |
wakaba |
1.30 |
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
271 |
|
|
|
272 |
|
|
* DIS.dis (plGeneratePerlModuleFile): Bug fixed so that |
273 |
|
|
even if DOMMetaImpl:provideFeature has child nodes but |
274 |
|
|
they are not DOMMetaImpl:providedThrough a ImplFeature |
275 |
|
|
statement is generated. |
276 |
|
|
(plCodeFragment): Bug fixed so that dis:SetProp works correctly. |
277 |
|
|
|
278 |
wakaba |
1.29 |
2005-05-26 Wakaba <wakaba@suika.fam.cx> |
279 |
|
|
|
280 |
|
|
* Makefile: Rules for DISDoc module added. |
281 |
|
|
|
282 |
wakaba |
1.28 |
2005-05-23 Wakaba <wakaba@suika.fam.cx> |
283 |
|
|
|
284 |
|
|
* DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition, |
285 |
|
|
ManakaiDISModuleDefinition): "getFeature" method added. |
286 |
|
|
|
287 |
wakaba |
1.27 |
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
288 |
|
|
|
289 |
|
|
* DIS.dis (Require): Loads PerlCode module. |
290 |
|
|
|
291 |
wakaba |
1.26 |
2005-03-05 Wakaba <wakaba@suika.fam.cx> |
292 |
|
|
|
293 |
|
|
* PerlCode.dis: Operator overloading is implemented. |
294 |
|
|
|
295 |
wakaba |
1.25 |
2005-03-04 Wakaba <wakaba@suika.fam.cx> |
296 |
|
|
|
297 |
|
|
* ManakaiNode.dis: Checks type, to support SuikaWikiConfig21 |
298 |
|
|
module's binding properties. |
299 |
|
|
|
300 |
wakaba |
1.24 |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
301 |
|
|
|
302 |
|
|
* PerlCode.dis: New module. |
303 |
|
|
|
304 |
wakaba |
1.23 |
2005-02-26 Wakaba <wakaba@suika.fam.cx> |
305 |
|
|
|
306 |
|
|
* DIS.dis (DISModuleResolver): New interface. |
307 |
|
|
|
308 |
wakaba |
1.22 |
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
309 |
|
|
|
310 |
|
|
* DIS.dis: New module. |
311 |
|
|
|
312 |
|
|
* ManakaiNode.dis: New "subnode0" property category introduced. |
313 |
|
|
|
314 |
wakaba |
1.21 |
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
315 |
|
|
|
316 |
|
|
* ManakaiNode.dis: New module. |
317 |
|
|
|
318 |
wakaba |
1.20 |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
319 |
|
|
|
320 |
|
|
* Error.pm (___rule_def[p]): Don't output anything if not exists |
321 |
|
|
that parameter. |
322 |
|
|
|
323 |
wakaba |
1.19 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
324 |
|
|
|
325 |
|
|
* Error.pm (___rule_def): "p" added; now "t" is obsolete. |
326 |
|
|
|
327 |
wakaba |
1.18 |
2004-04-02 Wakaba <wakaba@suika.fam.cx> |
328 |
|
|
|
329 |
|
|
* Error.pm (report): Error depth fixed. |
330 |
|
|
(___rule_def:t): New parameters empty and undef introduced. |
331 |
|
|
|
332 |
wakaba |
1.17 |
2004-01-17 Wakaba <wakaba@suika.fam.cx> |
333 |
|
|
|
334 |
|
|
* Error.pm: Some fixes w.r.t. Error::Depth. |
335 |
|
|
|
336 |
wakaba |
1.16 |
2003-12-06 Wakaba <wakaba@suika.fam.cx> |
337 |
|
|
|
338 |
|
|
* Error.pm (___error_def): Renamed from ___errors. |
339 |
|
|
|
340 |
wakaba |
1.15 |
2003-12-01 Wakaba <wakaba@suika.fam.cx> |
341 |
|
|
|
342 |
|
|
* Error.pm (___get_error_def): Now support inherit. (It was not work.) |
343 |
|
|
|
344 |
wakaba |
1.14 |
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
345 |
|
|
|
346 |
|
|
* Error.pm: Use Message::Util::Formatter::Text to construct error messages. |
347 |
|
|
|
348 |
|
|
2003-11-13 Wakaba <wakaba@suika.fam.cx> |
349 |
|
|
|
350 |
|
|
* Formatter: New directory. |
351 |
|
|
|
352 |
|
|
2003-11-12 Wakaba <wakaba@suika.fam.cx> |
353 |
|
|
|
354 |
|
|
* Error.pm: Rewritten. |
355 |
|
|
|
356 |
wakaba |
1.13 |
2003-10-25 Wakaba <wakaba@suika.fam.cx>
|
357 |
|
|
|
358 |
|
|
* Formatter.pm (replace): Allow '%foo () ;'.
|
359 |
|
|
|
360 |
wakaba |
1.12 |
2003-09-17 Wakaba <wakaba@suika.fam.cx>
|
361 |
|
|
|
362 |
|
|
* HostPermit.pm: New module.
|
363 |
|
|
|
364 |
wakaba |
1.11 |
2003-08-05 Wakaba <wakaba@suika.fam.cx>
|
365 |
|
|
|
366 |
|
|
* Error.pm (_default_error_handler): Syntax fix.
|
367 |
|
|
|
368 |
|
|
* Error/: New directory.
|
369 |
|
|
|
370 |
wakaba |
1.10 |
2003-07-29 Wakaba <wakaba@suika.fam.cx>
|
371 |
|
|
|
372 |
|
|
* Error.pm: New module.
|
373 |
|
|
|
374 |
wakaba |
1.9 |
2003-05-10 Wakaba <w@offweb.ddo.jp>
|
375 |
|
|
|
376 |
|
|
* Formatter.pm (replace): Bug fix of pattern.
|
377 |
|
|
|
378 |
wakaba |
1.8 |
2003-04-29 Wakaba <w@offweb.ddo.jp>
|
379 |
|
|
|
380 |
|
|
* Formatter.pm (replace): {...} block is supported.
|
381 |
|
|
(Message::Util::Formatter::_returned): New package. It is very very tiny
|
382 |
|
|
subset of SuikaWiki::Markup::XML.
|
383 |
|
|
(replace): Return structured string, not bare string. This function is
|
384 |
|
|
useful to make tree (such as XML's) from formatting template (and its nested
|
385 |
|
|
parameters).
|
386 |
|
|
|
387 |
wakaba |
1.7 |
2003-03-28 Wakaba <w@offweb.ddo.jp>
|
388 |
|
|
|
389 |
|
|
* Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
|
390 |
|
|
(replace): Replace '-' to '_' in attr name.
|
391 |
|
|
|
392 |
w |
1.6 |
2003-01-26 Wakaba <w@cube.wakaba.ssm>
|
393 |
|
|
|
394 |
|
|
* Formatter.pm (replace): Trim attribute name/value pair.
|
395 |
|
|
|
396 |
w |
1.5 |
2003-01-04 Wakaba <w@suika.fam.cx>
|
397 |
|
|
|
398 |
|
|
* Formatter.pm (replace): Don't split by ',' in quoted-strings.
|
399 |
|
|
|
400 |
wakaba |
1.4 |
2002-12-15 Wakaba <w@suika.fam.cx>
|
401 |
|
|
|
402 |
|
|
* Formatter.pm (%char;): Removed.
|
403 |
|
|
|
404 |
wakaba |
1.3 |
2002-12-05 Wakaba <w@suika.fam.cx>
|
405 |
|
|
|
406 |
|
|
* Formatter.pm (%FMT2TXT): New (internal) initial format rule,
|
407 |
|
|
"-bare_text".
|
408 |
|
|
(replace): "Replace" non-%-text with "-bare_text" rule.
|
409 |
|
|
(pod): Methods and initial rules are documented.
|
410 |
|
|
|
411 |
wakaba |
1.2 |
2002-12-04 Wakaba <w@suika.fam.cx>
|
412 |
|
|
|
413 |
|
|
* Formatter.pm (replace): Accept ")" in quoted-string.
|
414 |
|
|
|
415 |
wakaba |
1.1 |
2002-11-13 Wakaba <w@suika.fam.cx>
|
416 |
|
|
|
417 |
|
|
* ChangeLog: New file.
|
418 |
|
|
* Formatter.pm: New module.
|