1 |
|
2004-12-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added. |
4 |
|
|
5 |
|
* ManakaiDOMCore.dis: Removed (merged with DOMCore.dis). |
6 |
|
|
7 |
|
2004-12-28 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). |
10 |
|
|
11 |
|
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |
14 |
|
|
15 |
|
2004-11-03 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* .cvsignore: Ignore pod files. |
18 |
|
|
19 |
|
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* DOMXML.dis (ProcessingInstruction.data): Property name error fixed. |
22 |
|
|
23 |
|
* DOMMain.dis: Don't call DOMString->__INT{length}__ - it should |
24 |
|
be DOMString->length. |
25 |
|
|
26 |
|
* DOMCore.dis (Element.getElementsByTagName, |
27 |
|
Node.getElementsByTagName, Element.getElementsByTagNameNS, |
28 |
|
Node.getElementsByTagNameNS): Implemented. |
29 |
|
(Element.getAttributeNode, Element.getAttributeNodeNS): |
30 |
|
Check whether defined. |
31 |
|
|
32 |
|
2004-10-18 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* DOMWebForms.dis: New module. |
35 |
|
|
36 |
|
2004-10-17 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis, |
39 |
|
DOMHTML.dis: New modules. |
40 |
|
|
41 |
|
2004-10-16 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* DOMMouseEvents.dis, DOMTextEvents.dis: New module. |
44 |
|
|
45 |
|
2004-10-11 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added. |
48 |
|
(DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added. |
49 |
|
|
50 |
|
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* DOMEvents.dis: New module. |
53 |
|
|
54 |
|
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
55 |
|
node reference. |
56 |
|
|
57 |
|
* ManakaiDOMLS2003.dis (error_handler): '$caller' changed |
58 |
|
to '$self' for correct error reporting and not to leak memory. |
59 |
|
|
60 |
|
* Makefile (DIS2PM_PL): Path to dis2pm.pl changed. |
61 |
|
* dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/). |
62 |
|
|
63 |
|
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore. |
66 |
|
* ManakaiDOMCore.dis (ConfigParam): Removed. |
67 |
|
|
68 |
|
* dis2pm.pl: Functions to create perl/pod structures |
69 |
|
are moved to ../../bin/genlib.pl. |
70 |
|
(disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first |
71 |
|
character of a paragraph. |
72 |
|
|
73 |
|
* ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): |
74 |
|
Set ownerDocument as parent if parent.ownerDocument is null. |
75 |
|
|
76 |
|
* dis2pm.pl (dis2perl): Report if DIS code has value. |
77 |
|
|
78 |
|
2004-10-06 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* ManakaiDOMCore.dis (IFs): Inherit non-conditional version |
81 |
|
of ManakaiDOMMain interfaces. |
82 |
|
|
83 |
|
* DOMCore.dis (Node.childNodes): Typo fixed. |
84 |
|
|
85 |
|
* ManakaiDOMLS2003.dis (parse): Check whether the namespace |
86 |
|
prefix is null. |
87 |
|
|
88 |
|
* dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'. |
89 |
|
(Condition): Don't generate condition inheritance for DOM1, DOM2 |
90 |
|
and DOM3. |
91 |
|
|
92 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
* dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New |
* dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New |