/[suikacvs]/messaging/manakai/bin/ChangeLog
Suika

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.26 - (show annotations) (download)
Thu Sep 22 11:02:31 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.25: +13 -0 lines
++ manakai/bin/ChangeLog	22 Sep 2005 10:33:43 -0000
2005-09-22  Wakaba  <wakaba@suika.fam.cx>

	* dac2pm.pl (status_msg_, status_msg): New functions.
	(--create-perl-module): New option.

2005-09-21  Wakaba  <wakaba@suika.fam.cx>

	* dac.pl: Show how long the process takes.
	(status_msg_, status_msg): New functions.
	(dac_load_module_file): Converts dis document into DNLite document.

	* dac2pm.pl: Unused namespace bindings removed.

++ manakai/lib/Message/Util/ChangeLog	22 Sep 2005 10:40:13 -0000
2005-09-22  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest.
	(disIsNullable): Reimplemented.

2005-09-21  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (addNamespaceBinding): New method.

++ manakai/lib/Message/Util/DIS/ChangeLog	22 Sep 2005 10:56:00 -0000
2005-09-21  Wakaba  <wakaba@suika.fam.cx>

	* Value.dis (DVValue): Extends DIS|NSResolverDIS.

	* DNLite.dis: "databaseArg" parameter added to some methods.
	(free, addNamespaceBinding, getDefaultNamespaceURIRef,
	getNamespaceBindingList): New methods.
	(DNLElement): Inherits DIS/Perl|DISElementPerl.
	(expandedURI, disGetAttribute, plImplementation): New.

	* Perl.dis (plCodeFragment): "databaseArg" parameter added.

++ manakai/lib/Message/DOM/ChangeLog	22 Sep 2005 10:36:20 -0000
2005-09-21  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
	features if it is "for" ManakaiDOM:DOMXMLFeature.

	* DOMMain.pm (StringExtended): Code portions of raising
	StringOutOfBoundsException is temporary disabled since
	it is not a DOM-style exception supported by
	current implementation of ManakaiNode - it will be
	recovered in later revision.

++ manakai/lib/manakai/ChangeLog	22 Sep 2005 11:00:19 -0000
2005-09-21  Wakaba  <wakaba@suika.fam.cx>

	* DISPerl.dis (DISPerl:packageName): New.

