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