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