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

Diff of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by wakaba, Wed Nov 3 11:49:39 2004 UTC revision 1.23 by wakaba, Fri Sep 9 04:26:04 2005 UTC
# Line 1  Line 1 
1    2005-09-09  Wakaba  <wakaba@suika.fam.cx>
2    
3            * mkdisdump.pl: Status messages added.
4    
5    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
6    
7            * dac.pl: Use ImplementationRegistry instead of
8            DOMImplementationRegistry.  Status messages added.
9            (--implementation-registry-package): Option removed.
10    
11            * dac2pm.pl: : Use ImplementationRegistry instead of
12            DOMImplementationRegistry.  Status messages added.
13            (--implementation-registry-package, --output-module-version): Options
14            removed.
15    
16            * mkdisdump.pl: Use ImplementationRegistry instead of
17            DOMImplementationRegistry.
18            (append_module_documentation, append_class_documentation,
19            append_interface_documentation): Uses dis:FileName property
20            if any.
21            (append_inheritance): Adds information on implied
22            inheritance such as UNIVERSAL and Exporter.
23    
24    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
25    
26            * mkdisdump.pl: Writes inheritance information on methods.
27            
28    2005-09-06  Wakaba  <wakaba@suika.fam.cx>
29    
30            * mkdisdump.pl (--with-implementators-note): New option.
31            (transform_disdoc): Lextypes dis:TypeQName, DISCore:NCNameOrQName,
32            DISPerl:MemRef, DOMMain:XCodeRef supported.
33            (append_subclassof): New function.  (It does not work yet.)
34            (append_raises): New function.
35    
36    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
37    
38            * mkdisdump.pl (append_datatype_documentation): Sets ddoct:basePath
39            attribute to dump:datatype element.
40    
41    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
42    
43            * mkdisdump.pl (append_module_documentation): Don't generate
44            documentation of child resource if it is already generated.
45            (--module-uri): Multiple "--module-uri" option can be accepted.
46    
47    2005-09-03  Wakaba  <wakaba@suika.fam.cx>
48    
49            * mkdisdump.pl: Sets @dump:uri to disdoc ddel:P elements.
50    
51    2005-09-02  Wakaba  <wakaba@suika.fam.cx>
52    
53            * mkdisdump.pl: Datatypes and constants and lextype dis:TFQNames
54            implemented.
55    
56    2005-08-31  Wakaba  <wakaba@suika.fam.cx>
57    
58            * mkdisdump.pl: Outputs referred resources in other modules
59            (add_uri): New function.
60    
61    2005-08-30  Wakaba  <wakaba@suika.fam.cx>
62    
63            * mkdisdump.pl: New script.
64    
65    2005-04-28  Wakaba  <wakaba@suika.fam.cx>
66    
67            * cdis2pm.pl (dispm_collect_hash_prop_value): Loop check added.
68    
69    2005-02-27  Wakaba  <wakaba@suika.fam.cx>
70    
71            * cdis2pm.pl (perl_code): Allow "|" as well as ":" in disPerl:Code
72            inline code name.
73    
74    2005-02-26  Wakaba  <wakaba@suika.fam.cx>
75    
76            * dac.pl: New script (not work yet).
77    
78            * cdis2pm.pl (perl_code): "disPerl:UNDEEP" block supported.
79    
80    2005-02-20  Wakaba  <wakaba@suika.fam.cx>
81    
82            * cdis2pm.pl (perl_code): Bug in "disPerl:DEEP" not to pass "%opt"
83            arguments is fixed.
84    
85    2005-02-16  Wakaba  <wakaba@suika.fam.cx>
86    
87            * cdis2pm.pl: New operator "DISPerl:AsStringMethod" and
88            "DISPerl:NewMethod" added.
89    
90    2005-01-06  Wakaba  <wakaba@suika.fam.cx>
91    
92            * domtest2perl.pl (output_result): Removed.
93    
94    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
95    
96            * cdis2pm.pl (pod): Documentation added.
97            (dispm_get_value): Set default value of "0" if type is number or boolean.
98            (perl_code): Assertion support added.
99            (--output-assert): New option.
100    
101            * domtest2perl.pl (pod): Documentation added.
102            (node2code): Exception package name is changed.
103            (implementationAttribute, hasFeature): Output a function call to check
104            implementation attribute.
105    
106            * domts2perl.pl: Message simplified.
107            (pod): Documentation added.
108    
109    2005-01-04  Wakaba  <wakaba@suika.fam.cx>
110    
111            * cdis2pm.pl (disperl_to_perl): Tree code element type
112            "DOMMain:raiseException" implemented.
113    
114    2005-01-03  Wakaba  <wakaba@suika.fam.cx>
115    
116            * idl2dis.pl: Generates new "dis" format.
117            
118            * cdis2pm.pl (dispm_muf_description): New function.
119    
120    2004-12-31  Wakaba  <wakaba@suika.fam.cx>
121    
122            * cdis2pm.pl: Constant exporting support.
123    
124            * mkdommemlist.pl: Rewritten to read new cdis file.
125    
126            * Makefile: Modified for new mkdommemlist.pl.
127    
128            * domtest2perl.pl: Use Message::Util::QName::Filter.
129    
130    2004-12-29  Wakaba  <wakaba@suika.fam.cx>
131    
132            * disc.pl: Initialize namespace and element type bindings
133            before loading the first file.
134    
135    2004-11-24  Wakaba  <wakaba@suika.fam.cx>
136    
137            * cdis2rdf.pl (res_canon): New.
138    
139    2004-11-23  Wakaba  <wakaba@suika.fam.cx>
140    
141            * disc.pl: New script.
142    
143            * cdis2rdf.pl, cdis2pm.pl: New script.
144            * dis2rdf.pl, dis2pm.pl: Removed.
145    
146  2004-11-03  Wakaba  <wakaba@suika.fam.cx>  2004-11-03  Wakaba  <wakaba@suika.fam.cx>
147    
148          * dis2rdf.pl: New script.          * dis2rdf.pl: New script.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.23

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24