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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.22 - (hide annotations) (download)
Mon Sep 5 05:21:10 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.21: +10 -0 lines
New DOMFeature module introduced

1 wakaba 1.22 2005-09-04 Wakaba <wakaba@suika.fam.cx>
2    
3     * mkdisdump.pl (append_module_documentation): Don't generate
4     documentation of child resource if it is already generated.
5     (--module-uri): Multiple "--module-uri" option can be accepted.
6    
7     2005-09-03 Wakaba <wakaba@suika.fam.cx>
8    
9     * mkdisdump.pl: Sets @dump:uri to disdoc ddel:P elements.
10    
11 wakaba 1.21 2005-09-02 Wakaba <wakaba@suika.fam.cx>
12    
13     * mkdisdump.pl: Datatypes and constants and lextype dis:TFQNames
14     implemented.
15    
16 wakaba 1.20 2005-08-31 Wakaba <wakaba@suika.fam.cx>
17    
18     * mkdisdump.pl: Outputs referred resources in other modules
19     (add_uri): New function.
20    
21 wakaba 1.19 2005-08-30 Wakaba <wakaba@suika.fam.cx>
22    
23     * mkdisdump.pl: New script.
24    
25 wakaba 1.18 2005-04-28 Wakaba <wakaba@suika.fam.cx>
26    
27     * cdis2pm.pl (dispm_collect_hash_prop_value): Loop check added.
28    
29 wakaba 1.17 2005-02-27 Wakaba <wakaba@suika.fam.cx>
30    
31     * cdis2pm.pl (perl_code): Allow "|" as well as ":" in disPerl:Code
32     inline code name.
33    
34 wakaba 1.16 2005-02-26 Wakaba <wakaba@suika.fam.cx>
35    
36     * dac.pl: New script (not work yet).
37    
38     * cdis2pm.pl (perl_code): "disPerl:UNDEEP" block supported.
39    
40 wakaba 1.15 2005-02-20 Wakaba <wakaba@suika.fam.cx>
41    
42     * cdis2pm.pl (perl_code): Bug in "disPerl:DEEP" not to pass "%opt"
43     arguments is fixed.
44    
45 wakaba 1.14 2005-02-16 Wakaba <wakaba@suika.fam.cx>
46    
47     * cdis2pm.pl: New operator "DISPerl:AsStringMethod" and
48     "DISPerl:NewMethod" added.
49    
50 wakaba 1.13 2005-01-06 Wakaba <wakaba@suika.fam.cx>
51    
52     * domtest2perl.pl (output_result): Removed.
53    
54 wakaba 1.12 2005-01-05 Wakaba <wakaba@suika.fam.cx>
55    
56     * cdis2pm.pl (pod): Documentation added.
57     (dispm_get_value): Set default value of "0" if type is number or boolean.
58     (perl_code): Assertion support added.
59     (--output-assert): New option.
60    
61     * domtest2perl.pl (pod): Documentation added.
62     (node2code): Exception package name is changed.
63     (implementationAttribute, hasFeature): Output a function call to check
64     implementation attribute.
65    
66     * domts2perl.pl: Message simplified.
67     (pod): Documentation added.
68    
69     2005-01-04 Wakaba <wakaba@suika.fam.cx>
70    
71     * cdis2pm.pl (disperl_to_perl): Tree code element type
72     "DOMMain:raiseException" implemented.
73    
74     2005-01-03 Wakaba <wakaba@suika.fam.cx>
75    
76     * idl2dis.pl: Generates new "dis" format.
77    
78     * cdis2pm.pl (dispm_muf_description): New function.
79    
80 wakaba 1.11 2004-12-31 Wakaba <wakaba@suika.fam.cx>
81    
82     * cdis2pm.pl: Constant exporting support.
83    
84     * mkdommemlist.pl: Rewritten to read new cdis file.
85    
86     * Makefile: Modified for new mkdommemlist.pl.
87    
88     * domtest2perl.pl: Use Message::Util::QName::Filter.
89    
90 wakaba 1.10 2004-12-29 Wakaba <wakaba@suika.fam.cx>
91    
92     * disc.pl: Initialize namespace and element type bindings
93     before loading the first file.
94    
95 wakaba 1.9 2004-11-24 Wakaba <wakaba@suika.fam.cx>
96    
97     * cdis2rdf.pl (res_canon): New.
98    
99 wakaba 1.8 2004-11-23 Wakaba <wakaba@suika.fam.cx>
100    
101     * disc.pl: New script.
102    
103     * cdis2rdf.pl, cdis2pm.pl: New script.
104     * dis2rdf.pl, dis2pm.pl: Removed.
105    
106 wakaba 1.7 2004-11-03 Wakaba <wakaba@suika.fam.cx>
107    
108     * dis2rdf.pl: New script.
109    
110 wakaba 1.6 2004-10-31 Wakaba <wakaba@suika.fam.cx>
111    
112     * domts2perl.pl: New option '--domtest2perl' introduced.
113    
114 wakaba 1.5 2004-10-11 Wakaba <wakaba@suika.fam.cx>
115    
116     * dis2pm.pl (disdoc2pod, disdoc2text): New element type "eg", "KEY"
117     and "EM" introduced.
118     (type_label): ManakaiDOM:ManakaiDOMKeyIdentifier and
119     ManakaiDOM:ManakaiDOMKeyIdentifiers added.
120    
121 wakaba 1.3 2004-10-10 Wakaba <wakaba@suika.fam.cx>
122 wakaba 1.5
123     * dis2pm.pl (disdoc2text, disdoc2pod): New element "NOTE" introduced.
124 wakaba 1.3
125 wakaba 1.4 * domtest2perl.pl: New file.
126    
127     * Makefile, mkdommemlist.pl: New files.
128    
129 wakaba 1.3 * dis2pm.pl, idl2dis.pl: New (moved from ../lib/Message/DOM/).
130    
131     * genlib.pl: Removed (moved to ../lib/manakai/).
132    
133 wakaba 1.2 2004-10-09 Wakaba <wakaba@suika.fam.cx>
134    
135     * domtest2perl.pl, genlib.pl: New.
136    
137 wakaba 1.1 2003-09-07 Wakaba <wakaba@suika.fam.cx>
138    
139     * xml-validate.pl: New script.
140     * ChangeLog: Likewise.
141    
142    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24