1 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
4 |
|
in the code of removing the newChild from the previous |
5 |
|
parent of that node is fixed. |
6 |
|
|
7 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
10 |
|
namespace prefix of element type if it is not declared |
11 |
|
but not used else. A shift is replaced by pop:). |
12 |
|
|
13 |
|
* DOMCore.dis (getFeature): The getFeature method |
14 |
|
for Node-derived classes implemented. |
15 |
|
* DOMXML.dis (getFeature): Ditto. |
16 |
|
|
17 |
|
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
20 |
|
if a document node has no document element node but |
21 |
|
has support for the "HTML" feature. |
22 |
|
|
23 |
|
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* DOMMetaImpl.dis (features input normalizer): Variable name |
26 |
|
typo fixed. |
27 |
|
(ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug |
28 |
|
so that version specification for "+"'ed feature name does work now. |
29 |
|
|
30 |
|
2005-03-02 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* DOMBoot.dis (ResourceDef): Definitions for DOMFeature are |
33 |
|
removed (now defined in DOMMetaImpl). |
34 |
|
|
35 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. |
38 |
|
|
39 |
|
* Makefile: Rules for DOMMetaImpl module added. |
40 |
|
|
41 |
|
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
44 |
|
|
45 |
|
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference |
48 |
|
is an instance method, not a class method. |
49 |
|
|
50 |
|
* DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const, |
51 |
|
ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis"). |
52 |
|
(Exception-related definitions): Removed (moved to |
53 |
|
"lib/Message/Util/Error/DOMException.dis"). |
54 |
|
(ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved |
55 |
|
to DISLang). |
56 |
|
|
57 |
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and |
60 |
|
"ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to |
61 |
|
"lib/Message/Util/ManakaiNode.dis"). |
62 |
|
(ResourceDef[ManakaiDOM:DataType]): Removed (moved to |
63 |
|
"lib/manakai/DISCore.dis"). |
64 |
|
(ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class, |
65 |
|
ManakaiDOM:PrimitiveTypeClass]): Removed (moved to |
66 |
|
"lib/manakai/DISLang.dis"). |
67 |
|
|
68 |
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to |
71 |
|
DISPerl module). |
72 |
|
|
73 |
|
2005-01-07 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* DOMCore.dis: Each "delete array-item" replaced to a "splice". |
76 |
|
|
77 |
|
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |
80 |
|
XML document. |
81 |
|
|
82 |
|
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method. |
85 |
|
(IntMethod[isExternallyReferred]): Rewritten. |
86 |
|
(IntMethod[isExternallyReferredDownward]): Removed. |
87 |
|
(Checking XML name legallity): Fix true or false mistakes. |
88 |
|
(destroy, importTree, orphanate): Rewritten. |
89 |
|
(destroyDownward, changeTreeIDDownward): Removed. |
90 |
|
(TreeCore:urefnode property): Removed since not used. |
91 |
|
|
92 |
|
* DOMCore.dis: Tying array for NodeList implemented. |
93 |
|
|
94 |
|
2005-01-02 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* DOMHTML.dis (HTMLDOMImplementation): New interface. |
97 |
|
|
98 |
|
* DOMViews.dis: Documentation for properties are added. |
99 |
|
|
100 |
|
2004-12-29 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added. |
103 |
|
|
104 |
|
* ManakaiDOMCore.dis: Removed (merged with DOMCore.dis). |
105 |
|
|
106 |
2004-12-28 Wakaba <wakaba@suika.fam.cx> |
2004-12-28 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
* ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). |
* ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). |