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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24