/[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.22 - (show annotations) (download)
Mon Sep 27 03:54:23 2004 UTC (20 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.21: +8 -0 lines
2004-09-27  Wakaba  <wakaba@suika.fam.cx>

        * dis2pm.pl (MAIN): Output AUTHOR pod section; support Perl+MPL
        license.

        * idl2dis.pl: Output module name and prefix as 'BindingName'
        and 'FileName'.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24