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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.30 - (hide annotations) (download)
Fri Sep 30 13:06:13 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.29: +12 -0 lines
++ manakai/bin/ChangeLog	30 Sep 2005 12:38:36 -0000
2005-09-30  Wakaba  <wakaba@suika.fam.cx>

	* mkdisdump.pl (append_module_group_documentation,
	append_document_documentation): New functions.
	(append_class_documentation, append_interface_documentation):
	Generates method/attribute/constgroup information (in partial mode)
	even if "is_partial" option is true to compute inheriting
	class member information correctly.
	(--resource-uri): New option.

	* Makefile (error.xml, minimpl.xml): New rules.

++ manakai/lib/Message/Util/ChangeLog	30 Sep 2005 12:50:16 -0000
2005-09-30  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (readProperties): Saves property name to values.
	(getPropertyModuleList): New method.


	* ManakaiNode.dis: Use "disPerl:H" instead
	of "disPerl:Q" for hash keys.
	(NodeStem): Property value "mn:treeID"
	has changed to scalar reference.
++ manakai/lib/Message/Util/Error/ChangeLog	30 Sep 2005 12:49:59 -0000
2005-09-30  Wakaba  <wakaba@suika.fam.cx>
	* DOMException.dis (dx:ManakaiErrorModules): New documentation.
++ manakai/lib/Message/Util/DIS/ChangeLog	30 Sep 2005 12:48:08 -0000
2005-09-30  Wakaba  <wakaba@suika.fam.cx>

	* Value.dis (name): New attribute.

	* Perl.dis (plFullyQualifiedName): Use module's package
	name properties if available.

++ manakai/lib/Message/DOM/ChangeLog	30 Sep 2005 12:40:49 -0000
2005-09-30  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
	names where possible.

	* DOMFeature.dis: Documentation for DOM Minimum Implementation
	added (still work in progress).

	* Makefile (feature.dae, feature-spec.dae): New rules.

++ manakai/lib/manakai/ChangeLog	30 Sep 2005 12:53:24 -0000
2005-09-30  Wakaba  <wakaba@suika.fam.cx>

	* DISCore.dis: Documentation-related and meta-informational
	resoruces are moved to new "Document.dis" module.  The
	module now references "Document.dis".
	(DISCore:module, DISCore:resource): New properties.

	* DISRDF.dis: Some resources added from FOAF vocabulary.

	* Document.dis: New module.

	* DISIDL.dis: Some IDL comcepts added.  New name
	given to IDL datatypes.

	* DISLang.dis (dis:prefix): Removed.  (Moved to "DISIDL.dis"
	and it is now obsolete.)

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

	* DISPerl.dis (DISPerl:HashStringRef, DISPerl:StringRef): New.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24