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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.34 - (hide annotations) (download)
Thu Oct 6 10:53:34 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.33: +10 -0 lines
++ manakai/t/ChangeLog	6 Oct 2005 10:33:09 -0000
2005-10-06  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Updated for new version of "domts2perl.pl".

++ manakai/bin/ChangeLog	6 Oct 2005 10:26:28 -0000
2005-10-06  Wakaba  <wakaba@suika.fam.cx>

	* mkdommemlist.pl: Revised for new "dae" database.

	* domts2perl.pl (--domtest2perl-option): New option.

	* domtest2perl.pl: Revised for new DOM Perl binding.

	* Makefile: Rules to make "dommemlist.pl.tmp" revised.

++ manakai/lib/Message/Util/ChangeLog	6 Oct 2005 10:30:19 -0000
2005-10-06  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.

++ manakai/lib/Message/Util/DIS/ChangeLog	6 Oct 2005 10:32:00 -0000
2005-10-06  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plFullyQualifiedName): Fully qualified
	name of the constant function is now a name in
	the package of the class (it was a name in module package).

	* Value.dis (getResource): Use "getAnyResource"
	method instead of "getResource" method.

++ manakai/lib/Message/DOM/ChangeLog	6 Oct 2005 10:37:05 -0000
2005-10-06  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
	(ManakaiDOMCharacterData): Methods reimplemented.
	(splitText): Reimplemented.
	(childNodes): Returns a "ManakaiDOMEmptyNodeList"
	for non-parent node types.

	* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
	        for non-parent node types.

2005-10-05  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiDOMLS2003.dis: Revised to new format.

	* GenericLS.dis (DOMLS:ParseString): New feature.

	* DOMMain.pm (StringExtend): Code portions of raising
++ manakai/lib/manakai/ChangeLog	6 Oct 2005 10:32:30 -0000
2005-10-06  Wakaba  <wakaba@suika.fam.cx>

	* domtest.pl, genlib.pl: Use new DOM Perl binding.

