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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.25 - (hide annotations) (download)
Mon Sep 19 16:17:50 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.24: +4 -0 lines
++ ./bin/ChangeLog	19 Sep 2005 12:05:15 -0000
2005-09-19  Wakaba  <wakaba@suika.fam.cx>

	* mkdisdump.pl (progress_inc, progress_reset): New functions.

++ ./lib/Message/Util/ChangeLog	19 Sep 2005 12:14:55 -0000
2005-09-19  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis: Parameter "databaseArg" added to various
	methods to support objects that have no associated
	database.
	(getNamespaceBindingList, getDefaultNamespaceURIRef): New
	methods.
	(NO_RDF_TYPE_ERR): New error type.
	(loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
	attribute specified for a resource definition.

++ ./lib/Message/Util/Error/ChangeLog	19 Sep 2005 12:21:57 -0000
2005-09-19  Wakaba  <wakaba@suika.fam.cx>

	* Core.dis: Missing rdf:type attribute added to classes.

++ ./lib/Message/Util/DIS/ChangeLog	19 Sep 2005 12:23:54 -0000
2005-09-19  Wakaba  <wakaba@suika.fam.cx>

	* Value.dis (sourceNodePath): New attribute.
	(DVNSValue, DVNSOrderedList): New interfaces and classes.

	* Perl.dis: Some alias definitions moved from ../DIS.dis.
	The "namespaceContext" parameters added to some methods.
	(plCodeFragment): Now Perl'ize new DISCore:Integer typed string.
	(plImplementation): Directly instantiates PCImplementation
	to reduce overheads to find an implementation by ImplementationRegistry.

++ ./lib/Message/DOM/ChangeLog	19 Sep 2005 12:08:55 -0000
2005-09-19  Wakaba  <wakaba@suika.fam.cx>

	* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
	ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
	ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
	(ManakaiDOMTimeStamp): Removed.

	* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
	longer in use).

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

	* DOMMain.dis (StringOutOfBoundsException): New exception.

++ ./lib/manakai/ChangeLog	19 Sep 2005 12:23:20 -0000
2005-09-19  Wakaba  <wakaba@suika.fam.cx>

	* DISCore.dis (DISCore:Boolean): New preferred name
	to dis:Boolean.
	(DISCore:Integer): New type.
	(dis:Value): Default type is changed to DISCore:String.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24