/[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.67 - (show annotations) (download)
Wed Nov 16 10:34:53 2005 UTC (19 years ago) by wakaba
Branch: MAIN
Changes since 1.66: +4 -0 lines
++ manakai/lib/Message/Markup/ChangeLog	16 Nov 2005 10:21:45 -0000
2005-11-16  Wakaba  <wakaba@suika.fam.cx>

	* TODO: Removed.

	* .cvsignore: New file.

++ manakai/lib/Message/Util/ChangeLog	16 Nov 2005 10:19:08 -0000
	* .cvsignore: New file.

2005-11-16  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/Error/ChangeLog	16 Nov 2005 10:33:28 -0000
2005-11-16  Wakaba  <wakaba@suika.fam.cx>

	* .cvsignore: New file.

++ manakai/lib/Message/Util/DIS/ChangeLog	16 Nov 2005 10:32:37 -0000
	* .cvsignore: New file.

2005-11-16  Wakaba  <wakaba@suika.fam.cx>


2005-06-13  Wakaba  <wakaba@suika.fam.cx>

	* Markup.dis: New module (experimental, work in progress).
++ manakai/lib/Message/DOM/ChangeLog	16 Nov 2005 10:28:10 -0000
	* .cvsignore: Revised.

2005-11-16  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/manakai/ChangeLog	16 Nov 2005 10:11:57 -0000
	* .cvsignore: New file.

2005-11-16  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24