1 |
|
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
4 |
|
|
5 |
|
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference |
8 |
|
is an instance method, not a class method. |
9 |
|
|
10 |
|
* DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const, |
11 |
|
ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis"). |
12 |
|
(Exception-related definitions): Removed (moved to |
13 |
|
"lib/Message/Util/Error/DOMException.dis"). |
14 |
|
(ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved |
15 |
|
to DISLang). |
16 |
|
|
17 |
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and |
20 |
|
"ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to |
21 |
|
"lib/Message/Util/ManakaiNode.dis"). |
22 |
|
(ResourceDef[ManakaiDOM:DataType]): Removed (moved to |
23 |
|
"lib/manakai/DISCore.dis"). |
24 |
|
(ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class, |
25 |
|
ManakaiDOM:PrimitiveTypeClass]): Removed (moved to |
26 |
|
"lib/manakai/DISLang.dis"). |
27 |
|
|
28 |
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to |
31 |
|
DISPerl module). |
32 |
|
|
33 |
|
2005-01-07 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* DOMCore.dis: Each "delete array-item" replaced to a "splice". |
36 |
|
|
37 |
|
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |
40 |
|
XML document. |
41 |
|
|
42 |
|
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method. |
45 |
|
(IntMethod[isExternallyReferred]): Rewritten. |
46 |
|
(IntMethod[isExternallyReferredDownward]): Removed. |
47 |
|
(Checking XML name legallity): Fix true or false mistakes. |
48 |
|
(destroy, importTree, orphanate): Rewritten. |
49 |
|
(destroyDownward, changeTreeIDDownward): Removed. |
50 |
|
(TreeCore:urefnode property): Removed since not used. |
51 |
|
|
52 |
|
* DOMCore.dis: Tying array for NodeList implemented. |
53 |
|
|
54 |
|
2005-01-02 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* DOMHTML.dis (HTMLDOMImplementation): New interface. |
57 |
|
|
58 |
|
* DOMViews.dis: Documentation for properties are added. |
59 |
|
|
60 |
|
2004-12-29 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added. |
63 |
|
|
64 |
|
* ManakaiDOMCore.dis: Removed (merged with DOMCore.dis). |
65 |
|
|
66 |
|
2004-12-28 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). |
69 |
|
|
70 |
|
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |
73 |
|
|
74 |
|
2004-11-03 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* .cvsignore: Ignore pod files. |
77 |
|
|
78 |
|
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* DOMXML.dis (ProcessingInstruction.data): Property name error fixed. |
81 |
|
|
82 |
|
* DOMMain.dis: Don't call DOMString->__INT{length}__ - it should |
83 |
|
be DOMString->length. |
84 |
|
|
85 |
|
* DOMCore.dis (Element.getElementsByTagName, |
86 |
|
Node.getElementsByTagName, Element.getElementsByTagNameNS, |
87 |
|
Node.getElementsByTagNameNS): Implemented. |
88 |
|
(Element.getAttributeNode, Element.getAttributeNodeNS): |
89 |
|
Check whether defined. |
90 |
|
|
91 |
2004-10-18 Wakaba <wakaba@suika.fam.cx> |
2004-10-18 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
* DOMWebForms.dis: New module. |
* DOMWebForms.dis: New module. |