1 |
|
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |
4 |
|
|
5 |
|
2004-11-03 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* .cvsignore: Ignore pod files. |
8 |
|
|
9 |
|
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* DOMXML.dis (ProcessingInstruction.data): Property name error fixed. |
12 |
|
|
13 |
|
* DOMMain.dis: Don't call DOMString->__INT{length}__ - it should |
14 |
|
be DOMString->length. |
15 |
|
|
16 |
|
* DOMCore.dis (Element.getElementsByTagName, |
17 |
|
Node.getElementsByTagName, Element.getElementsByTagNameNS, |
18 |
|
Node.getElementsByTagNameNS): Implemented. |
19 |
|
(Element.getAttributeNode, Element.getAttributeNodeNS): |
20 |
|
Check whether defined. |
21 |
|
|
22 |
|
2004-10-18 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* DOMWebForms.dis: New module. |
25 |
|
|
26 |
|
2004-10-17 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis, |
29 |
|
DOMHTML.dis: New modules. |
30 |
|
|
31 |
|
2004-10-16 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* DOMMouseEvents.dis, DOMTextEvents.dis: New module. |
34 |
|
|
35 |
|
2004-10-11 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added. |
38 |
|
(DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added. |
39 |
|
|
40 |
|
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* DOMEvents.dis: New module. |
43 |
|
|
44 |
|
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
45 |
|
node reference. |
46 |
|
|
47 |
|
* ManakaiDOMLS2003.dis (error_handler): '$caller' changed |
48 |
|
to '$self' for correct error reporting and not to leak memory. |
49 |
|
|
50 |
|
* Makefile (DIS2PM_PL): Path to dis2pm.pl changed. |
51 |
|
* dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/). |
52 |
|
|
53 |
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore. |
56 |
|
* ManakaiDOMCore.dis (ConfigParam): Removed. |
57 |
|
|
58 |
|
* dis2pm.pl: Functions to create perl/pod structures |
59 |
|
are moved to ../../bin/genlib.pl. |
60 |
|
(disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first |
61 |
|
character of a paragraph. |
62 |
|
|
63 |
* ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): |
* ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): |
64 |
Set ownerDocument as parent if parent.ownerDocument is null. |
Set ownerDocument as parent if parent.ownerDocument is null. |
65 |
|
|