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