1 wakaba 1.34 2005-10-06 Wakaba <wakaba@suika.fam.cx>
2    
3     * mkdommemlist.pl: Revised for new "dae" database.
4    
5     * domts2perl.pl (--domtest2perl-option): New option.
6    
7     * domtest2perl.pl: Revised for new DOM Perl binding.
8    
9     * Makefile: Rules to make "dommemlist.pl.tmp" revised.
10    
11 wakaba 1.33 2005-10-05 Wakaba <wakaba@suika.fam.cx>
12    
13     * mkdisdump.pl (dd_get_qname_uri): Sets "dump:uri" attribute.
14    
15     2005-10-03 Wakaba <wakaba@suika.fam.cx>
16    
17     * mkdisdump.pl (append_module_documentation): Outputs
18     any "DISCore:AnyAppName" property value in
19     addition to "dis:AppName" values. Use "dump:ref"
20     property if the value is a URI.
21     (append_method_documentation): Likewise.
22     (append_document_documentation): Likewise.
23    
24 wakaba 1.32 2005-10-02 Wakaba <wakaba@suika.fam.cx>
25    
26     * mkdisdump.pl (append_document_documentation): Outputs "doc:as"
27     properties if available.
28     (append_module_documentation): Outputs "dis:AppName"
29     and "idl:prefix" attribute if available.
30     (append_idl_interface_documentation): Removed (Merged
31     to "append_interface_documentation").
32     (ReferredResource): Don't set "is_partial" flag
33     if ReferredResource value is greater than "1".
34    
35 wakaba 1.31 2005-10-01 Wakaba <wakaba@suika.fam.cx>
36    
37     * mkdisdump.pl (append_document_properties): New subroutine.
38     (append_datatype_documentation): Outputs "dis:Def"
39     and "dis:AppName" properties if available.
40     (append_idl_interface_documentation): New subroutine.
41    
42 wakaba 1.30 2005-09-30 Wakaba <wakaba@suika.fam.cx>
43    
44     * mkdisdump.pl (append_module_group_documentation,
45     append_document_documentation): New functions.
46     (append_class_documentation, append_interface_documentation):
47     Generates method/attribute/constgroup information (in partial mode)
48     even if "is_partial" option is true to compute inheriting
49     class member information correctly.
50     (--resource-uri): New option.
51    
52     * Makefile (error.xml, minimpl.xml): New rules.
53    
54 wakaba 1.29 2005-09-25 Wakaba <wakaba@suika.fam.cx>
55    
56     * dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix",
57     "--daem-file-suffix", "--search-path-catalog-file-name", and
58     "--search-path" added. New dae and daem database format support.
59     (dac_search_file_stem): New function.
60    
61 wakaba 1.27 2005-09-24 Wakaba <wakaba@suika.fam.cx>
62    
63     * dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added.
64 wakaba 1.28 (dac_load_module_file): Allow "|" as qname prefix separator.
65 wakaba 1.27
66     2005-09-23 Wakaba <wakaba@suika.fam.cx>
67    
68     * mkdisdump.pl: Fixed to support new dad database implementation.
69    
70 wakaba 1.26 2005-09-22 Wakaba <wakaba@suika.fam.cx>
71    
72     * dac2pm.pl (status_msg_, status_msg): New functions.
73     (--create-perl-module): New option.
74    
75     2005-09-21 Wakaba <wakaba@suika.fam.cx>
76    
77     * dac.pl: Show how long the process takes.
78     (status_msg_, status_msg): New functions.
79     (dac_load_module_file): Converts dis document into DNLite document.
80    
81     * dac2pm.pl: Unused namespace bindings removed.
82    
83 wakaba 1.25 2005-09-19 Wakaba <wakaba@suika.fam.cx>
84    
85     * mkdisdump.pl (progress_inc, progress_reset): New functions.
86    
87 wakaba 1.24 2005-09-15 Wakaba <wakaba@suika.fam.cx>
88    
89     * dac.pl: Calls "read_properties" method on database before
90     closure of it.
91    
92 wakaba 1.23 2005-09-09 Wakaba <wakaba@suika.fam.cx>
93    
94 wakaba 1.24 * dac.pl: Writes the database file before checking undefined
95     resoruces.
96 wakaba 1.23
97     2005-09-08 Wakaba <wakaba@suika.fam.cx>
98    
99     * dac.pl: Use ImplementationRegistry instead of
100     DOMImplementationRegistry. Status messages added.
101     (--implementation-registry-package): Option removed.
102    
103     * dac2pm.pl: : Use ImplementationRegistry instead of
104     DOMImplementationRegistry. Status messages added.
105     (--implementation-registry-package, --output-module-version): Options
106     removed.
107    
108     * mkdisdump.pl: Use ImplementationRegistry instead of
109 wakaba 1.24 DOMImplementationRegistry. Status messages added.
110 wakaba 1.23 (append_module_documentation, append_class_documentation,
111     append_interface_documentation): Uses dis:FileName property
112     if any.
113     (append_inheritance): Adds information on implied
114     inheritance such as UNIVERSAL and Exporter.
115    
116     2005-09-07 Wakaba <wakaba@suika.fam.cx>
117    
118     * mkdisdump.pl: Writes inheritance information on methods.
119    
120     2005-09-06 Wakaba <wakaba@suika.fam.cx>
121    
122     * mkdisdump.pl (--with-implementators-note): New option.
123     (transform_disdoc): Lextypes dis:TypeQName, DISCore:NCNameOrQName,
124     DISPerl:MemRef, DOMMain:XCodeRef supported.
125     (append_subclassof): New function. (It does not work yet.)
126     (append_raises): New function.
127    
128     2005-09-05 Wakaba <wakaba@suika.fam.cx>
129    
130     * mkdisdump.pl (append_datatype_documentation): Sets ddoct:basePath
131     attribute to dump:datatype element.
132    
133 wakaba 1.22 2005-09-04 Wakaba <wakaba@suika.fam.cx>
134    
135     * mkdisdump.pl (append_module_documentation): Don't generate
136     documentation of child resource if it is already generated.
137     (--module-uri): Multiple "--module-uri" option can be accepted.
138    
139     2005-09-03 Wakaba <wakaba@suika.fam.cx>
140    
141     * mkdisdump.pl: Sets @dump:uri to disdoc ddel:P elements.
142    
143 wakaba 1.21 2005-09-02 Wakaba <wakaba@suika.fam.cx>
144    
145     * mkdisdump.pl: Datatypes and constants and lextype dis:TFQNames
146     implemented.
147    
148 wakaba 1.20 2005-08-31 Wakaba <wakaba@suika.fam.cx>
149    
150     * mkdisdump.pl: Outputs referred resources in other modules
151     (add_uri): New function.
152    
153 wakaba 1.19 2005-08-30 Wakaba <wakaba@suika.fam.cx>
154    
155     * mkdisdump.pl: New script.
156    
157 wakaba 1.18 2005-04-28 Wakaba <wakaba@suika.fam.cx>
158    
159     * cdis2pm.pl (dispm_collect_hash_prop_value): Loop check added.
160    
161 wakaba 1.17 2005-02-27 Wakaba <wakaba@suika.fam.cx>
162    
163     * cdis2pm.pl (perl_code): Allow "|" as well as ":" in disPerl:Code
164     inline code name.
165    
166 wakaba 1.16 2005-02-26 Wakaba <wakaba@suika.fam.cx>
167    
168     * dac.pl: New script (not work yet).
169    
170     * cdis2pm.pl (perl_code): "disPerl:UNDEEP" block supported.
171    
172 wakaba 1.15 2005-02-20 Wakaba <wakaba@suika.fam.cx>
173    
174     * cdis2pm.pl (perl_code): Bug in "disPerl:DEEP" not to pass "%opt"
175     arguments is fixed.
176    
177 wakaba 1.14 2005-02-16 Wakaba <wakaba@suika.fam.cx>
178    
179     * cdis2pm.pl: New operator "DISPerl:AsStringMethod" and
180     "DISPerl:NewMethod" added.
181    
182 wakaba 1.13 2005-01-06 Wakaba <wakaba@suika.fam.cx>
183    
184     * domtest2perl.pl (output_result): Removed.
185    
186 wakaba 1.12 2005-01-05 Wakaba <wakaba@suika.fam.cx>
187    
188     * cdis2pm.pl (pod): Documentation added.
189     (dispm_get_value): Set default value of "0" if type is number or boolean.
190     (perl_code): Assertion support added.
191     (--output-assert): New option.
192    
193     * domtest2perl.pl (pod): Documentation added.
194     (node2code): Exception package name is changed.
195     (implementationAttribute, hasFeature): Output a function call to check
196     implementation attribute.
197    
198     * domts2perl.pl: Message simplified.
199     (pod): Documentation added.
200    
201     2005-01-04 Wakaba <wakaba@suika.fam.cx>
202    
203     * cdis2pm.pl (disperl_to_perl): Tree code element type
204     "DOMMain:raiseException" implemented.
205    
206     2005-01-03 Wakaba <wakaba@suika.fam.cx>
207    
208     * idl2dis.pl: Generates new "dis" format.
209    
210     * cdis2pm.pl (dispm_muf_description): New function.
211    
212 wakaba 1.11 2004-12-31 Wakaba <wakaba@suika.fam.cx>
213    
214     * cdis2pm.pl: Constant exporting support.
215    
216     * mkdommemlist.pl: Rewritten to read new cdis file.
217    
218     * Makefile: Modified for new mkdommemlist.pl.
219    
220     * domtest2perl.pl: Use Message::Util::QName::Filter.
221    
222 wakaba 1.10 2004-12-29 Wakaba <wakaba@suika.fam.cx>
223    
224     * disc.pl: Initialize namespace and element type bindings
225     before loading the first file.
226    
227 wakaba 1.9 2004-11-24 Wakaba <wakaba@suika.fam.cx>
228    
229     * cdis2rdf.pl (res_canon): New.
230    
231 wakaba 1.8 2004-11-23 Wakaba <wakaba@suika.fam.cx>
232    
233     * disc.pl: New script.
234    
235     * cdis2rdf.pl, cdis2pm.pl: New script.
236     * dis2rdf.pl, dis2pm.pl: Removed.
237    
238 wakaba 1.7 2004-11-03 Wakaba <wakaba@suika.fam.cx>
239    
240     * dis2rdf.pl: New script.
241    
242 wakaba 1.6 2004-10-31 Wakaba <wakaba@suika.fam.cx>
243    
244     * domts2perl.pl: New option '--domtest2perl' introduced.
245    
246 wakaba 1.5 2004-10-11 Wakaba <wakaba@suika.fam.cx>
247    
248     * dis2pm.pl (disdoc2pod, disdoc2text): New element type "eg", "KEY"
249     and "EM" introduced.
250     (type_label): ManakaiDOM:ManakaiDOMKeyIdentifier and
251     ManakaiDOM:ManakaiDOMKeyIdentifiers added.
252    
253 wakaba 1.3 2004-10-10 Wakaba <wakaba@suika.fam.cx>
254 wakaba 1.5
255     * dis2pm.pl (disdoc2text, disdoc2pod): New element "NOTE" introduced.
256 wakaba 1.3
257 wakaba 1.4 * domtest2perl.pl: New file.
258    
259     * Makefile, mkdommemlist.pl: New files.
260    
261 wakaba 1.3 * dis2pm.pl, idl2dis.pl: New (moved from ../lib/Message/DOM/).
262    
263     * genlib.pl: Removed (moved to ../lib/manakai/).
264    
265 wakaba 1.2 2004-10-09 Wakaba <wakaba@suika.fam.cx>
266    
267     * domtest2perl.pl, genlib.pl: New.
268    
269 wakaba 1.1 2003-09-07 Wakaba <wakaba@suika.fam.cx>
270    
271     * xml-validate.pl: New script.
272     * ChangeLog: Likewise.
273    
274    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24