1 2005-09-22 Wakaba <wakaba@suika.fam.cx>
2
3 * dac2pm.pl (status_msg_, status_msg): New functions.
4 (--create-perl-module): New option.
5
6 2005-09-21 Wakaba <wakaba@suika.fam.cx>
7
8 * dac.pl: Show how long the process takes.
9 (status_msg_, status_msg): New functions.
10 (dac_load_module_file): Converts dis document into DNLite document.
11
12 * dac2pm.pl: Unused namespace bindings removed.
13
14 2005-09-19 Wakaba <wakaba@suika.fam.cx>
15
16 * mkdisdump.pl (progress_inc, progress_reset): New functions.
17
18 2005-09-15 Wakaba <wakaba@suika.fam.cx>
19
20 * dac.pl: Calls "read_properties" method on database before
21 closure of it.
22
23 2005-09-09 Wakaba <wakaba@suika.fam.cx>
24
25 * dac.pl: Writes the database file before checking undefined
26 resoruces.
27
28 2005-09-08 Wakaba <wakaba@suika.fam.cx>
29
30 * dac.pl: Use ImplementationRegistry instead of
31 DOMImplementationRegistry. Status messages added.
32 (--implementation-registry-package): Option removed.
33
34 * dac2pm.pl: : Use ImplementationRegistry instead of
35 DOMImplementationRegistry. Status messages added.
36 (--implementation-registry-package, --output-module-version): Options
37 removed.
38
39 * mkdisdump.pl: Use ImplementationRegistry instead of
40 DOMImplementationRegistry. Status messages added.
41 (append_module_documentation, append_class_documentation,
42 append_interface_documentation): Uses dis:FileName property
43 if any.
44 (append_inheritance): Adds information on implied
45 inheritance such as UNIVERSAL and Exporter.
46
47 2005-09-07 Wakaba <wakaba@suika.fam.cx>
48
49 * mkdisdump.pl: Writes inheritance information on methods.
50
51 2005-09-06 Wakaba <wakaba@suika.fam.cx>
52
53 * mkdisdump.pl (--with-implementators-note): New option.
54 (transform_disdoc): Lextypes dis:TypeQName, DISCore:NCNameOrQName,
55 DISPerl:MemRef, DOMMain:XCodeRef supported.
56 (append_subclassof): New function. (It does not work yet.)
57 (append_raises): New function.
58
59 2005-09-05 Wakaba <wakaba@suika.fam.cx>
60
61 * mkdisdump.pl (append_datatype_documentation): Sets ddoct:basePath
62 attribute to dump:datatype element.
63
64 2005-09-04 Wakaba <wakaba@suika.fam.cx>
65
66 * mkdisdump.pl (append_module_documentation): Don't generate
67 documentation of child resource if it is already generated.
68 (--module-uri): Multiple "--module-uri" option can be accepted.
69
70 2005-09-03 Wakaba <wakaba@suika.fam.cx>
71
72 * mkdisdump.pl: Sets @dump:uri to disdoc ddel:P elements.
73
74 2005-09-02 Wakaba <wakaba@suika.fam.cx>
75
76 * mkdisdump.pl: Datatypes and constants and lextype dis:TFQNames
77 implemented.
78
79 2005-08-31 Wakaba <wakaba@suika.fam.cx>
80
81 * mkdisdump.pl: Outputs referred resources in other modules
82 (add_uri): New function.
83
84 2005-08-30 Wakaba <wakaba@suika.fam.cx>
85
86 * mkdisdump.pl: New script.
87
88 2005-04-28 Wakaba <wakaba@suika.fam.cx>
89
90 * cdis2pm.pl (dispm_collect_hash_prop_value): Loop check added.
91
92 2005-02-27 Wakaba <wakaba@suika.fam.cx>
93
94 * cdis2pm.pl (perl_code): Allow "|" as well as ":" in disPerl:Code
95 inline code name.
96
97 2005-02-26 Wakaba <wakaba@suika.fam.cx>
98
99 * dac.pl: New script (not work yet).
100
101 * cdis2pm.pl (perl_code): "disPerl:UNDEEP" block supported.
102
103 2005-02-20 Wakaba <wakaba@suika.fam.cx>
104
105 * cdis2pm.pl (perl_code): Bug in "disPerl:DEEP" not to pass "%opt"
106 arguments is fixed.
107
108 2005-02-16 Wakaba <wakaba@suika.fam.cx>
109
110 * cdis2pm.pl: New operator "DISPerl:AsStringMethod" and
111 "DISPerl:NewMethod" added.
112
113 2005-01-06 Wakaba <wakaba@suika.fam.cx>
114
115 * domtest2perl.pl (output_result): Removed.
116
117 2005-01-05 Wakaba <wakaba@suika.fam.cx>
118
119 * cdis2pm.pl (pod): Documentation added.
120 (dispm_get_value): Set default value of "0" if type is number or boolean.
121 (perl_code): Assertion support added.
122 (--output-assert): New option.
123
124 * domtest2perl.pl (pod): Documentation added.
125 (node2code): Exception package name is changed.
126 (implementationAttribute, hasFeature): Output a function call to check
127 implementation attribute.
128
129 * domts2perl.pl: Message simplified.
130 (pod): Documentation added.
131
132 2005-01-04 Wakaba <wakaba@suika.fam.cx>
133
134 * cdis2pm.pl (disperl_to_perl): Tree code element type
135 "DOMMain:raiseException" implemented.
136
137 2005-01-03 Wakaba <wakaba@suika.fam.cx>
138
139 * idl2dis.pl: Generates new "dis" format.
140
141 * cdis2pm.pl (dispm_muf_description): New function.
142
143 2004-12-31 Wakaba <wakaba@suika.fam.cx>
144
145 * cdis2pm.pl: Constant exporting support.
146
147 * mkdommemlist.pl: Rewritten to read new cdis file.
148
149 * Makefile: Modified for new mkdommemlist.pl.
150
151 * domtest2perl.pl: Use Message::Util::QName::Filter.
152
153 2004-12-29 Wakaba <wakaba@suika.fam.cx>
154
155 * disc.pl: Initialize namespace and element type bindings
156 before loading the first file.
157
158 2004-11-24 Wakaba <wakaba@suika.fam.cx>
159
160 * cdis2rdf.pl (res_canon): New.
161
162 2004-11-23 Wakaba <wakaba@suika.fam.cx>
163
164 * disc.pl: New script.
165
166 * cdis2rdf.pl, cdis2pm.pl: New script.
167 * dis2rdf.pl, dis2pm.pl: Removed.
168
169 2004-11-03 Wakaba <wakaba@suika.fam.cx>
170
171 * dis2rdf.pl: New script.
172
173 2004-10-31 Wakaba <wakaba@suika.fam.cx>
174
175 * domts2perl.pl: New option '--domtest2perl' introduced.
176
177 2004-10-11 Wakaba <wakaba@suika.fam.cx>
178
179 * dis2pm.pl (disdoc2pod, disdoc2text): New element type "eg", "KEY"
180 and "EM" introduced.
181 (type_label): ManakaiDOM:ManakaiDOMKeyIdentifier and
182 ManakaiDOM:ManakaiDOMKeyIdentifiers added.
183
184 2004-10-10 Wakaba <wakaba@suika.fam.cx>
185
186 * dis2pm.pl (disdoc2text, disdoc2pod): New element "NOTE" introduced.
187
188 * domtest2perl.pl: New file.
189
190 * Makefile, mkdommemlist.pl: New files.
191
192 * dis2pm.pl, idl2dis.pl: New (moved from ../lib/Message/DOM/).
193
194 * genlib.pl: Removed (moved to ../lib/manakai/).
195
196 2004-10-09 Wakaba <wakaba@suika.fam.cx>
197
198 * domtest2perl.pl, genlib.pl: New.
199
200 2003-09-07 Wakaba <wakaba@suika.fam.cx>
201
202 * xml-validate.pl: New script.
203 * ChangeLog: Likewise.
204
205

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24