/[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.59 - (show annotations) (download)
Wed Oct 12 00:31:01 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.58: +21 -0 lines
++ manakai/bin/ChangeLog	12 Oct 2005 00:13:08 -0000
2005-10-11  Wakaba  <wakaba@suika.fam.cx>

	* dac2pm.pl: Reports how long it takes at END.

++ manakai/lib/Message/Util/ChangeLog	12 Oct 2005 00:25:36 -0000
2005-10-11  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
	on DOMCore and element type definitions added.
	(localName): Renamed to "pcLocalName" to avoid
	conflict with "Node.localName" attribute.

2005-10-10  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (Require): Unused reference to "PerlCode.dis" removed.

	* Makefile: Rules to make "PerlCode.pm" separated
	from ones for "DIS.pm".

	* ManakaiNode.dis (mn:unsetXRefNode): "$referent"
	parameter is replaced with "$referrer->{$propName}".

	* PerlCode.dis (Require): References "DOMCore.dis".
	(DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
	(Util: for ManakaiDOM:ManakaiDOM): New.

++ manakai/lib/Message/Util/DIS/ChangeLog	12 Oct 2005 00:30:10 -0000
2005-10-11  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plImplementation): Changed to direct
	instantiation of "ManakaiPCImplementation" class.
	(getPerlNameList, getPerlOperatorList): New methods.
	(plCodeFragment): Now allows subroutines having more than
	two method names and operators.
	(plMethodOperator): Removed.

2005-10-10  Wakaba  <wakaba@suika.fam.cx>

	* DNLite.dis (Require): Reference to "DIS/Perl.dis" added.

	* Perl.dis (Require): Reference to "PerlCode.dis" added.

++ manakai/lib/Message/DOM/ChangeLog	12 Oct 2005 00:15:44 -0000
2005-10-11  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (appendChild, createElementNS, createAttributeNS,
	setAttribute, setAttributeNS): "strictErrorChecking" attribute supported.
	(doStrictErrorChecking): New code.

	* DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute
	supported.

	* Makefile: Rule to make "DOMFeature.pm" restored.

2005-10-10  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
	(adoptNode): Implemented.

1 2005-10-11 Wakaba <wakaba@suika.fam.cx>
2
3 * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
4 on DOMCore and element type definitions added.
5 (localName): Renamed to "pcLocalName" to avoid
6 conflict with "Node.localName" attribute.
7
8 2005-10-10 Wakaba <wakaba@suika.fam.cx>
9
10 * DIS.dis (Require): Unused reference to "PerlCode.dis" removed.
11
12 * Makefile: Rules to make "PerlCode.pm" separated
13 from ones for "DIS.pm".
14
15 * ManakaiNode.dis (mn:unsetXRefNode): "$referent"
16 parameter is replaced with "$referrer->{$propName}".
17
18 * PerlCode.dis (Require): References "DOMCore.dis".
19 (DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
20 (Util: for ManakaiDOM:ManakaiDOM): New.
21
22 2005-10-09 Wakaba <wakaba@suika.fam.cx>
23
24 * ManakaiNode.dis: New "mn:xrefnode0" property type has
25 been introduced and methods are fixed to support it.
26 (mn:setXRefNode, mn:unsetXRefNode): New codes.
27
28 * DIS.dis (loadResource): Skips a root resource definition
29 if it is an alias and it has "dis:Name" attribute and
30 referenced canonical definition is already read. (Note
31 that similar case that the resource definition has "dis:QName"
32 attribute is already fixed in the same way.)
33
34 2005-10-08 Wakaba <wakaba@suika.fam.cx>
35
36 * DIS.dis (readProperties): Recognizes hexdecimal
37 in "DISCore:Integer" (prefixed by "0x").
38
39 2005-10-08 Wakaba <wakaba@suika.fam.cx>
40
41 * PerlCode.dis (getExceptionInterfacePackageNameList,
42 addExceptionInterfacePackageName): New methods.
43 (ToString): Sorts hash keys where they result in
44 the order of statements in result code.
45
46 * Error.pm ($DEBUG): New option variable.
47 (___get_error_def): Calls "___error_def" method in second or later "@ISA"
48 package even if elder package has "___error_def" method.
49
50 * DIS.dis: Now constant values are only defined
51 in interfaces.
52 (DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.
53
54 2005-10-06 Wakaba <wakaba@suika.fam.cx>
55
56 * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.
57
58 2005-10-02 Wakaba <wakaba@suika.fam.cx>
59
60 * DIS.dis (getAnyResource): New method.
61 (isTypeURI): Now it is a method of "DIS:DISAnyResource" interface.
62 (getPropertyResource, getPropertyResourceList): Now
63 they uses "getAnyResource" method.
64 (getPropertyModuleList): Removed.
65
66 2005-09-30 Wakaba <wakaba@suika.fam.cx>
67
68 * DIS.dis (readProperties): Saves property name to values.
69 (getPropertyModuleList): New method.
70
71 2005-09-29 Wakaba <wakaba@suika.fam.cx>
72
73 * DIS.dis: Shares local name, namespace URI and for URI
74 if possible.
75
76 * PerlCode.dis (stringify): Sorts "require" statements by module
77 name.
78
79 2005-09-28 Wakaba <wakaba@suika.fam.cx>
80
81 * PerlCode.dis (perlLiteral): Sorts output by hash key.
82
83 * ManakaiNode.dis (new): Sets "mn:groveReferenceCounter"
84 property.
85 (getNewReference): Increments "mn:groveReferenceCounter"
86 property.
87 (ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't
88 check "defined" to allow "undef" value in "while" condition.
89 (mn:isGroveReferenced): New code.
90 (changeTreeID): New "groveRC" parameter added.
91 (importTree, changeTreeID): Updates "mn:groveReferenceCounter"
92 properties.
93 (destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred".
94 (mn:groveReferenceCounter): New property.
95
96 2005-09-28 Wakaba <wakaba@suika.fam.cx>
97
98 * DIS.dis: Use "tag:" URI for internal URIs.
99
100 2005-09-27 Wakaba <wakaba@suika.fam.cx>
101
102 * ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*"
103 properties.
104 (generateUniqueID): Use "tag:" URI.
105
106 * DIS.dis (targetNamespaceURI): New attribute.
107 (ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler.
108 (ManakaiDISModuleLite->AUTOLOAD): Don't load module
109 if method name is "DESTROY".
110
111 2005-09-27 Wakaba <wakaba@suika.fam.cx>
112
113 * ManakaiNode.dis (ManakaiNodeStem): Use per-class
114 variable for searching noderel properties instead
115 of per-node properties.
116
117 2005-09-26 Wakaba <wakaba@suika.fam.cx>
118
119 * ManakaiNode.dis (new): New "className" parameter added.
120 (mn:NodeRefRole): New role.
121 (mn:type): New property.
122 (mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0,
123 mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties.
124
125 * Makefile: Rules to make "DIS/DISDump" is separeted
126 from "DIS/DISDoc".
127
128 * DIS.dis (getFor): Loads database module if unread
129 "for" is referenced.
130 (addResourceList, getResourceList): New method.
131 (ManakaiDISModuleLite): New class.
132
133 2005-09-25 Wakaba <wakaba@suika.fam.cx>
134
135 * DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code.
136 (getResource): New "dae" and "daem" database format support.
137 (DISResourceList): New type.
138 (uriRef, ownerModuleURI, ownerModuleURIRef): New attributes.
139 (addChildResource, addDynamicChildResource): New methods.
140 (getChildResourceList, getDynamicChildResourceList): New method.
141 (getChildResourceListByType): New method.
142 (parentResource, dynamicParentResource): New attributes.
143
144 * Makefile (DAC_SUFFIX): Changed to ".dae".
145 (DAEM_SUFFIX): New.
146
147
148 2005-09-24 Wakaba <wakaba@suika.fam.cx>
149
150 * ManakaiNode.dis: Use "disPerl:H" instead
151 of "disPerl:Q" for hash keys.
152 (NodeStem): Property value "mn:treeID"
153 has changed to scalar reference.
154
155 2005-09-24 Wakaba <wakaba@suika.fam.cx>
156
157 * ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
158 properties.
159 (mn:stemName, mn:refName): New properties.
160
161 * Makefile (.discore-all.pm): New rule to create dis-related
162 Perl module files at once.
163
164 * DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
165 (hashKeyName, hashKeyScope, anotherURI): New error parameters.
166
167 * ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
168 of "disPerl:Q" for hash keys.
169
170 2005-09-23 Wakaba <wakaba@suika.fam.cx>
171
172 * DIS.dis (DISParser.new): New method.
173 (hasFeature): Removed. ManakaiDISAnyResource now
174 extends DOMFeature:ManakaiHasFeatureByGetFeature.
175 (readProperties): Support for property value data
176 types DISLang:MemberRef and dx:XCRef added.
177 (ManakaiDISExceptionTarget): It is now an alias
178 for dx:ManakaiDefaultExceptionHandler.
179
180 2005-09-22 Wakaba <wakaba@suika.fam.cx>
181
182 * Makefile: DAC_SUFFIX changed to ".dad".
183
184 * DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest.
185 (disIsNullable): Reimplemented.
186
187 2005-09-21 Wakaba <wakaba@suika.fam.cx>
188
189 * DIS.dis (addNamespaceBinding): New method.
190
191 2005-09-20 Wakaba <wakaba@suika.fam.cx>
192
193 * DIS.dis: Use valueRef and nodeIDRef where possible so
194 that dad file can share text data if possible.
195 For resources, {subOf} and {supOf} is now optional.
196 (sourceNodeIDRef): New attribute.
197
198 2005-09-19 Wakaba <wakaba@suika.fam.cx>
199
200 * DIS.dis: Parameter "databaseArg" added to various
201 methods to support objects that have no associated
202 database.
203 (getNamespaceBindingList, getDefaultNamespaceURIRef): New
204 methods.
205 (NO_RDF_TYPE_ERR): New error type.
206 (loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
207 attribute specified for a resource definition.
208
209 2005-09-16 Wakaba <wakaba@suika.fam.cx>
210
211 * DIS.dis (DISResourceProp): Methods reimplemented to
212 support DIS/Value values.
213
214 2005-09-15 Wakaba <wakaba@suika.fam.cx>
215
216 * DIS.dis (readProperties): New methods. Emploies DIS/Value
217 classes for internal data structure.
218
219 2005-09-14 Wakaba <wakaba@suika.fam.cx>
220
221 * DIS.dis: Now references DIS/Value.dis.
222 (DISAnyResource): New interface separeted from DISModule.
223 DISFor and DISResource.
224
225 2005-09-13 Wakaba <wakaba@suika.fam.cx>
226
227 * DIS.dis: Perl-related methods are moved to a separate
228 module "DIS/Perl.dis".
229
230 2005-09-08 Wakaba <wakaba@suika.fam.cx>
231
232 * Makefile: Renewaled.
233
234 * ManakaiNode.dis (free): New method.
235
236 2005-09-07 Wakaba <wakaba@suika.fam.cx>
237
238 * DIS.dis: Interfaces added.
239 (free): New method.
240
241 * PerlCode.dis: Interfaces added.
242
243 2005-09-06 Wakaba <wakaba@suika.fam.cx>
244
245 * DIS.dis (plName): Use AppName attribute, if any,
246 for ManakaiDOM:ConstGroup resources.
247
248 2005-09-05 Wakaba <wakaba@suika.fam.cx>
249
250 * DIS.dis (plGeneratePerlModuleFile): Don't generate code for
251 the same class or variable twice whose alias is defined
252 in the same module.
253
254 2005-09-04 Wakaba <wakaba@suika.fam.cx>
255
256 * PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName
257 and pc:prortotype properties.
258
259 * DIS.dis (plAdditionalISAPackages): New attribute.
260
261 2005-09-01 Wakaba <wakaba@suika.fam.cx>
262
263 * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
264 supported.
265
266 2005-08-31 Wakaba <wakaba@suika.fam.cx>
267
268 * DIS.dis (uris): New attribute.
269
270 2005-08-30 Wakaba <wakaba@suika.fam.cx>
271
272 * DIS.dis (plFilePathStem): New attribute.
273
274 2005-08-29 Wakaba <wakaba@suika.fam.cx>
275
276 * DIS.dis (plFileNameStem): New attribute.
277
278 2005-08-28 Wakaba <wakaba@suika.fam.cx>
279
280 * DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported.
281
282 2005-08-26 Wakaba <wakaba@suika.fam.cx>
283
284 * DIS.dis: Typo fixed for replacing namespace URI and local name
285 in reflecting code.
286 (mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI"
287 attribute values as their default.
288 (mvPrefix, qnameValuePrefix): New attributes.
289
290 * ManakaiNode.dis: Tests whether "defined" rather than true or not
291 in "while" conditions.
292
293 2005-08-15 Wakaba <wakaba@suika.fam.cx>
294
295 * ManakaiNode.dis (Util:): Now Perl package name for interfaces
296 is defined.
297
298 * DIS.dis (mediaTypeURI): Returns $defaultMediaType
299 parameter value if dis:ContentType attribute is missing.
300
301 * ManakaiNode.dis (importTree): Use "isa" function
302 to check whether a object is an instance of the manakai
303 node model.
304 (NodeStem, NodeRef): New lightweight variant
305 of ManakaiDOM:ManakaiDOMNodeObject
306 and ManakaiDOM:ManakaiDOMNodeReference.
307
308 2005-05-29 Wakaba <wakaba@suika.fam.cx>
309
310 * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
311 even if DOMMetaImpl:provideFeature has child nodes but
312 they are not DOMMetaImpl:providedThrough a ImplFeature
313 statement is generated.
314 (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
315
316 2005-05-26 Wakaba <wakaba@suika.fam.cx>
317
318 * Makefile: Rules for DISDoc module added.
319
320 2005-05-23 Wakaba <wakaba@suika.fam.cx>
321
322 * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
323 ManakaiDISModuleDefinition): "getFeature" method added.
324
325 2005-03-06 Wakaba <wakaba@suika.fam.cx>
326
327 * DIS.dis (Require): Loads PerlCode module.
328
329 2005-03-05 Wakaba <wakaba@suika.fam.cx>
330
331 * PerlCode.dis: Operator overloading is implemented.
332
333 2005-03-04 Wakaba <wakaba@suika.fam.cx>
334
335 * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
336 module's binding properties.
337
338 2005-03-03 Wakaba <wakaba@suika.fam.cx>
339
340 * PerlCode.dis: New module.
341
342 2005-02-26 Wakaba <wakaba@suika.fam.cx>
343
344 * DIS.dis (DISModuleResolver): New interface.
345
346 2005-02-21 Wakaba <wakaba@suika.fam.cx>
347
348 * DIS.dis: New module.
349
350 * ManakaiNode.dis: New "subnode0" property category introduced.
351
352 2005-02-17 Wakaba <wakaba@suika.fam.cx>
353
354 * ManakaiNode.dis: New module.
355
356 2005-01-05 Wakaba <wakaba@suika.fam.cx>
357
358 * Error.pm (___rule_def[p]): Don't output anything if not exists
359 that parameter.
360
361 2004-09-30 Wakaba <wakaba@suika.fam.cx>
362
363 * Error.pm (___rule_def): "p" added; now "t" is obsolete.
364
365 2004-04-02 Wakaba <wakaba@suika.fam.cx>
366
367 * Error.pm (report): Error depth fixed.
368 (___rule_def:t): New parameters empty and undef introduced.
369
370 2004-01-17 Wakaba <wakaba@suika.fam.cx>
371
372 * Error.pm: Some fixes w.r.t. Error::Depth.
373
374 2003-12-06 Wakaba <wakaba@suika.fam.cx>
375
376 * Error.pm (___error_def): Renamed from ___errors.
377
378 2003-12-01 Wakaba <wakaba@suika.fam.cx>
379
380 * Error.pm (___get_error_def): Now support inherit. (It was not work.)
381
382 2003-11-15 Wakaba <wakaba@suika.fam.cx>
383
384 * Error.pm: Use Message::Util::Formatter::Text to construct error messages.
385
386 2003-11-13 Wakaba <wakaba@suika.fam.cx>
387
388 * Formatter: New directory.
389
390 2003-11-12 Wakaba <wakaba@suika.fam.cx>
391
392 * Error.pm: Rewritten.
393
394 2003-10-25 Wakaba <wakaba@suika.fam.cx>
395
396 * Formatter.pm (replace): Allow '%foo () ;'.
397
398 2003-09-17 Wakaba <wakaba@suika.fam.cx>
399
400 * HostPermit.pm: New module.
401
402 2003-08-05 Wakaba <wakaba@suika.fam.cx>
403
404 * Error.pm (_default_error_handler): Syntax fix.
405
406 * Error/: New directory.
407
408 2003-07-29 Wakaba <wakaba@suika.fam.cx>
409
410 * Error.pm: New module.
411
412 2003-05-10 Wakaba <w@offweb.ddo.jp>
413
414 * Formatter.pm (replace): Bug fix of pattern.
415
416 2003-04-29 Wakaba <w@offweb.ddo.jp>
417
418 * Formatter.pm (replace): {...} block is supported.
419 (Message::Util::Formatter::_returned): New package. It is very very tiny
420 subset of SuikaWiki::Markup::XML.
421 (replace): Return structured string, not bare string. This function is
422 useful to make tree (such as XML's) from formatting template (and its nested
423 parameters).
424
425 2003-03-28 Wakaba <w@offweb.ddo.jp>
426
427 * Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
428 (replace): Replace '-' to '_' in attr name.
429
430 2003-01-26 Wakaba <w@cube.wakaba.ssm>
431
432 * Formatter.pm (replace): Trim attribute name/value pair.
433
434 2003-01-04 Wakaba <w@suika.fam.cx>
435
436 * Formatter.pm (replace): Don't split by ',' in quoted-strings.
437
438 2002-12-15 Wakaba <w@suika.fam.cx>
439
440 * Formatter.pm (%char;): Removed.
441
442 2002-12-05 Wakaba <w@suika.fam.cx>
443
444 * Formatter.pm (%FMT2TXT): New (internal) initial format rule,
445 "-bare_text".
446 (replace): "Replace" non-%-text with "-bare_text" rule.
447 (pod): Methods and initial rules are documented.
448
449 2002-12-04 Wakaba <w@suika.fam.cx>
450
451 * Formatter.pm (replace): Accept ")" in quoted-string.
452
453 2002-11-13 Wakaba <w@suika.fam.cx>
454
455 * ChangeLog: New file.
456 * Formatter.pm: New module.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24