1 |
|
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile (DIS2PM_PL): Path to dis2pm.pl changed. |
4 |
|
* dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/). |
5 |
|
|
6 |
|
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore. |
9 |
|
* ManakaiDOMCore.dis (ConfigParam): Removed. |
10 |
|
|
11 |
|
* dis2pm.pl: Functions to create perl/pod structures |
12 |
|
are moved to ../../bin/genlib.pl. |
13 |
|
(disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first |
14 |
|
character of a paragraph. |
15 |
|
|
16 |
|
* ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): |
17 |
|
Set ownerDocument as parent if parent.ownerDocument is null. |
18 |
|
|
19 |
|
* dis2pm.pl (dis2perl): Report if DIS code has value. |
20 |
|
|
21 |
|
2004-10-06 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* ManakaiDOMCore.dis (IFs): Inherit non-conditional version |
24 |
|
of ManakaiDOMMain interfaces. |
25 |
|
|
26 |
|
* DOMCore.dis (Node.childNodes): Typo fixed. |
27 |
|
|
28 |
|
* ManakaiDOMLS2003.dis (parse): Check whether the namespace |
29 |
|
prefix is null. |
30 |
|
|
31 |
|
* dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'. |
32 |
|
(Condition): Don't generate condition inheritance for DOM1, DOM2 |
33 |
|
and DOM3. |
34 |
|
|
35 |
|
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New |
38 |
|
element type 'FILE' added. |
39 |
|
|
40 |
|
* ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning, |
41 |
|
ManakaiDOMException, ManakaiDOMWarning): New classes. |
42 |
|
(ManakaiDOMObject/___report_error): Implemented. |
43 |
|
|
44 |
|
* dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'. |
45 |
|
|
46 |
|
2004-09-29 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl): |
49 |
|
New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added. |
50 |
|
|
51 |
|
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* .cvsignore: New file. |
54 |
|
|
55 |
|
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* DOMLS.dis, ManakaiDOMLS2003: New file. |
58 |
|
|
59 |
|
* dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL |
60 |
|
license. |
61 |
|
(disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE', |
62 |
|
'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported. |
63 |
|
(perl_name): Die if uninitialized value. |
64 |
|
(constgroup2perl): Support constant group without machine-name. |
65 |
|
(pod_item): Die if uninitialized value. |
66 |
|
(qname_label): Don't output default prefix. |
67 |
|
|
68 |
|
* idl2dis.pl: Output module name and prefix as 'BindingName' |
69 |
|
and 'FileName'. |
70 |
|
|
71 |
|
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* dis2pm.pl (constgroup2perl): Capitalize name. |
74 |
|
|
75 |
|
* idl2dis.pl (type, raise): Prepend namespace prefix if |
76 |
|
type is 'DOMString' or 'DOMException' and it is not defined. |
77 |
|
(MAIN): Make empty 'Return' element even if return |
78 |
|
value is void. |
79 |
|
(supply_incase): New. |
80 |
|
(const): Use 'FullName' in favor of 'Description' if the name of |
81 |
|
the const group is not a machine-friendly name. |
82 |
|
|
83 |
|
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* dis2pm.pl (get_incase_label): Error if label is undef. |
86 |
|
|
87 |
|
2004-09-25 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* dis2pm.pl: Generate TODO list. |
90 |
|
(method2perl): Use "dis". |
91 |
|
(disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added. |
92 |
|
(perl_builtin_code): New code 'isRelativeDOMURI' added. |
93 |
|
|
94 |
|
* ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New |
95 |
|
warning code. |
96 |
|
|
97 |
|
* dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the |
98 |
|
method or attribute(set) does not return a value. |
99 |
|
(perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow |
100 |
|
parameter. |
101 |
|
|
102 |
2004-09-24 Wakaba <wakaba@suika.fam.cx> |
2004-09-24 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
* dis2pm.pl (perl_exception): New 'subtype' parameter added. |
* dis2pm.pl (perl_exception): New 'subtype' parameter added. |