1 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
4 |
|
|
5 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
8 |
|
(DAEM_SUFFIX): New. |
9 |
|
|
10 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" |
13 |
|
and "ManakaiDOM:ManakaiDOM2". |
14 |
|
|
15 |
|
* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis, |
16 |
|
DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H |
17 |
|
instead of disPerl:Q for internal property hash keys. |
18 |
|
|
19 |
|
* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property |
20 |
|
definitions added. |
21 |
|
|
22 |
|
* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode): |
23 |
|
New resources. |
24 |
|
|
25 |
|
* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New |
26 |
|
resources. |
27 |
|
|
28 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* GenericLS.dis, SimpleLS.dis: New modules separated |
31 |
|
from DOMLS.dis. |
32 |
|
|
33 |
|
* DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions |
34 |
|
moved from DOMMain to DOMFeature. Now DOMFeature |
35 |
|
has no dependency on DOMMain. |
36 |
|
|
37 |
|
* DOMFeature.dis (DEBUG): New variable. |
38 |
|
|
39 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
42 |
|
|
43 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
46 |
|
features if it is "for" ManakaiDOM:DOMXMLFeature. |
47 |
|
|
48 |
|
* DOMMain.pm (StringExtended): Code portions of raising |
49 |
|
StringOutOfBoundsException is temporary disabled since |
50 |
|
it is not a DOM-style exception supported by |
51 |
|
current implementation of ManakaiNode - it will be |
52 |
|
recovered in later revision. |
53 |
|
|
54 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* DOMFeature.pm: Debug output code copied |
57 |
|
from Attic/DOMMetaImpl.pm (Should these code incorporated |
58 |
|
to source dis file?). |
59 |
|
|
60 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, |
63 |
|
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, |
64 |
|
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. |
65 |
|
(ManakaiDOMTimeStamp): Removed. |
66 |
|
|
67 |
|
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no |
68 |
|
longer in use). |
69 |
|
|
70 |
|
2005-09-18 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* DOMMain.dis (StringOutOfBoundsException): New exception. |
73 |
|
|
74 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
77 |
|
properties added to properties. |
78 |
|
|
79 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* Makefile: Rules renewaled. |
82 |
|
|
83 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
86 |
|
|
87 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* DOMMain.dis (DOMImplementationRegistry, |
90 |
|
DOMImplementationRegistryVar): New. |
91 |
|
|
92 |
|
* DOMFeature.dis (DOMImplementationRegistry, |
93 |
|
DOMImplementationRegistryVar): Removed. |
94 |
|
(ImplementationRegistry): New class. |
95 |
|
|
96 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* DOMFeature.dis: New module. |
99 |
|
|
100 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
101 |
|
|
102 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
103 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
104 |
|
but datatypes. |
105 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
106 |
|
are subtypes rather than aliases of their "real" type in IDL. |
107 |
|
|
108 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
109 |
|
New interfaces and classes. |
110 |
|
|
111 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
114 |
|
property of the new Text node. |
115 |
|
|
116 |
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
* Makefile: Loads "NaturalLanguage.dis". |
* Makefile: Loads "NaturalLanguage.dis". |