1 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based |
4 |
|
on DOMCore and element type definitions added. |
5 |
|
(localName): Renamed to "pcLocalName" to avoid |
6 |
|
conflict with "Node.localName" attribute. |
7 |
|
|
8 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* DIS.dis (Require): Unused reference to "PerlCode.dis" removed. |
11 |
|
|
12 |
|
* Makefile: Rules to make "PerlCode.pm" separated |
13 |
|
from ones for "DIS.pm". |
14 |
|
|
15 |
|
* ManakaiNode.dis (mn:unsetXRefNode): "$referent" |
16 |
|
parameter is replaced with "$referrer->{$propName}". |
17 |
|
|
18 |
|
* PerlCode.dis (Require): References "DOMCore.dis". |
19 |
|
(DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest". |
20 |
|
(Util: for ManakaiDOM:ManakaiDOM): New. |
21 |
|
|
22 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* ManakaiNode.dis: New "mn:xrefnode0" property type has |
25 |
|
been introduced and methods are fixed to support it. |
26 |
|
(mn:setXRefNode, mn:unsetXRefNode): New codes. |
27 |
|
|
28 |
|
* DIS.dis (loadResource): Skips a root resource definition |
29 |
|
if it is an alias and it has "dis:Name" attribute and |
30 |
|
referenced canonical definition is already read. (Note |
31 |
|
that similar case that the resource definition has "dis:QName" |
32 |
|
attribute is already fixed in the same way.) |
33 |
|
|
34 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* DIS.dis (readProperties): Recognizes hexdecimal |
37 |
|
in "DISCore:Integer" (prefixed by "0x"). |
38 |
|
|
39 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* PerlCode.dis (getExceptionInterfacePackageNameList, |
42 |
|
addExceptionInterfacePackageName): New methods. |
43 |
|
(ToString): Sorts hash keys where they result in |
44 |
|
the order of statements in result code. |
45 |
|
|
46 |
|
* Error.pm ($DEBUG): New option variable. |
47 |
|
(___get_error_def): Calls "___error_def" method in second or later "@ISA" |
48 |
|
package even if elder package has "___error_def" method. |
49 |
|
|
50 |
|
* DIS.dis: Now constant values are only defined |
51 |
|
in interfaces. |
52 |
|
(DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode. |
53 |
|
|
54 |
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
* DIS.dis (getAnyResourceURIList, getModuleURIList): New methods. |
* DIS.dis (getAnyResourceURIList, getModuleURIList): New methods. |