/[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.5 by wakaba, Tue Aug 31 10:00:51 2004 UTC revision 1.20 by wakaba, Sun Sep 26 11:43:06 2004 UTC
# Line 1  Line 1 
1    2004-09-26  Wakaba  <wakaba@suika.fam.cx>
2    
3            * dis2pm.pl (get_incase_label): Error if label is undef.
4    
5    2004-09-25  Wakaba  <wakaba@suika.fam.cx>
6    
7            * dis2pm.pl: Generate TODO list.
8            (method2perl): Use "dis".
9            (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added.
10            (perl_builtin_code): New code 'isRelativeDOMURI' added.
11    
12            * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New
13            warning code.
14    
15            * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the
16            method or attribute(set) does not return a value.
17            (perl_code): New macro 'WHEN' added.  Macro 'INT{}' now allow
18            parameter.
19    
20    2004-09-24  Wakaba  <wakaba@suika.fam.cx>
21    
22            * dis2pm.pl (perl_exception): New 'subtype' parameter added.
23            (param2poditem): New.
24            (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary.
25            (perl_builtin_code): More developer-friendly error report.
26            (perl_code): New 'REQUIRE' statement added.
27            (disdoc2text, disdoc2pod): New 'QUOTE' element type added.
28            (get_value_literal): Default for unknown type is now 'undef'.
29    
30    2004-09-22  Wakaba  <wakaba@suika.fam.cx>
31    
32            * dis2pm.pl (perl_builtin_code): New 'CheckName' and
33            'XMLVersion' added.
34    
35    2004-09-20  Wakaba  <wakaba@suika.fam.cx>
36    
37            * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements
38            even if it is 'ReMethod' and 'ReAttr' element.
39    
40    2004-09-20  Wakaba  <wakaba@suika.fam.cx>
41    
42            * dis2pm.pl (type_label): New option 'is_pod' implemented.
43            (get_redef_description): New function.
44            (get_isa_description): New function.
45            (disdoc2pod, disdoc2text): New.
46            (get_description): DISDOC support.
47            (valid_err, valid_err): New option 'node' implemented.
48    
49            * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New.
50    
51    2004-09-19  Wakaba  <wakaba@suika.fam.cx>
52    
53            * dis2pm.pl (condition_match): Report error if the condition
54            not defined.
55    
56            * ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code.
57    
58            * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
59            introduced.
60            (constgroup2perl): Define is-a relationship between group
61            Name and its Type.
62            (constgroup2perl): "IsBitMask" attribute introduced.
63    
64            * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
65    
66            * dis2pm.pl (type_label): Type label for unsigned-long and
67            unsigned-short added.
68            (perl_code): Die if uninitialized value is given.
69            (is_all_implemented): New function.
70    
71            * ManakaiDOMXML.dis: New module.
72    
73            * ManakaiDOMCore.dis: New module.
74    
75            * dis2pm.pl (dis2perl): 'Overridden' added.
76    
77    2004-09-18  Wakaba  <wakaba@suika.fam.cx>
78    
79            * ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning.
80            (ManakaiDOMNodeObject->orphanate): New internal method.
81            (Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls
82            of internal methods are now qualified by the package name.
83    
84    2004-09-17  Wakaba  <wakaba@suika.fam.cx>
85    
86            * DOMMain.dis: 'SpecLevel' attribute added.
87    
88            * idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'.
89    
90            * dis2pm.pl (get_level_description): Attribute name to see is
91            changed from 'Level' to 'SpecLevel'
92            (const2perl): Don't hardlink constant not to be warned
93            by perl -w.
94            (ops2perl): Declare subroutine 'DESTROY' not to be warned by
95            perl -w.
96            (get_internal_code): Support of lang:dis.
97    
98            * ManakaiDOM.dis (newReference): New parameter 'class' introduced.
99    
100            * dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>):
101            Separeted from "DOMString".
102            (if2perl, attr2perl): Don't cast to DOMString.
103    
104    2004-09-15  Wakaba  <wakaba@suika.fam.cx>
105    
106            * dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented.
107            (perl_if): Don't indent if preprocessing direction found.
108            (perl_code_source): Add \n before the #line directive.
109    
110    2004-09-14  Wakaba  <wakaba@suika.fam.cx>
111    
112            * dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support
113            attribute.
114            (perl_code): __SUPER{name}__ syntax implemented.
115    
116    2004-09-13  Wakaba  <wakaba@suika.fam.cx>
117    
118            * dis2pm.pl (dis2perl): New.
119    
120    2004-09-12  Wakaba  <wakaba@suika.fam.cx>
121    
122            * dis2pm.pl (get_warning_perl_code): New.
123    
124    2004-09-10  Wakaba  <wakaba@suika.fam.cx>
125    
126            * ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type.
127            (ManakaiDOMNamespaceURI): New DataType.
128    
129            * DOMCore.dis: Most part of DOMImplementation interface is
130            implemented.
131    
132            * dis2pm.pl (method2perl): Description for returned value
133            is changed to be grouped.
134            (get_value_literal): Don't quote "null" even if it is a DOMString.
135            (perl_exception): Don't output terminating semicolon.
136            (perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is
137            supported.
138    
139    2004-09-09  Wakaba  <wakaba@suika.fam.cx>
140    
141            * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception'
142            implemented.
143    
144            * idl2dis.pl (type): Don't output Require element for
145            DOMMain module (now it is implicitly required by default).
146    
147    2004-09-01  Wakaba  <wakaba@suika.fam.cx>
148    
149            * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.
150    
151  2004-08-31  Wakaba  <wakaba@suika.fam.cx>  2004-08-31  Wakaba  <wakaba@suika.fam.cx>
152    
153          * dis2pm.pl (const2perl, constgroup2perl): New.          * dis2pm.pl (const2perl, constgroup2perl): New.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.20

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24