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