1 |
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* .cvsignore: |ManakaiNodeTest.pm| added. |
4 |
|
5 |
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
6 |
|
7 |
* ManakaiNodeTest.dis: New module. |
8 |
|
9 |
* Makefile: |ManakaiNodeTest.dis| added. |
10 |
|
11 |
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
12 |
|
13 |
* PerlCode.dis: Fixed not |getAttributeNS| to cause |
14 |
uninitialized value warnings. |
15 |
|
16 |
2006-01-19 Wakaba <wakaba@suika.fam.cx> |
17 |
|
18 |
* PerlCode.dis (PCPackage.stringify): Appends a string |
19 |
representation of non-|pc:*| element children for |
20 |
the stringified value. |
21 |
|
22 |
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
23 |
|
24 |
* Makefile: |../DOM/XDoctype.dis| added. |
25 |
|
26 |
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
27 |
|
28 |
* PerlCode.dis (PCReference): New interface. |
29 |
|
30 |
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
31 |
|
32 |
* PerlCode.dis (PerlSub.clearPerlName): New method. |
33 |
(PCDocument.createPCLiteral): Adopts |PerlCode| node |
34 |
if it is a foreign one. |
35 |
|
36 |
* DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS| |
37 |
character is replaced to |UNDERLINE| character. |
38 |
|
39 |
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
40 |
|
41 |
* Makefile: |dpg.dae| rule merged into |discore.dae| rule. |
42 |
|
43 |
2005-12-20 Wakaba <wakaba@suika.fam.cx> |
44 |
|
45 |
* DIS.dis: DPG format support added. |
46 |
|
47 |
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
48 |
|
49 |
* PerlCode.dis (PCDocument.createPerlSub): New method. |
50 |
|
51 |
* Makefile: Rules to make |DIS/DPG.pm| added. |
52 |
|
53 |
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
54 |
|
55 |
* PerlCode.dis (PCExpression.stringify): More operators supported. |
56 |
(PCDocument.createPCStatement): New method. |
57 |
|
58 |
2005-12-17 Wakaba <wakaba@suika.fam.cx> |
59 |
|
60 |
* PerlCode.dis (PCWhen): New interface. |
61 |
|
62 |
2005-12-16 Wakaba <wakaba@suika.fam.cx> |
63 |
|
64 |
* PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces. |
65 |
(arrayRefLiteral, hashRefLiteral): Typos in element type names fixed. |
66 |
(PCExpression.stringify): Outputs children other than expression. |
67 |
Inserts space before and after operators if desired. |
68 |
|
69 |
2005-12-15 Wakaba <wakaba@suika.fam.cx> |
70 |
|
71 |
* PerlCode.dis (PCCondition, PCBlock): New interface. |
72 |
(ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to |
73 |
distingulish new |ManakaiPCBlock| class implementing new |PCBlock| |
74 |
interface. |
75 |
|
76 |
2005-12-14 Wakaba <wakaba@suika.fam.cx> |
77 |
|
78 |
* PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New |
79 |
interfaces and element types. |
80 |
(getChildElementByType): New code. |
81 |
(PCFunctionCall): New interface and element type. |
82 |
|
83 |
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
84 |
|
85 |
* DIS.dis (stringify): Returns |DIS:uri| error parameter if available. |
86 |
|
87 |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
88 |
|
89 |
* Error.pm (new): Sets |-stacktrace_| property if debug |
90 |
or verbose mode. |
91 |
(stringify): Appends longer trace if debug or verbose mode. |
92 |
($VERBOSE): New flag. |
93 |
|
94 |
* DIS.dis: Bugs on error depth fixed. |
95 |
|
96 |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
97 |
|
98 |
* DIS.dis (text): New attribute implementation. |
99 |
|
100 |
* ManakaiNode.dis (destroyNodeStem): New method. |
101 |
|
102 |
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
103 |
|
104 |
* Makefile: |../DOM/Tree.dis| added. |
105 |
|
106 |
2005-11-17 Wakaba <wakaba@suika.fam.cx> |
107 |
|
108 |
* Makefile: |Formatter/Muf2003.dis| added to file list. |
109 |
|
110 |
* DIS.dis (DISModuleLite): Typo in |ISA| property fixed. |
111 |
|
112 |
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
113 |
|
114 |
* .cvsignore: New file. |
115 |
|
116 |
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
117 |
|
118 |
* PerlCode.dis: A test code added. Typos in |ISA| |
119 |
properties fixed. |
120 |
(PerlSub.stringify): Generates prototype specification |
121 |
even if |prototype| attribute value's length is zero |
122 |
in case the |pc:prototype| attribute /is/ found. |
123 |
|
124 |
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
125 |
|
126 |
* Makefile: Missing rule to make |Message/DOM/core.dae| added. |
127 |
|
128 |
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
129 |
|
130 |
* Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules |
131 |
added. |
132 |
|
133 |
* DIS.dis (DIS:): Removed (moved to |DIS/common.dis|). |
134 |
|
135 |
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
136 |
|
137 |
* PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral): |
138 |
New interfaces. |
139 |
(createPCLiteral, appendNewPCLiteral): New methods. |
140 |
(PCDocument): New interface. |
141 |
(factory methods): Namespace URI and local name of document |
142 |
element arguments added to |createDocument| to obtain |
143 |
an instance of |PCDocument|. |
144 |
|
145 |
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
146 |
|
147 |
* PerlCode.dis (pc:line): New configuration parameter. |
148 |
(stringify): Don't output "#line" directive |
149 |
unless "pc:line" parameter is set to "true". |
150 |
(pc:split-resolver): New configuration parameter. |
151 |
|
152 |
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
153 |
|
154 |
* ManakaiNode.dis (anydata0): New property type. |
155 |
|
156 |
* PerlCode.dis (stringify): Prints node id if file name |
157 |
is not available. |
158 |
(perlLiteral): Prints as is if the value is blessed |
159 |
with "manakai::code" package. |
160 |
|
161 |
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
162 |
|
163 |
* PerlCode.dis (CDATADOMString): Changed to use code |
164 |
fragment defined in DOMCore module directly. |
165 |
|
166 |
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
167 |
|
168 |
* PerlCode.dis (ForClassCompat): Removed. |
169 |
|
170 |
* ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference): |
171 |
Removed. |
172 |
(newNode): New method. |
173 |
(generateUniqueID): Algorithm has changed to save random |
174 |
string generation time. |
175 |
|
176 |
* DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth". |
177 |
|
178 |
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
179 |
|
180 |
* PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based |
181 |
on DOMCore and element type definitions added. |
182 |
(localName): Renamed to "pcLocalName" to avoid |
183 |
conflict with "Node.localName" attribute. |
184 |
|
185 |
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
186 |
|
187 |
* DIS.dis (Require): Unused reference to "PerlCode.dis" removed. |
188 |
|
189 |
* Makefile: Rules to make "PerlCode.pm" separated |
190 |
from ones for "DIS.pm". |
191 |
|
192 |
* ManakaiNode.dis (mn:unsetXRefNode): "$referent" |
193 |
parameter is replaced with "$referrer->{$propName}". |
194 |
|
195 |
* PerlCode.dis (Require): References "DOMCore.dis". |
196 |
(DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest". |
197 |
(Util: for ManakaiDOM:ManakaiDOM): New. |
198 |
|
199 |
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
200 |
|
201 |
* ManakaiNode.dis: New "mn:xrefnode0" property type has |
202 |
been introduced and methods are fixed to support it. |
203 |
(mn:setXRefNode, mn:unsetXRefNode): New codes. |
204 |
|
205 |
* DIS.dis (loadResource): Skips a root resource definition |
206 |
if it is an alias and it has "dis:Name" attribute and |
207 |
referenced canonical definition is already read. (Note |
208 |
that similar case that the resource definition has "dis:QName" |
209 |
attribute is already fixed in the same way.) |
210 |
|
211 |
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
212 |
|
213 |
* DIS.dis (readProperties): Recognizes hexdecimal |
214 |
in "DISCore:Integer" (prefixed by "0x"). |
215 |
|
216 |
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
217 |
|
218 |
* PerlCode.dis (getExceptionInterfacePackageNameList, |
219 |
addExceptionInterfacePackageName): New methods. |
220 |
(ToString): Sorts hash keys where they result in |
221 |
the order of statements in result code. |
222 |
|
223 |
* Error.pm ($DEBUG): New option variable. |
224 |
(___get_error_def): Calls "___error_def" method in second or later "@ISA" |
225 |
package even if elder package has "___error_def" method. |
226 |
|
227 |
* DIS.dis: Now constant values are only defined |
228 |
in interfaces. |
229 |
(DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode. |
230 |
|
231 |
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
232 |
|
233 |
* DIS.dis (getAnyResourceURIList, getModuleURIList): New methods. |
234 |
|
235 |
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
236 |
|
237 |
* DIS.dis (getAnyResource): New method. |
238 |
(isTypeURI): Now it is a method of "DIS:DISAnyResource" interface. |
239 |
(getPropertyResource, getPropertyResourceList): Now |
240 |
they uses "getAnyResource" method. |
241 |
(getPropertyModuleList): Removed. |
242 |
|
243 |
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
244 |
|
245 |
* DIS.dis (readProperties): Saves property name to values. |
246 |
(getPropertyModuleList): New method. |
247 |
|
248 |
2005-09-29 Wakaba <wakaba@suika.fam.cx> |
249 |
|
250 |
* DIS.dis: Shares local name, namespace URI and for URI |
251 |
if possible. |
252 |
|
253 |
* PerlCode.dis (stringify): Sorts "require" statements by module |
254 |
name. |
255 |
|
256 |
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
257 |
|
258 |
* PerlCode.dis (perlLiteral): Sorts output by hash key. |
259 |
|
260 |
* ManakaiNode.dis (new): Sets "mn:groveReferenceCounter" |
261 |
property. |
262 |
(getNewReference): Increments "mn:groveReferenceCounter" |
263 |
property. |
264 |
(ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't |
265 |
check "defined" to allow "undef" value in "while" condition. |
266 |
(mn:isGroveReferenced): New code. |
267 |
(changeTreeID): New "groveRC" parameter added. |
268 |
(importTree, changeTreeID): Updates "mn:groveReferenceCounter" |
269 |
properties. |
270 |
(destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred". |
271 |
(mn:groveReferenceCounter): New property. |
272 |
|
273 |
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
274 |
|
275 |
* DIS.dis: Use "tag:" URI for internal URIs. |
276 |
|
277 |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
278 |
|
279 |
* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*" |
280 |
properties. |
281 |
(generateUniqueID): Use "tag:" URI. |
282 |
|
283 |
* DIS.dis (targetNamespaceURI): New attribute. |
284 |
(ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler. |
285 |
(ManakaiDISModuleLite->AUTOLOAD): Don't load module |
286 |
if method name is "DESTROY". |
287 |
|
288 |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
289 |
|
290 |
* ManakaiNode.dis (ManakaiNodeStem): Use per-class |
291 |
variable for searching noderel properties instead |
292 |
of per-node properties. |
293 |
|
294 |
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
295 |
|
296 |
* ManakaiNode.dis (new): New "className" parameter added. |
297 |
(mn:NodeRefRole): New role. |
298 |
(mn:type): New property. |
299 |
(mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0, |
300 |
mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties. |
301 |
|
302 |
* Makefile: Rules to make "DIS/DISDump" is separeted |
303 |
from "DIS/DISDoc". |
304 |
|
305 |
* DIS.dis (getFor): Loads database module if unread |
306 |
"for" is referenced. |
307 |
(addResourceList, getResourceList): New method. |
308 |
(ManakaiDISModuleLite): New class. |
309 |
|
310 |
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
311 |
|
312 |
* DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code. |
313 |
(getResource): New "dae" and "daem" database format support. |
314 |
(DISResourceList): New type. |
315 |
(uriRef, ownerModuleURI, ownerModuleURIRef): New attributes. |
316 |
(addChildResource, addDynamicChildResource): New methods. |
317 |
(getChildResourceList, getDynamicChildResourceList): New method. |
318 |
(getChildResourceListByType): New method. |
319 |
(parentResource, dynamicParentResource): New attributes. |
320 |
|
321 |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
322 |
(DAEM_SUFFIX): New. |
323 |
|
324 |
|
325 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
326 |
|
327 |
* ManakaiNode.dis: Use "disPerl:H" instead |
328 |
of "disPerl:Q" for hash keys. |
329 |
(NodeStem): Property value "mn:treeID" |
330 |
has changed to scalar reference. |
331 |
|
332 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
333 |
|
334 |
* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New |
335 |
properties. |
336 |
(mn:stemName, mn:refName): New properties. |
337 |
|
338 |
* Makefile (.discore-all.pm): New rule to create dis-related |
339 |
Perl module files at once. |
340 |
|
341 |
* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code. |
342 |
(hashKeyName, hashKeyScope, anotherURI): New error parameters. |
343 |
|
344 |
* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead |
345 |
of "disPerl:Q" for hash keys. |
346 |
|
347 |
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
348 |
|
349 |
* DIS.dis (DISParser.new): New method. |
350 |
(hasFeature): Removed. ManakaiDISAnyResource now |
351 |
extends DOMFeature:ManakaiHasFeatureByGetFeature. |
352 |
(readProperties): Support for property value data |
353 |
types DISLang:MemberRef and dx:XCRef added. |
354 |
(ManakaiDISExceptionTarget): It is now an alias |
355 |
for dx:ManakaiDefaultExceptionHandler. |
356 |
|
357 |
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
358 |
|
359 |
* Makefile: DAC_SUFFIX changed to ".dad". |
360 |
|
361 |
* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest. |
362 |
(disIsNullable): Reimplemented. |
363 |
|
364 |
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
365 |
|
366 |
* DIS.dis (addNamespaceBinding): New method. |
367 |
|
368 |
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
369 |
|
370 |
* DIS.dis: Use valueRef and nodeIDRef where possible so |
371 |
that dad file can share text data if possible. |
372 |
For resources, {subOf} and {supOf} is now optional. |
373 |
(sourceNodeIDRef): New attribute. |
374 |
|
375 |
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
376 |
|
377 |
* DIS.dis: Parameter "databaseArg" added to various |
378 |
methods to support objects that have no associated |
379 |
database. |
380 |
(getNamespaceBindingList, getDefaultNamespaceURIRef): New |
381 |
methods. |
382 |
(NO_RDF_TYPE_ERR): New error type. |
383 |
(loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type |
384 |
attribute specified for a resource definition. |
385 |
|
386 |
2005-09-16 Wakaba <wakaba@suika.fam.cx> |
387 |
|
388 |
* DIS.dis (DISResourceProp): Methods reimplemented to |
389 |
support DIS/Value values. |
390 |
|
391 |
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
392 |
|
393 |
* DIS.dis (readProperties): New methods. Emploies DIS/Value |
394 |
classes for internal data structure. |
395 |
|
396 |
2005-09-14 Wakaba <wakaba@suika.fam.cx> |
397 |
|
398 |
* DIS.dis: Now references DIS/Value.dis. |
399 |
(DISAnyResource): New interface separeted from DISModule. |
400 |
DISFor and DISResource. |
401 |
|
402 |
2005-09-13 Wakaba <wakaba@suika.fam.cx> |
403 |
|
404 |
* DIS.dis: Perl-related methods are moved to a separate |
405 |
module "DIS/Perl.dis". |
406 |
|
407 |
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
408 |
|
409 |
* Makefile: Renewaled. |
410 |
|
411 |
* ManakaiNode.dis (free): New method. |
412 |
|
413 |
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
414 |
|
415 |
* DIS.dis: Interfaces added. |
416 |
(free): New method. |
417 |
|
418 |
* PerlCode.dis: Interfaces added. |
419 |
|
420 |
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
421 |
|
422 |
* DIS.dis (plName): Use AppName attribute, if any, |
423 |
for ManakaiDOM:ConstGroup resources. |
424 |
|
425 |
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
426 |
|
427 |
* DIS.dis (plGeneratePerlModuleFile): Don't generate code for |
428 |
the same class or variable twice whose alias is defined |
429 |
in the same module. |
430 |
|
431 |
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
432 |
|
433 |
* PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName |
434 |
and pc:prortotype properties. |
435 |
|
436 |
* DIS.dis (plAdditionalISAPackages): New attribute. |
437 |
|
438 |
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
439 |
|
440 |
* DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype |
441 |
supported. |
442 |
|
443 |
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
444 |
|
445 |
* DIS.dis (uris): New attribute. |
446 |
|
447 |
2005-08-30 Wakaba <wakaba@suika.fam.cx> |
448 |
|
449 |
* DIS.dis (plFilePathStem): New attribute. |
450 |
|
451 |
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
452 |
|
453 |
* DIS.dis (plFileNameStem): New attribute. |
454 |
|
455 |
2005-08-28 Wakaba <wakaba@suika.fam.cx> |
456 |
|
457 |
* DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported. |
458 |
|
459 |
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
460 |
|
461 |
* DIS.dis: Typo fixed for replacing namespace URI and local name |
462 |
in reflecting code. |
463 |
(mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI" |
464 |
attribute values as their default. |
465 |
(mvPrefix, qnameValuePrefix): New attributes. |
466 |
|
467 |
* ManakaiNode.dis: Tests whether "defined" rather than true or not |
468 |
in "while" conditions. |
469 |
|
470 |
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
471 |
|
472 |
* ManakaiNode.dis (Util:): Now Perl package name for interfaces |
473 |
is defined. |
474 |
|
475 |
* DIS.dis (mediaTypeURI): Returns $defaultMediaType |
476 |
parameter value if dis:ContentType attribute is missing. |
477 |
|
478 |
* ManakaiNode.dis (importTree): Use "isa" function |
479 |
to check whether a object is an instance of the manakai |
480 |
node model. |
481 |
(NodeStem, NodeRef): New lightweight variant |
482 |
of ManakaiDOM:ManakaiDOMNodeObject |
483 |
and ManakaiDOM:ManakaiDOMNodeReference. |
484 |
|
485 |
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
486 |
|
487 |
* DIS.dis (plGeneratePerlModuleFile): Bug fixed so that |
488 |
even if DOMMetaImpl:provideFeature has child nodes but |
489 |
they are not DOMMetaImpl:providedThrough a ImplFeature |
490 |
statement is generated. |
491 |
(plCodeFragment): Bug fixed so that dis:SetProp works correctly. |
492 |
|
493 |
2005-05-26 Wakaba <wakaba@suika.fam.cx> |
494 |
|
495 |
* Makefile: Rules for DISDoc module added. |
496 |
|
497 |
2005-05-23 Wakaba <wakaba@suika.fam.cx> |
498 |
|
499 |
* DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition, |
500 |
ManakaiDISModuleDefinition): "getFeature" method added. |
501 |
|
502 |
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
503 |
|
504 |
* DIS.dis (Require): Loads PerlCode module. |
505 |
|
506 |
2005-03-05 Wakaba <wakaba@suika.fam.cx> |
507 |
|
508 |
* PerlCode.dis: Operator overloading is implemented. |
509 |
|
510 |
2005-03-04 Wakaba <wakaba@suika.fam.cx> |
511 |
|
512 |
* ManakaiNode.dis: Checks type, to support SuikaWikiConfig21 |
513 |
module's binding properties. |
514 |
|
515 |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
516 |
|
517 |
* PerlCode.dis: New module. |
518 |
|
519 |
2005-02-26 Wakaba <wakaba@suika.fam.cx> |
520 |
|
521 |
* DIS.dis (DISModuleResolver): New interface. |
522 |
|
523 |
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
524 |
|
525 |
* DIS.dis: New module. |
526 |
|
527 |
* ManakaiNode.dis: New "subnode0" property category introduced. |
528 |
|
529 |
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
530 |
|
531 |
* ManakaiNode.dis: New module. |
532 |
|
533 |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
534 |
|
535 |
* Error.pm (___rule_def[p]): Don't output anything if not exists |
536 |
that parameter. |
537 |
|
538 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
539 |
|
540 |
* Error.pm (___rule_def): "p" added; now "t" is obsolete. |
541 |
|
542 |
2004-04-02 Wakaba <wakaba@suika.fam.cx> |
543 |
|
544 |
* Error.pm (report): Error depth fixed. |
545 |
(___rule_def:t): New parameters empty and undef introduced. |
546 |
|
547 |
2004-01-17 Wakaba <wakaba@suika.fam.cx> |
548 |
|
549 |
* Error.pm: Some fixes w.r.t. Error::Depth. |
550 |
|
551 |
2003-12-06 Wakaba <wakaba@suika.fam.cx> |
552 |
|
553 |
* Error.pm (___error_def): Renamed from ___errors. |
554 |
|
555 |
2003-12-01 Wakaba <wakaba@suika.fam.cx> |
556 |
|
557 |
* Error.pm (___get_error_def): Now support inherit. (It was not work.) |
558 |
|
559 |
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
560 |
|
561 |
* Error.pm: Use Message::Util::Formatter::Text to construct error messages. |
562 |
|
563 |
2003-11-13 Wakaba <wakaba@suika.fam.cx> |
564 |
|
565 |
* Formatter: New directory. |
566 |
|
567 |
2003-11-12 Wakaba <wakaba@suika.fam.cx> |
568 |
|
569 |
* Error.pm: Rewritten. |
570 |
|
571 |
2003-10-25 Wakaba <wakaba@suika.fam.cx>
|
572 |
|
573 |
* Formatter.pm (replace): Allow '%foo () ;'.
|
574 |
|
575 |
2003-09-17 Wakaba <wakaba@suika.fam.cx>
|
576 |
|
577 |
* HostPermit.pm: New module.
|
578 |
|
579 |
2003-08-05 Wakaba <wakaba@suika.fam.cx>
|
580 |
|
581 |
* Error.pm (_default_error_handler): Syntax fix.
|
582 |
|
583 |
* Error/: New directory.
|
584 |
|
585 |
2003-07-29 Wakaba <wakaba@suika.fam.cx>
|
586 |
|
587 |
* Error.pm: New module.
|
588 |
|
589 |
2003-05-10 Wakaba <w@offweb.ddo.jp>
|
590 |
|
591 |
* Formatter.pm (replace): Bug fix of pattern.
|
592 |
|
593 |
2003-04-29 Wakaba <w@offweb.ddo.jp>
|
594 |
|
595 |
* Formatter.pm (replace): {...} block is supported.
|
596 |
(Message::Util::Formatter::_returned): New package. It is very very tiny
|
597 |
subset of SuikaWiki::Markup::XML.
|
598 |
(replace): Return structured string, not bare string. This function is
|
599 |
useful to make tree (such as XML's) from formatting template (and its nested
|
600 |
parameters).
|
601 |
|
602 |
2003-03-28 Wakaba <w@offweb.ddo.jp>
|
603 |
|
604 |
* Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
|
605 |
(replace): Replace '-' to '_' in attr name.
|
606 |
|
607 |
2003-01-26 Wakaba <w@cube.wakaba.ssm>
|
608 |
|
609 |
* Formatter.pm (replace): Trim attribute name/value pair.
|
610 |
|
611 |
2003-01-04 Wakaba <w@suika.fam.cx>
|
612 |
|
613 |
* Formatter.pm (replace): Don't split by ',' in quoted-strings.
|
614 |
|
615 |
2002-12-15 Wakaba <w@suika.fam.cx>
|
616 |
|
617 |
* Formatter.pm (%char;): Removed.
|
618 |
|
619 |
2002-12-05 Wakaba <w@suika.fam.cx>
|
620 |
|
621 |
* Formatter.pm (%FMT2TXT): New (internal) initial format rule,
|
622 |
"-bare_text".
|
623 |
(replace): "Replace" non-%-text with "-bare_text" rule.
|
624 |
(pod): Methods and initial rules are documented.
|
625 |
|
626 |
2002-12-04 Wakaba <w@suika.fam.cx>
|
627 |
|
628 |
* Formatter.pm (replace): Accept ")" in quoted-string.
|
629 |
|
630 |
2002-11-13 Wakaba <w@suika.fam.cx>
|
631 |
|
632 |
* ChangeLog: New file.
|
633 |
* Formatter.pm: New module.
|