1 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMString.dis: New module. |
4 |
|
|
5 |
|
* DOMString.pm: New file. |
6 |
|
|
7 |
|
* DOMCore.dis (min): Moved from |DOMFeature.dis|. |
8 |
|
(ImplementationRegistryVariable): Moved from |DOMFeature.dis|. |
9 |
|
Now it references the |DOMImplementationRegistry| object. |
10 |
|
(DOMImplementationRegistryVariable): Moved from |DOMMain.dis|. |
11 |
|
(DOMImplementationRegistry): New interface and |
12 |
|
class, reformed from |ImplementationRegistry| in |DOMFeature.dis| |
13 |
|
and |DOMImplementationRegistry| in |DOMMain.dis|. Note |
14 |
|
that the class no longer support |get_implementation| |
15 |
|
and |get_implementation_list| methods from |
16 |
|
the |ImplementationRegistry| interface. |
17 |
|
(DOMImplementationList): Class implemented; no |
18 |
|
longer inherits from |ImplementationList|. |
19 |
|
(DOMImplementationSource): Class implemented; no |
20 |
|
longer inherits from |ImplementationSource|. Note that |
21 |
|
the class no longer support |get_implementation| |
22 |
|
and |get_implementation_list| methods from |
23 |
|
the |ImplementationSource| interface. |
24 |
|
(DOMStringList): Removed. |
25 |
|
|
26 |
|
* DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature, |
27 |
|
ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature, |
28 |
|
ManakaiDOM:DOMXMLFeatureXML11, most part of |
29 |
|
documentation for obsolete DOM Level 3 Minimum Implementation |
30 |
|
module, obsolete property name aliases, |
31 |
|
ImplemenationRegistryVar, ImplementationRegistry, |
32 |
|
DEBUG, MIString, ImplementationList, ImplementationSource, |
33 |
|
ManakaiDOM:implID): Removed. |
34 |
|
|
35 |
|
* DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed. |
36 |
|
(DOMString): Removed. |
37 |
|
(DOMImplementationRegistryVar, DOMImplementationRegistry): Removed. |
38 |
|
|
39 |
|
* Makefile: |DOMString.pm| is added. |
40 |
|
|
41 |
|
* TreeCore.dis (is_default_namespace): |null| was |
42 |
|
returned where a false is expected (|null| is |
43 |
|
a false in Perl, but real |false| is appropriate here). |
44 |
|
|
45 |
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
* DOMCore.dis (TypeInfo, UserDataHandler): Removed. |
* DOMCore.dis (TypeInfo, UserDataHandler): Removed. |