/[suikacvs]/messaging/manakai/lib/Message/Util/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/Util/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.38 - (hide annotations) (download)
Sat Sep 17 15:03:03 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.37: +21 -0 lines
Perl-related methods moved from DIS to DIS/Perl; DIS readProperties method implemented (still buggy)

1 wakaba 1.38 2005-09-16 Wakaba <wakaba@suika.fam.cx>
2    
3     * DIS.dis (DISResourceProp): Methods reimplemented to
4     support DIS/Value values.
5    
6     2005-09-15 Wakaba <wakaba@suika.fam.cx>
7    
8     * DIS.dis (readProperties): New methods. Emploies DIS/Value
9     classes for internal data structure.
10    
11     2005-09-14 Wakaba <wakaba@suika.fam.cx>
12    
13     * DIS.dis: Now references DIS/Value.dis.
14     (DISAnyResource): New interface separeted from DISModule.
15     DISFor and DISResource.
16    
17     2005-09-13 Wakaba <wakaba@suika.fam.cx>
18    
19     * DIS.dis: Perl-related methods are moved to a separate
20     module "DIS/Perl.dis".
21    
22 wakaba 1.37 2005-09-08 Wakaba <wakaba@suika.fam.cx>
23    
24     * Makefile: Renewaled.
25    
26     * ManakaiNode.dis (free): New method.
27    
28     2005-09-07 Wakaba <wakaba@suika.fam.cx>
29    
30     * DIS.dis: Interfaces added.
31     (free): New method.
32    
33     * PerlCode.dis: Interfaces added.
34    
35     2005-09-06 Wakaba <wakaba@suika.fam.cx>
36    
37     * DIS.dis (plName): Use AppName attribute, if any,
38     for ManakaiDOM:ConstGroup resources.
39    
40     2005-09-05 Wakaba <wakaba@suika.fam.cx>
41    
42     * DIS.dis (plGeneratePerlModuleFile): Don't generate code for
43     the same class or variable twice whose alias is defined
44     in the same module.
45    
46 wakaba 1.36 2005-09-04 Wakaba <wakaba@suika.fam.cx>
47    
48     * PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName
49     and pc:prortotype properties.
50    
51     * DIS.dis (plAdditionalISAPackages): New attribute.
52    
53 wakaba 1.35 2005-09-01 Wakaba <wakaba@suika.fam.cx>
54    
55     * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
56     supported.
57    
58 wakaba 1.34 2005-08-31 Wakaba <wakaba@suika.fam.cx>
59    
60     * DIS.dis (uris): New attribute.
61    
62 wakaba 1.33 2005-08-30 Wakaba <wakaba@suika.fam.cx>
63    
64     * DIS.dis (plFilePathStem): New attribute.
65    
66     2005-08-29 Wakaba <wakaba@suika.fam.cx>
67    
68     * DIS.dis (plFileNameStem): New attribute.
69    
70     2005-08-28 Wakaba <wakaba@suika.fam.cx>
71    
72     * DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported.
73    
74     2005-08-26 Wakaba <wakaba@suika.fam.cx>
75    
76     * DIS.dis: Typo fixed for replacing namespace URI and local name
77     in reflecting code.
78     (mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI"
79     attribute values as their default.
80     (mvPrefix, qnameValuePrefix): New attributes.
81    
82     * ManakaiNode.dis: Tests whether "defined" rather than true or not
83     in "while" conditions.
84    
85 wakaba 1.31 2005-08-15 Wakaba <wakaba@suika.fam.cx>
86    
87 wakaba 1.32 * ManakaiNode.dis (Util:): Now Perl package name for interfaces
88     is defined.
89    
90 wakaba 1.31 * DIS.dis (mediaTypeURI): Returns $defaultMediaType
91     parameter value if dis:ContentType attribute is missing.
92    
93     * ManakaiNode.dis (importTree): Use "isa" function
94     to check whether a object is an instance of the manakai
95     node model.
96 wakaba 1.32 (NodeStem, NodeRef): New lightweight variant
97     of ManakaiDOM:ManakaiDOMNodeObject
98     and ManakaiDOM:ManakaiDOMNodeReference.
99 wakaba 1.31
100 wakaba 1.30 2005-05-29 Wakaba <wakaba@suika.fam.cx>
101    
102     * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
103     even if DOMMetaImpl:provideFeature has child nodes but
104     they are not DOMMetaImpl:providedThrough a ImplFeature
105     statement is generated.
106     (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
107    
108 wakaba 1.29 2005-05-26 Wakaba <wakaba@suika.fam.cx>
109    
110     * Makefile: Rules for DISDoc module added.
111    
112 wakaba 1.28 2005-05-23 Wakaba <wakaba@suika.fam.cx>
113    
114     * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
115     ManakaiDISModuleDefinition): "getFeature" method added.
116    
117 wakaba 1.27 2005-03-06 Wakaba <wakaba@suika.fam.cx>
118    
119     * DIS.dis (Require): Loads PerlCode module.
120    
121 wakaba 1.26 2005-03-05 Wakaba <wakaba@suika.fam.cx>
122    
123     * PerlCode.dis: Operator overloading is implemented.
124    
125 wakaba 1.25 2005-03-04 Wakaba <wakaba@suika.fam.cx>
126    
127     * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
128     module's binding properties.
129    
130 wakaba 1.24 2005-03-03 Wakaba <wakaba@suika.fam.cx>
131    
132     * PerlCode.dis: New module.
133    
134 wakaba 1.23 2005-02-26 Wakaba <wakaba@suika.fam.cx>
135    
136     * DIS.dis (DISModuleResolver): New interface.
137    
138 wakaba 1.22 2005-02-21 Wakaba <wakaba@suika.fam.cx>
139    
140     * DIS.dis: New module.
141    
142     * ManakaiNode.dis: New "subnode0" property category introduced.
143    
144 wakaba 1.21 2005-02-17 Wakaba <wakaba@suika.fam.cx>
145    
146     * ManakaiNode.dis: New module.
147    
148 wakaba 1.20 2005-01-05 Wakaba <wakaba@suika.fam.cx>
149    
150     * Error.pm (___rule_def[p]): Don't output anything if not exists
151     that parameter.
152    
153 wakaba 1.19 2004-09-30 Wakaba <wakaba@suika.fam.cx>
154    
155     * Error.pm (___rule_def): "p" added; now "t" is obsolete.
156    
157 wakaba 1.18 2004-04-02 Wakaba <wakaba@suika.fam.cx>
158    
159     * Error.pm (report): Error depth fixed.
160     (___rule_def:t): New parameters empty and undef introduced.
161    
162 wakaba 1.17 2004-01-17 Wakaba <wakaba@suika.fam.cx>
163    
164     * Error.pm: Some fixes w.r.t. Error::Depth.
165    
166 wakaba 1.16 2003-12-06 Wakaba <wakaba@suika.fam.cx>
167    
168     * Error.pm (___error_def): Renamed from ___errors.
169    
170 wakaba 1.15 2003-12-01 Wakaba <wakaba@suika.fam.cx>
171    
172     * Error.pm (___get_error_def): Now support inherit. (It was not work.)
173    
174 wakaba 1.14 2003-11-15 Wakaba <wakaba@suika.fam.cx>
175    
176     * Error.pm: Use Message::Util::Formatter::Text to construct error messages.
177    
178     2003-11-13 Wakaba <wakaba@suika.fam.cx>
179    
180     * Formatter: New directory.
181    
182     2003-11-12 Wakaba <wakaba@suika.fam.cx>
183    
184     * Error.pm: Rewritten.
185    
186 wakaba 1.13 2003-10-25 Wakaba <wakaba@suika.fam.cx>
187    
188     * Formatter.pm (replace): Allow '%foo () ;'.
189    
190 wakaba 1.12 2003-09-17 Wakaba <wakaba@suika.fam.cx>
191    
192     * HostPermit.pm: New module.
193    
194 wakaba 1.11 2003-08-05 Wakaba <wakaba@suika.fam.cx>
195    
196     * Error.pm (_default_error_handler): Syntax fix.
197    
198     * Error/: New directory.
199    
200 wakaba 1.10 2003-07-29 Wakaba <wakaba@suika.fam.cx>
201    
202     * Error.pm: New module.
203    
204 wakaba 1.9 2003-05-10 Wakaba <w@offweb.ddo.jp>
205    
206     * Formatter.pm (replace): Bug fix of pattern.
207    
208 wakaba 1.8 2003-04-29 Wakaba <w@offweb.ddo.jp>
209    
210     * Formatter.pm (replace): {...} block is supported.
211     (Message::Util::Formatter::_returned): New package. It is very very tiny
212     subset of SuikaWiki::Markup::XML.
213     (replace): Return structured string, not bare string. This function is
214     useful to make tree (such as XML's) from formatting template (and its nested
215     parameters).
216    
217 wakaba 1.7 2003-03-28 Wakaba <w@offweb.ddo.jp>
218    
219     * Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
220     (replace): Replace '-' to '_' in attr name.
221    
222 w 1.6 2003-01-26 Wakaba <w@cube.wakaba.ssm>
223    
224     * Formatter.pm (replace): Trim attribute name/value pair.
225    
226 w 1.5 2003-01-04 Wakaba <w@suika.fam.cx>
227    
228     * Formatter.pm (replace): Don't split by ',' in quoted-strings.
229    
230 wakaba 1.4 2002-12-15 Wakaba <w@suika.fam.cx>
231    
232     * Formatter.pm (%char;): Removed.
233    
234 wakaba 1.3 2002-12-05 Wakaba <w@suika.fam.cx>
235    
236     * Formatter.pm (%FMT2TXT): New (internal) initial format rule,
237     "-bare_text".
238     (replace): "Replace" non-%-text with "-bare_text" rule.
239     (pod): Methods and initial rules are documented.
240    
241 wakaba 1.2 2002-12-04 Wakaba <w@suika.fam.cx>
242    
243     * Formatter.pm (replace): Accept ")" in quoted-string.
244    
245 wakaba 1.1 2002-11-13 Wakaba <w@suika.fam.cx>
246    
247     * ChangeLog: New file.
248     * Formatter.pm: New module.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24