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> |
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 |
* dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL |
60 |
license. |
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' |
* idl2dis.pl: Output module name and prefix as 'BindingName' |
69 |
and 'FileName'. |
and 'FileName'. |