/[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.17 by wakaba, Mon Sep 20 13:58:44 2004 UTC revision 1.30 by wakaba, Mon Oct 11 10:37:12 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    
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>
84    
85            * dis2pm.pl (constgroup2perl): Capitalize name.
86    
87            * idl2dis.pl (type, raise): Prepend namespace prefix if
88            type is 'DOMString' or 'DOMException' and it is not defined.
89            (MAIN): Make empty 'Return' element even if return
90            value is void.
91            (supply_incase): New.
92            (const): Use 'FullName' in favor of 'Description' if the name of
93            the const group is not a machine-friendly name.
94    
95    2004-09-26  Wakaba  <wakaba@suika.fam.cx>
96            
97            * dis2pm.pl (get_incase_label): Error if label is undef.
98    
99    2004-09-25  Wakaba  <wakaba@suika.fam.cx>
100    
101            * dis2pm.pl: Generate TODO list.
102            (method2perl): Use "dis".
103            (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added.
104            (perl_builtin_code): New code 'isRelativeDOMURI' added.
105    
106            * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New
107            warning code.
108    
109            * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the
110            method or attribute(set) does not return a value.
111            (perl_code): New macro 'WHEN' added.  Macro 'INT{}' now allow
112            parameter.
113    
114    2004-09-24  Wakaba  <wakaba@suika.fam.cx>
115    
116            * dis2pm.pl (perl_exception): New 'subtype' parameter added.
117            (param2poditem): New.
118            (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary.
119            (perl_builtin_code): More developer-friendly error report.
120            (perl_code): New 'REQUIRE' statement added.
121            (disdoc2text, disdoc2pod): New 'QUOTE' element type added.
122            (get_value_literal): Default for unknown type is now 'undef'.
123    
124    2004-09-22  Wakaba  <wakaba@suika.fam.cx>
125    
126            * dis2pm.pl (perl_builtin_code): New 'CheckName' and
127            'XMLVersion' added.
128    
129  2004-09-20  Wakaba  <wakaba@suika.fam.cx>  2004-09-20  Wakaba  <wakaba@suika.fam.cx>
130    
131          * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements          * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.30

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24