1 |
|
2004-10-18 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMWebForms.dis: New module. |
4 |
|
|
5 |
|
2004-10-17 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis, |
8 |
|
DOMHTML.dis: New modules. |
9 |
|
|
10 |
|
2004-10-16 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DOMMouseEvents.dis, DOMTextEvents.dis: New module. |
13 |
|
|
14 |
|
2004-10-11 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added. |
17 |
|
(DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added. |
18 |
|
|
19 |
|
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* DOMEvents.dis: New module. |
22 |
|
|
23 |
|
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
24 |
|
node reference. |
25 |
|
|
26 |
|
* ManakaiDOMLS2003.dis (error_handler): '$caller' changed |
27 |
|
to '$self' for correct error reporting and not to leak memory. |
28 |
|
|
29 |
|
* Makefile (DIS2PM_PL): Path to dis2pm.pl changed. |
30 |
|
* dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/). |
31 |
|
|
32 |
|
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore. |
35 |
|
* ManakaiDOMCore.dis (ConfigParam): Removed. |
36 |
|
|
37 |
|
* dis2pm.pl: Functions to create perl/pod structures |
38 |
|
are moved to ../../bin/genlib.pl. |
39 |
|
(disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first |
40 |
|
character of a paragraph. |
41 |
|
|
42 |
|
* ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): |
43 |
|
Set ownerDocument as parent if parent.ownerDocument is null. |
44 |
|
|
45 |
|
* dis2pm.pl (dis2perl): Report if DIS code has value. |
46 |
|
|
47 |
|
2004-10-06 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* ManakaiDOMCore.dis (IFs): Inherit non-conditional version |
50 |
|
of ManakaiDOMMain interfaces. |
51 |
|
|
52 |
|
* DOMCore.dis (Node.childNodes): Typo fixed. |
53 |
|
|
54 |
|
* ManakaiDOMLS2003.dis (parse): Check whether the namespace |
55 |
|
prefix is null. |
56 |
|
|
57 |
|
* dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'. |
58 |
|
(Condition): Don't generate condition inheritance for DOM1, DOM2 |
59 |
|
and DOM3. |
60 |
|
|
61 |
|
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New |
64 |
|
element type 'FILE' added. |
65 |
|
|
66 |
|
* ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning, |
67 |
|
ManakaiDOMException, ManakaiDOMWarning): New classes. |
68 |
|
(ManakaiDOMObject/___report_error): Implemented. |
69 |
|
|
70 |
|
* dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'. |
71 |
|
|
72 |
|
2004-09-29 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl): |
75 |
|
New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added. |
76 |
|
|
77 |
|
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* .cvsignore: New file. |
80 |
|
|
81 |
|
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* DOMLS.dis, ManakaiDOMLS2003: New file. |
84 |
|
|
85 |
|
* dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL |
86 |
|
license. |
87 |
|
(disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE', |
88 |
|
'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported. |
89 |
|
(perl_name): Die if uninitialized value. |
90 |
|
(constgroup2perl): Support constant group without machine-name. |
91 |
|
(pod_item): Die if uninitialized value. |
92 |
|
(qname_label): Don't output default prefix. |
93 |
|
|
94 |
|
* idl2dis.pl: Output module name and prefix as 'BindingName' |
95 |
|
and 'FileName'. |
96 |
|
|
97 |
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
* dis2pm.pl (constgroup2perl): Capitalize name. |
* dis2pm.pl (constgroup2perl): Capitalize name. |