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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.21 - (show annotations) (download)
Sun Sep 26 15:08:59 2004 UTC (20 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.20: +12 -0 lines
More pretty output

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24