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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.28 - (hide annotations) (download)
Sat Sep 24 11:57:19 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.27: +1 -0 lines
++ manakai/bin/ChangeLog	24 Sep 2005 10:49:30 -0000
	(dac_load_module_file): Allow "|" as qname prefix separator.
++ manakai/lib/Message/Markup/ChangeLog	24 Sep 2005 11:11:32 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis: Use "disPerl:H" instead
	of "disPerl:Q" for hash keys.
	(expandQName): Removed the "g" option from the "s///",
	which was very serious and difficult bug.

++ manakai/lib/Message/Util/ChangeLog	24 Sep 2005 11:01:40 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
	properties.
	(mn:stemName, mn:refName): New properties.

	* Makefile (.discore-all.pm): New rule to create dis-related
	Perl module files at once.

	* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
	(hashKeyName, hashKeyScope, anotherURI): New error parameters.

	* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
	of "disPerl:Q" for hash keys.

++ manakai/lib/Message/Util/Error/ChangeLog	24 Sep 2005 10:58:31 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis: Use "disPerl:H" instead
	of "disPerl:Q" for hash keys.

++ manakai/lib/Message/Util/DIS/ChangeLog	24 Sep 2005 11:06:19 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plCodeFragment): Takes hash key name
	from the database for "mn:node" and "DOMCore:read-only",
	where they were hardcoded.  For GetProp and SetProp
	dis tree element instructions, hash key name
	is shorten if shorter version is defined by "DISPerl:propHashKey"
	property of the corresponding resource in the database.
	(plAddHashKey): New method to check hash key name dupulication.
	(dp:plHashKey): New property.

	* Perl.dis, DNLite.dis, DISDoc.dis, DISDump.dis:
	Use "disPerl:H" instead of "disPerl:Q" for hash keys.

++ manakai/lib/Message/DOM/ChangeLog	24 Sep 2005 10:55:11 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
	and "ManakaiDOM:ManakaiDOM2".

	* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
	DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
	instead of disPerl:Q for internal property hash keys.

	* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
	definitions added.

	* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
	New resources.

	* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
	resources.

++ manakai/lib/manakai/ChangeLog	24 Sep 2005 11:08:14 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* XML.dis: The "DISPerl:propHashKey" property
	added to properties.  Now the module depends on the DISPerl
	module.

	* DISPerl.dis (DISPerl:propHashKey): New property.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24