/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.31

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24