1 |
|
2004-10-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis, |
4 |
|
DOMHTML.dis: New modules. |
5 |
|
|
6 |
|
2004-10-16 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* DOMMouseEvents.dis, DOMTextEvents.dis: New module. |
9 |
|
|
10 |
|
2004-10-11 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added. |
13 |
|
(DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added. |
14 |
|
|
15 |
|
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* DOMEvents.dis: New module. |
18 |
|
|
19 |
|
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
20 |
|
node reference. |
21 |
|
|
22 |
|
* ManakaiDOMLS2003.dis (error_handler): '$caller' changed |
23 |
|
to '$self' for correct error reporting and not to leak memory. |
24 |
|
|
25 |
|
* Makefile (DIS2PM_PL): Path to dis2pm.pl changed. |
26 |
|
* dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/). |
27 |
|
|
28 |
|
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore. |
31 |
|
* ManakaiDOMCore.dis (ConfigParam): Removed. |
32 |
|
|
33 |
|
* dis2pm.pl: Functions to create perl/pod structures |
34 |
|
are moved to ../../bin/genlib.pl. |
35 |
|
(disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first |
36 |
|
character of a paragraph. |
37 |
|
|
38 |
|
* ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): |
39 |
|
Set ownerDocument as parent if parent.ownerDocument is null. |
40 |
|
|
41 |
|
* dis2pm.pl (dis2perl): Report if DIS code has value. |
42 |
|
|
43 |
|
2004-10-06 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* ManakaiDOMCore.dis (IFs): Inherit non-conditional version |
46 |
|
of ManakaiDOMMain interfaces. |
47 |
|
|
48 |
|
* DOMCore.dis (Node.childNodes): Typo fixed. |
49 |
|
|
50 |
|
* ManakaiDOMLS2003.dis (parse): Check whether the namespace |
51 |
|
prefix is null. |
52 |
|
|
53 |
|
* dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'. |
54 |
|
(Condition): Don't generate condition inheritance for DOM1, DOM2 |
55 |
|
and DOM3. |
56 |
|
|
57 |
|
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New |
60 |
|
element type 'FILE' added. |
61 |
|
|
62 |
|
* ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning, |
63 |
|
ManakaiDOMException, ManakaiDOMWarning): New classes. |
64 |
|
(ManakaiDOMObject/___report_error): Implemented. |
65 |
|
|
66 |
|
* dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'. |
67 |
|
|
68 |
|
2004-09-29 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl): |
71 |
|
New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added. |
72 |
|
|
73 |
|
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* .cvsignore: New file. |
76 |
|
|
77 |
|
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* DOMLS.dis, ManakaiDOMLS2003: New file. |
80 |
|
|
81 |
|
* dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL |
82 |
|
license. |
83 |
|
(disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE', |
84 |
|
'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported. |
85 |
|
(perl_name): Die if uninitialized value. |
86 |
|
(constgroup2perl): Support constant group without machine-name. |
87 |
|
(pod_item): Die if uninitialized value. |
88 |
|
(qname_label): Don't output default prefix. |
89 |
|
|
90 |
|
* idl2dis.pl: Output module name and prefix as 'BindingName' |
91 |
|
and 'FileName'. |
92 |
|
|
93 |
|
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* dis2pm.pl (constgroup2perl): Capitalize name. |
96 |
|
|
97 |
|
* idl2dis.pl (type, raise): Prepend namespace prefix if |
98 |
|
type is 'DOMString' or 'DOMException' and it is not defined. |
99 |
|
(MAIN): Make empty 'Return' element even if return |
100 |
|
value is void. |
101 |
|
(supply_incase): New. |
102 |
|
(const): Use 'FullName' in favor of 'Description' if the name of |
103 |
|
the const group is not a machine-friendly name. |
104 |
|
|
105 |
|
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* dis2pm.pl (get_incase_label): Error if label is undef. |
108 |
|
|
109 |
|
2004-09-25 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* dis2pm.pl: Generate TODO list. |
112 |
|
(method2perl): Use "dis". |
113 |
|
(disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added. |
114 |
|
(perl_builtin_code): New code 'isRelativeDOMURI' added. |
115 |
|
|
116 |
|
* ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New |
117 |
|
warning code. |
118 |
|
|
119 |
|
* dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the |
120 |
|
method or attribute(set) does not return a value. |
121 |
|
(perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow |
122 |
|
parameter. |
123 |
|
|
124 |
|
2004-09-24 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* dis2pm.pl (perl_exception): New 'subtype' parameter added. |
127 |
|
(param2poditem): New. |
128 |
|
(MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary. |
129 |
|
(perl_builtin_code): More developer-friendly error report. |
130 |
|
(perl_code): New 'REQUIRE' statement added. |
131 |
|
(disdoc2text, disdoc2pod): New 'QUOTE' element type added. |
132 |
|
(get_value_literal): Default for unknown type is now 'undef'. |
133 |
|
|
134 |
|
2004-09-22 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* dis2pm.pl (perl_builtin_code): New 'CheckName' and |
137 |
|
'XMLVersion' added. |
138 |
|
|
139 |
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
* dis2pm.pl (get_redef_description): See 'RedefinedBy' elements |
* dis2pm.pl (get_redef_description): See 'RedefinedBy' elements |