1 |
|
2006-12-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* TreeCore.dis, DOMCore.dis, Document.dis, |
4 |
|
Element.dis, CharacterData.dis, XML.dis, |
5 |
|
XDoctype.dis, DOMString.dis, TreeStore.dis, |
6 |
|
XMLParser.dis: Use Perl native |
7 |
|
hashs and |Scalar::Util|'s weak references in favor of |Grove.dis| |
8 |
|
for DOM nodes. See |
9 |
|
also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>. |
10 |
|
|
11 |
|
2006-12-03 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* DOMFeature.dis, TreeCore.dis: Unused |role|s are removed. |
14 |
|
|
15 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* DOMString.dis: New module. |
18 |
|
|
19 |
|
* DOMString.pm: New file. |
20 |
|
|
21 |
|
* DOMCore.dis (min): Moved from |DOMFeature.dis|. |
22 |
|
(ImplementationRegistryVariable): Moved from |DOMFeature.dis|. |
23 |
|
Now it references the |DOMImplementationRegistry| object. |
24 |
|
(DOMImplementationRegistryVariable): Moved from |DOMMain.dis|. |
25 |
|
(DOMImplementationRegistry): New interface and |
26 |
|
class, reformed from |ImplementationRegistry| in |DOMFeature.dis| |
27 |
|
and |DOMImplementationRegistry| in |DOMMain.dis|. Note |
28 |
|
that the class no longer support |get_implementation| |
29 |
|
and |get_implementation_list| methods from |
30 |
|
the |ImplementationRegistry| interface. |
31 |
|
(DOMImplementationList): Class implemented; no |
32 |
|
longer inherits from |ImplementationList|. |
33 |
|
(DOMImplementationSource): Class implemented; no |
34 |
|
longer inherits from |ImplementationSource|. Note that |
35 |
|
the class no longer support |get_implementation| |
36 |
|
and |get_implementation_list| methods from |
37 |
|
the |ImplementationSource| interface. |
38 |
|
(DOMStringList): Removed. |
39 |
|
|
40 |
|
* DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature, |
41 |
|
ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature, |
42 |
|
ManakaiDOM:DOMXMLFeatureXML11, most part of |
43 |
|
documentation for obsolete DOM Level 3 Minimum Implementation |
44 |
|
module, obsolete property name aliases, |
45 |
|
ImplemenationRegistryVar, ImplementationRegistry, |
46 |
|
DEBUG, MIString, ImplementationList, ImplementationSource, |
47 |
|
ManakaiDOM:implID): Removed. |
48 |
|
|
49 |
|
* DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed. |
50 |
|
(DOMString): Removed. |
51 |
|
(DOMImplementationRegistryVar, DOMImplementationRegistry): Removed. |
52 |
|
|
53 |
|
* Makefile: |DOMString.pm| is added. |
54 |
|
|
55 |
|
* TreeCore.dis (is_default_namespace): |null| was |
56 |
|
returned where a false is expected (|null| is |
57 |
|
a false in Perl, but real |false| is appropriate here). |
58 |
|
|
59 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* DOMCore.dis (TypeInfo, UserDataHandler): Removed. |
62 |
|
|
63 |
|
* Element.dis (TypeInfo): Moved from |DOMCore.dis|. |
64 |
|
|
65 |
|
* TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|. |
66 |
|
|
67 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* DOMFeature.dis (ImplementationList, ImplementationSource, |
70 |
|
ImplementationRegistry): Parameters |features| |
71 |
|
now allow |null| (equivalent to an empty string). |
72 |
|
|
73 |
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
* CharacterData.dis (ManakaiDOMDocumentCharacterData): New |
* CharacterData.dis (ManakaiDOMDocumentCharacterData): New |