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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.29 - (hide annotations) (download)
Sun Sep 25 14:53:02 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.28: +7 -0 lines
++ manakai/bin/ChangeLog	25 Sep 2005 14:45:44 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix",
	"--daem-file-suffix", "--search-path-catalog-file-name", and
	"--search-path" added.  New dae and daem database format support.
	(dac_search_file_stem): New function.

++ manakai/lib/Message/Markup/ChangeLog	25 Sep 2005 14:47:09 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (DAC_SUFFIX): Changed to ".dae".
	(DAEM_SUFFIX): New.

++ manakai/lib/Message/Util/ChangeLog	25 Sep 2005 14:50:33 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code.
	(getResource): New "dae" and "daem" database format support.
	(DISResourceList): New type.
	(uriRef, ownerModuleURI, ownerModuleURIRef): New attributes.
	(addChildResource, addDynamicChildResource): New methods.
	(getChildResourceList, getDynamicChildResourceList): New method.
	(getChildResourceListByType): New method.
	(parentResource, dynamicParentResource): New attributes.

	* Makefile (DAC_SUFFIX): Changed to ".dae".
	(DAEM_SUFFIX): New.

++ manakai/lib/Message/Util/DIS/ChangeLog	25 Sep 2005 14:52:26 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plLoadDISDatabase): New "moduleResolver" parameter
	added.
	(plStore): New "moduleResolver" parameter added.
	(plLoadDISDatabaseModule): New method.

++ manakai/lib/Message/DOM/ChangeLog	25 Sep 2005 14:47:15 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (DAC_SUFFIX): Changed to ".dae".
	(DAEM_SUFFIX): New.

++ manakai/lib/manakai/ChangeLog	25 Sep 2005 14:46:50 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (DAC_SUFFIX): Changed to ".dae".
	(DAEM_SUFFIX): New.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24