1 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DIS.dis (ManakaiDISImplementation): It no longer |
4 |
|
inherits |ManakaiDISImplementationValue|, |
5 |
|
|ManakaiDISImplementationPerl|, and |ManakaiSWCFGImplementation| |
6 |
|
interfaces. The class is now expected to be implemented |
7 |
|
by |DOMImplementation| objects. |
8 |
|
|
9 |
|
* PerlCode.dis (addImplementedFeature, addImplementedElementType): |
10 |
|
New methods. |
11 |
|
(PCHasFeature, PCElementType): New interfaces. |
12 |
|
(PCDocument): It no longer inherits the |ManakaiDOMDocument|; it |
13 |
|
is now expected to be implemented by |Document| |
14 |
|
objects. |
15 |
|
(PCImplementation): It no longer inherits the |ManakaiDOMImplementation|; |
16 |
|
it is now expected to be implemented by |DOMImplementation| |
17 |
|
objects. |
18 |
|
|
19 |
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
* autoload/: New directory. |
* autoload/: New directory. |