/[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.28 - (hide annotations) (download)
Sun Oct 10 00:01:08 2004 UTC (20 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.27: +10 -0 lines
Some files moved; DOM Level 3 LS configuration parameters and errors definition added

1 wakaba 1.28 2004-10-10 Wakaba <wakaba@suika.fam.cx>
2    
3     * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
4     * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
5    
6 wakaba 1.26 2004-10-09 Wakaba <wakaba@suika.fam.cx>
7    
8 wakaba 1.28 * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore.
9     * ManakaiDOMCore.dis (ConfigParam): Removed.
10    
11 wakaba 1.27 * dis2pm.pl: Functions to create perl/pod structures
12     are moved to ../../bin/genlib.pl.
13 wakaba 1.28 (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first
14     character of a paragraph.
15 wakaba 1.27
16 wakaba 1.26 * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):
17     Set ownerDocument as parent if parent.ownerDocument is null.
18    
19     * dis2pm.pl (dis2perl): Report if DIS code has value.
20    
21     2004-10-06 Wakaba <wakaba@suika.fam.cx>
22    
23     * ManakaiDOMCore.dis (IFs): Inherit non-conditional version
24     of ManakaiDOMMain interfaces.
25    
26     * DOMCore.dis (Node.childNodes): Typo fixed.
27    
28     * ManakaiDOMLS2003.dis (parse): Check whether the namespace
29     prefix is null.
30    
31     * dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'.
32     (Condition): Don't generate condition inheritance for DOM1, DOM2
33     and DOM3.
34    
35 wakaba 1.25 2004-09-30 Wakaba <wakaba@suika.fam.cx>
36    
37     * dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New
38     element type 'FILE' added.
39    
40     * ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning,
41     ManakaiDOMException, ManakaiDOMWarning): New classes.
42     (ManakaiDOMObject/___report_error): Implemented.
43    
44     * dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'.
45    
46 wakaba 1.24 2004-09-29 Wakaba <wakaba@suika.fam.cx>
47    
48     * dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl):
49     New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added.
50    
51     2004-09-27 Wakaba <wakaba@suika.fam.cx>
52    
53     * .cvsignore: New file.
54    
55 wakaba 1.22 2004-09-27 Wakaba <wakaba@suika.fam.cx>
56    
57 wakaba 1.23 * DOMLS.dis, ManakaiDOMLS2003: New file.
58    
59 wakaba 1.22 * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
60     license.
61 wakaba 1.23 (disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE',
62     'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported.
63     (perl_name): Die if uninitialized value.
64     (constgroup2perl): Support constant group without machine-name.
65     (pod_item): Die if uninitialized value.
66     (qname_label): Don't output default prefix.
67 wakaba 1.22
68     * idl2dis.pl: Output module name and prefix as 'BindingName'
69     and 'FileName'.
70    
71 wakaba 1.20 2004-09-26 Wakaba <wakaba@suika.fam.cx>
72    
73 wakaba 1.21 * dis2pm.pl (constgroup2perl): Capitalize name.
74    
75     * idl2dis.pl (type, raise): Prepend namespace prefix if
76     type is 'DOMString' or 'DOMException' and it is not defined.
77     (MAIN): Make empty 'Return' element even if return
78     value is void.
79     (supply_incase): New.
80     (const): Use 'FullName' in favor of 'Description' if the name of
81     the const group is not a machine-friendly name.
82    
83     2004-09-26 Wakaba <wakaba@suika.fam.cx>
84    
85 wakaba 1.20 * dis2pm.pl (get_incase_label): Error if label is undef.
86    
87 wakaba 1.19 2004-09-25 Wakaba <wakaba@suika.fam.cx>
88    
89     * dis2pm.pl: Generate TODO list.
90     (method2perl): Use "dis".
91     (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added.
92     (perl_builtin_code): New code 'isRelativeDOMURI' added.
93    
94     * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New
95     warning code.
96    
97     * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the
98     method or attribute(set) does not return a value.
99     (perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow
100     parameter.
101    
102 wakaba 1.18 2004-09-24 Wakaba <wakaba@suika.fam.cx>
103    
104     * dis2pm.pl (perl_exception): New 'subtype' parameter added.
105     (param2poditem): New.
106     (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary.
107     (perl_builtin_code): More developer-friendly error report.
108     (perl_code): New 'REQUIRE' statement added.
109     (disdoc2text, disdoc2pod): New 'QUOTE' element type added.
110     (get_value_literal): Default for unknown type is now 'undef'.
111    
112     2004-09-22 Wakaba <wakaba@suika.fam.cx>
113    
114     * dis2pm.pl (perl_builtin_code): New 'CheckName' and
115     'XMLVersion' added.
116    
117 wakaba 1.16 2004-09-20 Wakaba <wakaba@suika.fam.cx>
118    
119 wakaba 1.17 * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements
120     even if it is 'ReMethod' and 'ReAttr' element.
121    
122     2004-09-20 Wakaba <wakaba@suika.fam.cx>
123    
124 wakaba 1.16 * dis2pm.pl (type_label): New option 'is_pod' implemented.
125     (get_redef_description): New function.
126     (get_isa_description): New function.
127     (disdoc2pod, disdoc2text): New.
128     (get_description): DISDOC support.
129     (valid_err, valid_err): New option 'node' implemented.
130    
131     * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New.
132    
133 wakaba 1.13 2004-09-19 Wakaba <wakaba@suika.fam.cx>
134    
135 wakaba 1.15 * dis2pm.pl (condition_match): Report error if the condition
136     not defined.
137    
138     * ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code.
139    
140 wakaba 1.14 * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
141     introduced.
142 wakaba 1.15 (constgroup2perl): Define is-a relationship between group
143     Name and its Type.
144     (constgroup2perl): "IsBitMask" attribute introduced.
145 wakaba 1.14
146     * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
147    
148 wakaba 1.13 * dis2pm.pl (type_label): Type label for unsigned-long and
149     unsigned-short added.
150     (perl_code): Die if uninitialized value is given.
151     (is_all_implemented): New function.
152    
153     * ManakaiDOMXML.dis: New module.
154    
155     * ManakaiDOMCore.dis: New module.
156    
157     * dis2pm.pl (dis2perl): 'Overridden' added.
158    
159 wakaba 1.12 2004-09-18 Wakaba <wakaba@suika.fam.cx>
160    
161     * ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning.
162     (ManakaiDOMNodeObject->orphanate): New internal method.
163     (Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls
164     of internal methods are now qualified by the package name.
165    
166 wakaba 1.11 2004-09-17 Wakaba <wakaba@suika.fam.cx>
167    
168     * DOMMain.dis: 'SpecLevel' attribute added.
169    
170     * idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'.
171    
172     * dis2pm.pl (get_level_description): Attribute name to see is
173     changed from 'Level' to 'SpecLevel'
174     (const2perl): Don't hardlink constant not to be warned
175     by perl -w.
176     (ops2perl): Declare subroutine 'DESTROY' not to be warned by
177     perl -w.
178 wakaba 1.12 (get_internal_code): Support of lang:dis.
179 wakaba 1.11
180     * ManakaiDOM.dis (newReference): New parameter 'class' introduced.
181    
182     * dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>):
183     Separeted from "DOMString".
184     (if2perl, attr2perl): Don't cast to DOMString.
185    
186 wakaba 1.10 2004-09-15 Wakaba <wakaba@suika.fam.cx>
187    
188     * dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented.
189     (perl_if): Don't indent if preprocessing direction found.
190     (perl_code_source): Add \n before the #line directive.
191    
192     2004-09-14 Wakaba <wakaba@suika.fam.cx>
193    
194     * dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support
195     attribute.
196     (perl_code): __SUPER{name}__ syntax implemented.
197    
198 wakaba 1.9 2004-09-13 Wakaba <wakaba@suika.fam.cx>
199    
200     * dis2pm.pl (dis2perl): New.
201    
202     2004-09-12 Wakaba <wakaba@suika.fam.cx>
203    
204     * dis2pm.pl (get_warning_perl_code): New.
205    
206 wakaba 1.8 2004-09-10 Wakaba <wakaba@suika.fam.cx>
207    
208     * ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type.
209     (ManakaiDOMNamespaceURI): New DataType.
210    
211     * DOMCore.dis: Most part of DOMImplementation interface is
212     implemented.
213    
214     * dis2pm.pl (method2perl): Description for returned value
215     is changed to be grouped.
216     (get_value_literal): Don't quote "null" even if it is a DOMString.
217     (perl_exception): Don't output terminating semicolon.
218     (perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is
219     supported.
220    
221 wakaba 1.7 2004-09-09 Wakaba <wakaba@suika.fam.cx>
222 wakaba 1.8
223     * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception'
224     implemented.
225 wakaba 1.7
226     * idl2dis.pl (type): Don't output Require element for
227     DOMMain module (now it is implicitly required by default).
228    
229 wakaba 1.6 2004-09-01 Wakaba <wakaba@suika.fam.cx>
230    
231     * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.
232    
233 wakaba 1.5 2004-08-31 Wakaba <wakaba@suika.fam.cx>
234    
235     * dis2pm.pl (const2perl, constgroup2perl): New.
236    
237     * idl2dis.pl (idlna): New.
238    
239 wakaba 1.4 2004-08-30 Wakaba <wakaba@suika.fam.cx>
240    
241     * dis2pm.pl: Versioned implementation of "IF" supported (see
242     also Manakai Development Memo : 2004-08-29
243     <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>).
244    
245     * idl2dis.pl (register_required_module): ISA is now
246     converted to elements, not a list attribute.
247    
248 wakaba 1.2 2004-08-22 Wakaba <wakaba@suika.fam.cx>
249    
250 wakaba 1.3 * idl2dis.pl (register_required_module): Top-level element type
251     name "Type" and "TypeAlias" changed to "DataType" and
252     "DataTypeAlias".
253    
254 wakaba 1.2 * dis2pm.pl (perl_code_source): New function.
255    
256 wakaba 1.1 2004-08-21 Wakaba <wakaba@suika.fam.cx>
257    
258     * ChangeLog: New file.
259    
260     * Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl:
261     New files (Moved from ../Markup/XML/DOM/).
262    
263    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24