/[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.18 - (show annotations) (download)
Fri Sep 24 12:19:46 2004 UTC (20 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.17: +15 -0 lines
Daily commitment

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24