/[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.45 - (show annotations) (download)
Sat Sep 24 13:50:56 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.44: +5 -0 lines
++ manakai/lib/Message/Util/ChangeLog	24 Sep 2005 13:50:35 -0000
	* ManakaiNode.dis (NodeStem): Property value "mn:treeID"
	has changed to scalar reference.

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

1 2005-09-24 Wakaba <wakaba@suika.fam.cx>
2
3 * ManakaiNode.dis (NodeStem): Property value "mn:treeID"
4 has changed to scalar reference.
5
6 2005-09-24 Wakaba <wakaba@suika.fam.cx>
7
8 * ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
9 properties.
10 (mn:stemName, mn:refName): New properties.
11
12 * Makefile (.discore-all.pm): New rule to create dis-related
13 Perl module files at once.
14
15 * DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
16 (hashKeyName, hashKeyScope, anotherURI): New error parameters.
17
18 * ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
19 of "disPerl:Q" for hash keys.
20
21 2005-09-23 Wakaba <wakaba@suika.fam.cx>
22
23 * DIS.dis (DISParser.new): New method.
24 (hasFeature): Removed. ManakaiDISAnyResource now
25 extends DOMFeature:ManakaiHasFeatureByGetFeature.
26 (readProperties): Support for property value data
27 types DISLang:MemberRef and dx:XCRef added.
28 (ManakaiDISExceptionTarget): It is now an alias
29 for dx:ManakaiDefaultExceptionHandler.
30
31 2005-09-22 Wakaba <wakaba@suika.fam.cx>
32
33 * Makefile: DAC_SUFFIX changed to ".dad".
34
35 * DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest.
36 (disIsNullable): Reimplemented.
37
38 2005-09-21 Wakaba <wakaba@suika.fam.cx>
39
40 * DIS.dis (addNamespaceBinding): New method.
41
42 2005-09-20 Wakaba <wakaba@suika.fam.cx>
43
44 * DIS.dis: Use valueRef and nodeIDRef where possible so
45 that dad file can share text data if possible.
46 For resources, {subOf} and {supOf} is now optional.
47 (sourceNodeIDRef): New attribute.
48
49 2005-09-19 Wakaba <wakaba@suika.fam.cx>
50
51 * DIS.dis: Parameter "databaseArg" added to various
52 methods to support objects that have no associated
53 database.
54 (getNamespaceBindingList, getDefaultNamespaceURIRef): New
55 methods.
56 (NO_RDF_TYPE_ERR): New error type.
57 (loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
58 attribute specified for a resource definition.
59
60 2005-09-16 Wakaba <wakaba@suika.fam.cx>
61
62 * DIS.dis (DISResourceProp): Methods reimplemented to
63 support DIS/Value values.
64
65 2005-09-15 Wakaba <wakaba@suika.fam.cx>
66
67 * DIS.dis (readProperties): New methods. Emploies DIS/Value
68 classes for internal data structure.
69
70 2005-09-14 Wakaba <wakaba@suika.fam.cx>
71
72 * DIS.dis: Now references DIS/Value.dis.
73 (DISAnyResource): New interface separeted from DISModule.
74 DISFor and DISResource.
75
76 2005-09-13 Wakaba <wakaba@suika.fam.cx>
77
78 * DIS.dis: Perl-related methods are moved to a separate
79 module "DIS/Perl.dis".
80
81 2005-09-08 Wakaba <wakaba@suika.fam.cx>
82
83 * Makefile: Renewaled.
84
85 * ManakaiNode.dis (free): New method.
86
87 2005-09-07 Wakaba <wakaba@suika.fam.cx>
88
89 * DIS.dis: Interfaces added.
90 (free): New method.
91
92 * PerlCode.dis: Interfaces added.
93
94 2005-09-06 Wakaba <wakaba@suika.fam.cx>
95
96 * DIS.dis (plName): Use AppName attribute, if any,
97 for ManakaiDOM:ConstGroup resources.
98
99 2005-09-05 Wakaba <wakaba@suika.fam.cx>
100
101 * DIS.dis (plGeneratePerlModuleFile): Don't generate code for
102 the same class or variable twice whose alias is defined
103 in the same module.
104
105 2005-09-04 Wakaba <wakaba@suika.fam.cx>
106
107 * PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName
108 and pc:prortotype properties.
109
110 * DIS.dis (plAdditionalISAPackages): New attribute.
111
112 2005-09-01 Wakaba <wakaba@suika.fam.cx>
113
114 * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
115 supported.
116
117 2005-08-31 Wakaba <wakaba@suika.fam.cx>
118
119 * DIS.dis (uris): New attribute.
120
121 2005-08-30 Wakaba <wakaba@suika.fam.cx>
122
123 * DIS.dis (plFilePathStem): New attribute.
124
125 2005-08-29 Wakaba <wakaba@suika.fam.cx>
126
127 * DIS.dis (plFileNameStem): New attribute.
128
129 2005-08-28 Wakaba <wakaba@suika.fam.cx>
130
131 * DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported.
132
133 2005-08-26 Wakaba <wakaba@suika.fam.cx>
134
135 * DIS.dis: Typo fixed for replacing namespace URI and local name
136 in reflecting code.
137 (mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI"
138 attribute values as their default.
139 (mvPrefix, qnameValuePrefix): New attributes.
140
141 * ManakaiNode.dis: Tests whether "defined" rather than true or not
142 in "while" conditions.
143
144 2005-08-15 Wakaba <wakaba@suika.fam.cx>
145
146 * ManakaiNode.dis (Util:): Now Perl package name for interfaces
147 is defined.
148
149 * DIS.dis (mediaTypeURI): Returns $defaultMediaType
150 parameter value if dis:ContentType attribute is missing.
151
152 * ManakaiNode.dis (importTree): Use "isa" function
153 to check whether a object is an instance of the manakai
154 node model.
155 (NodeStem, NodeRef): New lightweight variant
156 of ManakaiDOM:ManakaiDOMNodeObject
157 and ManakaiDOM:ManakaiDOMNodeReference.
158
159 2005-05-29 Wakaba <wakaba@suika.fam.cx>
160
161 * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
162 even if DOMMetaImpl:provideFeature has child nodes but
163 they are not DOMMetaImpl:providedThrough a ImplFeature
164 statement is generated.
165 (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
166
167 2005-05-26 Wakaba <wakaba@suika.fam.cx>
168
169 * Makefile: Rules for DISDoc module added.
170
171 2005-05-23 Wakaba <wakaba@suika.fam.cx>
172
173 * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
174 ManakaiDISModuleDefinition): "getFeature" method added.
175
176 2005-03-06 Wakaba <wakaba@suika.fam.cx>
177
178 * DIS.dis (Require): Loads PerlCode module.
179
180 2005-03-05 Wakaba <wakaba@suika.fam.cx>
181
182 * PerlCode.dis: Operator overloading is implemented.
183
184 2005-03-04 Wakaba <wakaba@suika.fam.cx>
185
186 * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
187 module's binding properties.
188
189 2005-03-03 Wakaba <wakaba@suika.fam.cx>
190
191 * PerlCode.dis: New module.
192
193 2005-02-26 Wakaba <wakaba@suika.fam.cx>
194
195 * DIS.dis (DISModuleResolver): New interface.
196
197 2005-02-21 Wakaba <wakaba@suika.fam.cx>
198
199 * DIS.dis: New module.
200
201 * ManakaiNode.dis: New "subnode0" property category introduced.
202
203 2005-02-17 Wakaba <wakaba@suika.fam.cx>
204
205 * ManakaiNode.dis: New module.
206
207 2005-01-05 Wakaba <wakaba@suika.fam.cx>
208
209 * Error.pm (___rule_def[p]): Don't output anything if not exists
210 that parameter.
211
212 2004-09-30 Wakaba <wakaba@suika.fam.cx>
213
214 * Error.pm (___rule_def): "p" added; now "t" is obsolete.
215
216 2004-04-02 Wakaba <wakaba@suika.fam.cx>
217
218 * Error.pm (report): Error depth fixed.
219 (___rule_def:t): New parameters empty and undef introduced.
220
221 2004-01-17 Wakaba <wakaba@suika.fam.cx>
222
223 * Error.pm: Some fixes w.r.t. Error::Depth.
224
225 2003-12-06 Wakaba <wakaba@suika.fam.cx>
226
227 * Error.pm (___error_def): Renamed from ___errors.
228
229 2003-12-01 Wakaba <wakaba@suika.fam.cx>
230
231 * Error.pm (___get_error_def): Now support inherit. (It was not work.)
232
233 2003-11-15 Wakaba <wakaba@suika.fam.cx>
234
235 * Error.pm: Use Message::Util::Formatter::Text to construct error messages.
236
237 2003-11-13 Wakaba <wakaba@suika.fam.cx>
238
239 * Formatter: New directory.
240
241 2003-11-12 Wakaba <wakaba@suika.fam.cx>
242
243 * Error.pm: Rewritten.
244
245 2003-10-25 Wakaba <wakaba@suika.fam.cx>
246
247 * Formatter.pm (replace): Allow '%foo () ;'.
248
249 2003-09-17 Wakaba <wakaba@suika.fam.cx>
250
251 * HostPermit.pm: New module.
252
253 2003-08-05 Wakaba <wakaba@suika.fam.cx>
254
255 * Error.pm (_default_error_handler): Syntax fix.
256
257 * Error/: New directory.
258
259 2003-07-29 Wakaba <wakaba@suika.fam.cx>
260
261 * Error.pm: New module.
262
263 2003-05-10 Wakaba <w@offweb.ddo.jp>
264
265 * Formatter.pm (replace): Bug fix of pattern.
266
267 2003-04-29 Wakaba <w@offweb.ddo.jp>
268
269 * Formatter.pm (replace): {...} block is supported.
270 (Message::Util::Formatter::_returned): New package. It is very very tiny
271 subset of SuikaWiki::Markup::XML.
272 (replace): Return structured string, not bare string. This function is
273 useful to make tree (such as XML's) from formatting template (and its nested
274 parameters).
275
276 2003-03-28 Wakaba <w@offweb.ddo.jp>
277
278 * Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
279 (replace): Replace '-' to '_' in attr name.
280
281 2003-01-26 Wakaba <w@cube.wakaba.ssm>
282
283 * Formatter.pm (replace): Trim attribute name/value pair.
284
285 2003-01-04 Wakaba <w@suika.fam.cx>
286
287 * Formatter.pm (replace): Don't split by ',' in quoted-strings.
288
289 2002-12-15 Wakaba <w@suika.fam.cx>
290
291 * Formatter.pm (%char;): Removed.
292
293 2002-12-05 Wakaba <w@suika.fam.cx>
294
295 * Formatter.pm (%FMT2TXT): New (internal) initial format rule,
296 "-bare_text".
297 (replace): "Replace" non-%-text with "-bare_text" rule.
298 (pod): Methods and initial rules are documented.
299
300 2002-12-04 Wakaba <w@suika.fam.cx>
301
302 * Formatter.pm (replace): Accept ")" in quoted-string.
303
304 2002-11-13 Wakaba <w@suika.fam.cx>
305
306 * ChangeLog: New file.
307 * Formatter.pm: New module.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24