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

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.27

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24