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