/[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.98 - (show annotations) (download)
Thu Feb 23 12:30:34 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.97: +13 -0 lines
++ manakai/bin/ChangeLog	23 Feb 2006 12:25:26 -0000
2006-02-23  Wakaba  <wakaba@suika.fam.cx>

	* dac.pl (--update): New option.

++ manakai/lib/Message/Util/ChangeLog	23 Feb 2006 12:28:06 -0000
2006-02-23  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (loadResource, loadFor, loadModule): New |srinfo|
	parameter is added.  Restores super-resource information
	from |srinfo| if available.
	(unloadModule): New method.
	(getModuleResourceList): New method.
	(addResourceList): Adds all alias names to the list.
	(addForResource): New method analog to |addResourceList|.
	(getForResourceList): New method analog to |getResourceList|.
	(dx:Interface.getErrorInterfaceResource): New method
	implementation.

++ manakai/lib/Message/Util/DIS/ChangeLog	23 Feb 2006 12:30:29 -0000
2006-02-23  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plAddHashKey): Saves key information also to
	the module for the provision to |unload|ing.
	(dx:Interface.getPerlDefinitionHashNamespace): New method
	implementation.
	(getPerlClassMemberCode): Adds the module of the subcode resource to
	the |require|ing module list.

1 2006-02-23 Wakaba <wakaba@suika.fam.cx>
2
3 * DIS.dis (loadResource, loadFor, loadModule): New |srinfo|
4 parameter is added. Restores super-resource information
5 from |srinfo| if available.
6 (unloadModule): New method.
7 (getModuleResourceList): New method.
8 (addResourceList): Adds all alias names to the list.
9 (addForResource): New method analog to |addResourceList|.
10 (getForResourceList): New method analog to |getResourceList|.
11 (dx:Interface.getErrorInterfaceResource): New method
12 implementation.
13
14 2006-02-22 Wakaba <wakaba@suika.fam.cx>
15
16 * PerlCode.dis (PCVariable.stringify): The |hashKey|
17 attribute was not reflected to the stringified representation.
18
19 * DIS.dis (getErrorInterfaceResource): New method.
20 (getErrorCodeResource): New method.
21
22 2006-02-20 Wakaba <wakaba@suika.fam.cx>
23
24 * DIS.dis (MUErrorHandler): Missing |For| specification is added.
25
26 2006-02-20 Wakaba <wakaba@suika.fam.cx>
27
28 * DIS.dis (getMethodForType): Bug fixed.
29
30 2006-02-20 Wakaba <wakaba@suika.fam.cx>
31
32 * DIS.dis (isPropertyElement): The |DISCore:resourceType|
33 element type is now recognized as a property. In addition,
34 element types that are a |DISSource:Property| are
35 properties.
36 (DIS:AnyMethod, DIS:Method, DIS:Attribute): New types.
37 (DIS:targetType): New property.
38 (DISModule, DISFor, DISResource, DISDatabase): These
39 classes no longer inherits |ManakaiDISExceptionTarget|.
40 (DISDatabase.loadResource): Reads |DISCore:resourceType| property
41 as well as |rdf:type| property.
42 (DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New
43 methods.
44 (DISDatabase.domConfig): New attribute.
45 (error-handler): New configuration parameter.
46 (getMethodForType): New code fragment.
47 (DIS:more-than-one-methods-for-a-type): New error.
48 (ManakaiDISExceptionTarget): Removed.
49
50 2006-02-19 Wakaba <wakaba@suika.fam.cx>
51
52 * DIS.dis (composeSubsetURI): New code fragment.
53 (getResource, getModule, getFor, loadResource): Old |rdf:type| settking
54 code is removed.
55 (isSubsetOfURI): Old compatibility code removed.
56 (addTypeURI): Bugs fixed.
57
58 2006-02-19 Wakaba <wakaba@suika.fam.cx>
59
60 * DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI|
61 property on creation of an object.
62 (isAnonymous): Setter is added.
63 (isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|.
64 (getTypeURIList): New method.
65 (typeResource): New attribute.
66 (addTypeURI): New method.
67 (DISModule.isAnonymous, DISFor.isAnonymous): Removed. Now |for|s
68 and modules as well as normal resources can be anonymous.
69 (getSuperResourceURIList): New method.
70
71 2006-02-18 Wakaba <wakaba@suika.fam.cx>
72
73 * DIS.dis (revision): New attribute.
74
75 2006-02-09 Wakaba <wakaba@suika.fam.cx>
76
77 * PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break|
78 configuration parameter support is added.
79 (pc:preserve-line-break): New configuration option.
80
81 * DIS.dis (readProperties): |DISCore:UString| lextype support added.
82
83 2006-02-08 Wakaba <wakaba@suika.fam.cx>
84
85 * PerlCode.dis (PCReference.stringify): Reference operator |\|
86 was missing.
87
88 2006-02-08 Wakaba <wakaba@suika.fam.cx>
89
90 * PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements
91 and their descendants were ignored.
92 (getNameListAttrRM): New variant derived from |getNameListAttrR|,
93 for |getUsePerlModuleNameList| and |getUseCharClassNameList|.
94 (getUsePerlModuleNameList, getUseCharClassNameList): Don't
95 include |pc:package| and their descendants to the target.
96 (PerlFile.stringify): Outputs |use| statements
97 for Perl modules and character classes not part of any package,
98 if any.
99
100 * DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported.
101
102 2006-02-06 Wakaba <wakaba@suika.fam.cx>
103
104 * DIS.dis (loadModule): Loads a "daem" submodule file
105 if exists.
106
107 2006-01-30 Wakaba <wakaba@suika.fam.cx>
108
109 * Makefile: Typo fixed.
110
111 2006-01-29 Wakaba <wakaba@suika.fam.cx>
112
113 * Makefile: Updated to be consist with |../DOM/Makefile|.
114
115 * DIS.dis (parse): Parameter |input|'s type is
116 changed from |DOMLS:LSInput| to |DISPerl:HASH| to
117 remove dependency on |MDOM:DOMLS| module.
118
119 2006-01-29 Wakaba <wakaba@suika.fam.cx>
120
121 * PerlCode.dis (skipLines): Its code was incorrect.
122 (createPCLiteral): Creates a |undef| keyword node
123 for an |undef| value. Tests added.
124
125 2006-01-25 Wakaba <wakaba@suika.fam.cx>
126
127 * ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added.
128
129 2006-01-24 Wakaba <wakaba@suika.fam.cx>
130
131 * ManakaiNodeTest.dis: Tests added.
132
133 2006-01-23 Wakaba <wakaba@suika.fam.cx>
134
135 * .cvsignore: |ManakaiNodeTest.pm| added.
136
137 2006-01-23 Wakaba <wakaba@suika.fam.cx>
138
139 * ManakaiNodeTest.dis: New module.
140
141 * Makefile: |ManakaiNodeTest.dis| added.
142
143 2006-01-22 Wakaba <wakaba@suika.fam.cx>
144
145 * PerlCode.dis: Fixed not |getAttributeNS| to cause
146 uninitialized value warnings.
147
148 2006-01-19 Wakaba <wakaba@suika.fam.cx>
149
150 * PerlCode.dis (PCPackage.stringify): Appends a string
151 representation of non-|pc:*| element children for
152 the stringified value.
153
154 2006-01-07 Wakaba <wakaba@suika.fam.cx>
155
156 * Makefile: |../DOM/XDoctype.dis| added.
157
158 2005-12-27 Wakaba <wakaba@suika.fam.cx>
159
160 * PerlCode.dis (PCReference): New interface.
161
162 2005-12-24 Wakaba <wakaba@suika.fam.cx>
163
164 * PerlCode.dis (PerlSub.clearPerlName): New method.
165 (PCDocument.createPCLiteral): Adopts |PerlCode| node
166 if it is a foreign one.
167
168 * DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS|
169 character is replaced to |UNDERLINE| character.
170
171 2005-12-21 Wakaba <wakaba@suika.fam.cx>
172
173 * Makefile: |dpg.dae| rule merged into |discore.dae| rule.
174
175 2005-12-20 Wakaba <wakaba@suika.fam.cx>
176
177 * DIS.dis: DPG format support added.
178
179 2005-12-18 Wakaba <wakaba@suika.fam.cx>
180
181 * PerlCode.dis (PCDocument.createPerlSub): New method.
182
183 * Makefile: Rules to make |DIS/DPG.pm| added.
184
185 2005-12-18 Wakaba <wakaba@suika.fam.cx>
186
187 * PerlCode.dis (PCExpression.stringify): More operators supported.
188 (PCDocument.createPCStatement): New method.
189
190 2005-12-17 Wakaba <wakaba@suika.fam.cx>
191
192 * PerlCode.dis (PCWhen): New interface.
193
194 2005-12-16 Wakaba <wakaba@suika.fam.cx>
195
196 * PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces.
197 (arrayRefLiteral, hashRefLiteral): Typos in element type names fixed.
198 (PCExpression.stringify): Outputs children other than expression.
199 Inserts space before and after operators if desired.
200
201 2005-12-15 Wakaba <wakaba@suika.fam.cx>
202
203 * PerlCode.dis (PCCondition, PCBlock): New interface.
204 (ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to
205 distingulish new |ManakaiPCBlock| class implementing new |PCBlock|
206 interface.
207
208 2005-12-14 Wakaba <wakaba@suika.fam.cx>
209
210 * PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New
211 interfaces and element types.
212 (getChildElementByType): New code.
213 (PCFunctionCall): New interface and element type.
214
215 2005-11-24 Wakaba <wakaba@suika.fam.cx>
216
217 * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.
218
219 2005-11-23 Wakaba <wakaba@suika.fam.cx>
220
221 * Error.pm (new): Sets |-stacktrace_| property if debug
222 or verbose mode.
223 (stringify): Appends longer trace if debug or verbose mode.
224 ($VERBOSE): New flag.
225
226 * DIS.dis: Bugs on error depth fixed.
227
228 2005-11-23 Wakaba <wakaba@suika.fam.cx>
229
230 * DIS.dis (text): New attribute implementation.
231
232 * ManakaiNode.dis (destroyNodeStem): New method.
233
234 2005-11-20 Wakaba <wakaba@suika.fam.cx>
235
236 * Makefile: |../DOM/Tree.dis| added.
237
238 2005-11-17 Wakaba <wakaba@suika.fam.cx>
239
240 * Makefile: |Formatter/Muf2003.dis| added to file list.
241
242 * DIS.dis (DISModuleLite): Typo in |ISA| property fixed.
243
244 2005-11-16 Wakaba <wakaba@suika.fam.cx>
245
246 * .cvsignore: New file.
247
248 2005-11-16 Wakaba <wakaba@suika.fam.cx>
249
250 * PerlCode.dis: A test code added. Typos in |ISA|
251 properties fixed.
252 (PerlSub.stringify): Generates prototype specification
253 even if |prototype| attribute value's length is zero
254 in case the |pc:prototype| attribute /is/ found.
255
256 2005-11-15 Wakaba <wakaba@suika.fam.cx>
257
258 * Makefile: Missing rule to make |Message/DOM/core.dae| added.
259
260 2005-11-15 Wakaba <wakaba@suika.fam.cx>
261
262 * Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules
263 added.
264
265 * DIS.dis (DIS:): Removed (moved to |DIS/common.dis|).
266
267 2005-11-13 Wakaba <wakaba@suika.fam.cx>
268
269 * PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral):
270 New interfaces.
271 (createPCLiteral, appendNewPCLiteral): New methods.
272 (PCDocument): New interface.
273 (factory methods): Namespace URI and local name of document
274 element arguments added to |createDocument| to obtain
275 an instance of |PCDocument|.
276
277 2005-10-16 Wakaba <wakaba@suika.fam.cx>
278
279 * PerlCode.dis (pc:line): New configuration parameter.
280 (stringify): Don't output "#line" directive
281 unless "pc:line" parameter is set to "true".
282 (pc:split-resolver): New configuration parameter.
283
284 2005-10-14 Wakaba <wakaba@suika.fam.cx>
285
286 * ManakaiNode.dis (anydata0): New property type.
287
288 * PerlCode.dis (stringify): Prints node id if file name
289 is not available.
290 (perlLiteral): Prints as is if the value is blessed
291 with "manakai::code" package.
292
293 2005-10-13 Wakaba <wakaba@suika.fam.cx>
294
295 * PerlCode.dis (CDATADOMString): Changed to use code
296 fragment defined in DOMCore module directly.
297
298 2005-10-12 Wakaba <wakaba@suika.fam.cx>
299
300 * PerlCode.dis (ForClassCompat): Removed.
301
302 * ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference):
303 Removed.
304 (newNode): New method.
305 (generateUniqueID): Algorithm has changed to save random
306 string generation time.
307
308 * DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth".
309
310 2005-10-11 Wakaba <wakaba@suika.fam.cx>
311
312 * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
313 on DOMCore and element type definitions added.
314 (localName): Renamed to "pcLocalName" to avoid
315 conflict with "Node.localName" attribute.
316
317 2005-10-10 Wakaba <wakaba@suika.fam.cx>
318
319 * DIS.dis (Require): Unused reference to "PerlCode.dis" removed.
320
321 * Makefile: Rules to make "PerlCode.pm" separated
322 from ones for "DIS.pm".
323
324 * ManakaiNode.dis (mn:unsetXRefNode): "$referent"
325 parameter is replaced with "$referrer->{$propName}".
326
327 * PerlCode.dis (Require): References "DOMCore.dis".
328 (DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
329 (Util: for ManakaiDOM:ManakaiDOM): New.
330
331 2005-10-09 Wakaba <wakaba@suika.fam.cx>
332
333 * ManakaiNode.dis: New "mn:xrefnode0" property type has
334 been introduced and methods are fixed to support it.
335 (mn:setXRefNode, mn:unsetXRefNode): New codes.
336
337 * DIS.dis (loadResource): Skips a root resource definition
338 if it is an alias and it has "dis:Name" attribute and
339 referenced canonical definition is already read. (Note
340 that similar case that the resource definition has "dis:QName"
341 attribute is already fixed in the same way.)
342
343 2005-10-08 Wakaba <wakaba@suika.fam.cx>
344
345 * DIS.dis (readProperties): Recognizes hexdecimal
346 in "DISCore:Integer" (prefixed by "0x").
347
348 2005-10-08 Wakaba <wakaba@suika.fam.cx>
349
350 * PerlCode.dis (getExceptionInterfacePackageNameList,
351 addExceptionInterfacePackageName): New methods.
352 (ToString): Sorts hash keys where they result in
353 the order of statements in result code.
354
355 * Error.pm ($DEBUG): New option variable.
356 (___get_error_def): Calls "___error_def" method in second or later "@ISA"
357 package even if elder package has "___error_def" method.
358
359 * DIS.dis: Now constant values are only defined
360 in interfaces.
361 (DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.
362
363 2005-10-06 Wakaba <wakaba@suika.fam.cx>
364
365 * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.
366
367 2005-10-02 Wakaba <wakaba@suika.fam.cx>
368
369 * DIS.dis (getAnyResource): New method.
370 (isTypeURI): Now it is a method of "DIS:DISAnyResource" interface.
371 (getPropertyResource, getPropertyResourceList): Now
372 they uses "getAnyResource" method.
373 (getPropertyModuleList): Removed.
374
375 2005-09-30 Wakaba <wakaba@suika.fam.cx>
376
377 * DIS.dis (readProperties): Saves property name to values.
378 (getPropertyModuleList): New method.
379
380 2005-09-29 Wakaba <wakaba@suika.fam.cx>
381
382 * DIS.dis: Shares local name, namespace URI and for URI
383 if possible.
384
385 * PerlCode.dis (stringify): Sorts "require" statements by module
386 name.
387
388 2005-09-28 Wakaba <wakaba@suika.fam.cx>
389
390 * PerlCode.dis (perlLiteral): Sorts output by hash key.
391
392 * ManakaiNode.dis (new): Sets "mn:groveReferenceCounter"
393 property.
394 (getNewReference): Increments "mn:groveReferenceCounter"
395 property.
396 (ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't
397 check "defined" to allow "undef" value in "while" condition.
398 (mn:isGroveReferenced): New code.
399 (changeTreeID): New "groveRC" parameter added.
400 (importTree, changeTreeID): Updates "mn:groveReferenceCounter"
401 properties.
402 (destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred".
403 (mn:groveReferenceCounter): New property.
404
405 2005-09-28 Wakaba <wakaba@suika.fam.cx>
406
407 * DIS.dis: Use "tag:" URI for internal URIs.
408
409 2005-09-27 Wakaba <wakaba@suika.fam.cx>
410
411 * ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*"
412 properties.
413 (generateUniqueID): Use "tag:" URI.
414
415 * DIS.dis (targetNamespaceURI): New attribute.
416 (ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler.
417 (ManakaiDISModuleLite->AUTOLOAD): Don't load module
418 if method name is "DESTROY".
419
420 2005-09-27 Wakaba <wakaba@suika.fam.cx>
421
422 * ManakaiNode.dis (ManakaiNodeStem): Use per-class
423 variable for searching noderel properties instead
424 of per-node properties.
425
426 2005-09-26 Wakaba <wakaba@suika.fam.cx>
427
428 * ManakaiNode.dis (new): New "className" parameter added.
429 (mn:NodeRefRole): New role.
430 (mn:type): New property.
431 (mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0,
432 mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties.
433
434 * Makefile: Rules to make "DIS/DISDump" is separeted
435 from "DIS/DISDoc".
436
437 * DIS.dis (getFor): Loads database module if unread
438 "for" is referenced.
439 (addResourceList, getResourceList): New method.
440 (ManakaiDISModuleLite): New class.
441
442 2005-09-25 Wakaba <wakaba@suika.fam.cx>
443
444 * DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code.
445 (getResource): New "dae" and "daem" database format support.
446 (DISResourceList): New type.
447 (uriRef, ownerModuleURI, ownerModuleURIRef): New attributes.
448 (addChildResource, addDynamicChildResource): New methods.
449 (getChildResourceList, getDynamicChildResourceList): New method.
450 (getChildResourceListByType): New method.
451 (parentResource, dynamicParentResource): New attributes.
452
453 * Makefile (DAC_SUFFIX): Changed to ".dae".
454 (DAEM_SUFFIX): New.
455
456
457 2005-09-24 Wakaba <wakaba@suika.fam.cx>
458
459 * ManakaiNode.dis: Use "disPerl:H" instead
460 of "disPerl:Q" for hash keys.
461 (NodeStem): Property value "mn:treeID"
462 has changed to scalar reference.
463
464 2005-09-24 Wakaba <wakaba@suika.fam.cx>
465
466 * ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
467 properties.
468 (mn:stemName, mn:refName): New properties.
469
470 * Makefile (.discore-all.pm): New rule to create dis-related
471 Perl module files at once.
472
473 * DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
474 (hashKeyName, hashKeyScope, anotherURI): New error parameters.
475
476 * ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
477 of "disPerl:Q" for hash keys.
478
479 2005-09-23 Wakaba <wakaba@suika.fam.cx>
480
481 * DIS.dis (DISParser.new): New method.
482 (hasFeature): Removed. ManakaiDISAnyResource now
483 extends DOMFeature:ManakaiHasFeatureByGetFeature.
484 (readProperties): Support for property value data
485 types DISLang:MemberRef and dx:XCRef added.
486 (ManakaiDISExceptionTarget): It is now an alias
487 for dx:ManakaiDefaultExceptionHandler.
488
489 2005-09-22 Wakaba <wakaba@suika.fam.cx>
490
491 * Makefile: DAC_SUFFIX changed to ".dad".
492
493 * DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest.
494 (disIsNullable): Reimplemented.
495
496 2005-09-21 Wakaba <wakaba@suika.fam.cx>
497
498 * DIS.dis (addNamespaceBinding): New method.
499
500 2005-09-20 Wakaba <wakaba@suika.fam.cx>
501
502 * DIS.dis: Use valueRef and nodeIDRef where possible so
503 that dad file can share text data if possible.
504 For resources, {subOf} and {supOf} is now optional.
505 (sourceNodeIDRef): New attribute.
506
507 2005-09-19 Wakaba <wakaba@suika.fam.cx>
508
509 * DIS.dis: Parameter "databaseArg" added to various
510 methods to support objects that have no associated
511 database.
512 (getNamespaceBindingList, getDefaultNamespaceURIRef): New
513 methods.
514 (NO_RDF_TYPE_ERR): New error type.
515 (loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
516 attribute specified for a resource definition.
517
518 2005-09-16 Wakaba <wakaba@suika.fam.cx>
519
520 * DIS.dis (DISResourceProp): Methods reimplemented to
521 support DIS/Value values.
522
523 2005-09-15 Wakaba <wakaba@suika.fam.cx>
524
525 * DIS.dis (readProperties): New methods. Emploies DIS/Value
526 classes for internal data structure.
527
528 2005-09-14 Wakaba <wakaba@suika.fam.cx>
529
530 * DIS.dis: Now references DIS/Value.dis.
531 (DISAnyResource): New interface separeted from DISModule.
532 DISFor and DISResource.
533
534 2005-09-13 Wakaba <wakaba@suika.fam.cx>
535
536 * DIS.dis: Perl-related methods are moved to a separate
537 module "DIS/Perl.dis".
538
539 2005-09-08 Wakaba <wakaba@suika.fam.cx>
540
541 * Makefile: Renewaled.
542
543 * ManakaiNode.dis (free): New method.
544
545 2005-09-07 Wakaba <wakaba@suika.fam.cx>
546
547 * DIS.dis: Interfaces added.
548 (free): New method.
549
550 * PerlCode.dis: Interfaces added.
551
552 2005-09-06 Wakaba <wakaba@suika.fam.cx>
553
554 * DIS.dis (plName): Use AppName attribute, if any,
555 for ManakaiDOM:ConstGroup resources.
556
557 2005-09-05 Wakaba <wakaba@suika.fam.cx>
558
559 * DIS.dis (plGeneratePerlModuleFile): Don't generate code for
560 the same class or variable twice whose alias is defined
561 in the same module.
562
563 2005-09-04 Wakaba <wakaba@suika.fam.cx>
564
565 * PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName
566 and pc:prortotype properties.
567
568 * DIS.dis (plAdditionalISAPackages): New attribute.
569
570 2005-09-01 Wakaba <wakaba@suika.fam.cx>
571
572 * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
573 supported.
574
575 2005-08-31 Wakaba <wakaba@suika.fam.cx>
576
577 * DIS.dis (uris): New attribute.
578
579 2005-08-30 Wakaba <wakaba@suika.fam.cx>
580
581 * DIS.dis (plFilePathStem): New attribute.
582
583 2005-08-29 Wakaba <wakaba@suika.fam.cx>
584
585 * DIS.dis (plFileNameStem): New attribute.
586
587 2005-08-28 Wakaba <wakaba@suika.fam.cx>
588
589 * DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported.
590
591 2005-08-26 Wakaba <wakaba@suika.fam.cx>
592
593 * DIS.dis: Typo fixed for replacing namespace URI and local name
594 in reflecting code.
595 (mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI"
596 attribute values as their default.
597 (mvPrefix, qnameValuePrefix): New attributes.
598
599 * ManakaiNode.dis: Tests whether "defined" rather than true or not
600 in "while" conditions.
601
602 2005-08-15 Wakaba <wakaba@suika.fam.cx>
603
604 * ManakaiNode.dis (Util:): Now Perl package name for interfaces
605 is defined.
606
607 * DIS.dis (mediaTypeURI): Returns $defaultMediaType
608 parameter value if dis:ContentType attribute is missing.
609
610 * ManakaiNode.dis (importTree): Use "isa" function
611 to check whether a object is an instance of the manakai
612 node model.
613 (NodeStem, NodeRef): New lightweight variant
614 of ManakaiDOM:ManakaiDOMNodeObject
615 and ManakaiDOM:ManakaiDOMNodeReference.
616
617 2005-05-29 Wakaba <wakaba@suika.fam.cx>
618
619 * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
620 even if DOMMetaImpl:provideFeature has child nodes but
621 they are not DOMMetaImpl:providedThrough a ImplFeature
622 statement is generated.
623 (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
624
625 2005-05-26 Wakaba <wakaba@suika.fam.cx>
626
627 * Makefile: Rules for DISDoc module added.
628
629 2005-05-23 Wakaba <wakaba@suika.fam.cx>
630
631 * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
632 ManakaiDISModuleDefinition): "getFeature" method added.
633
634 2005-03-06 Wakaba <wakaba@suika.fam.cx>
635
636 * DIS.dis (Require): Loads PerlCode module.
637
638 2005-03-05 Wakaba <wakaba@suika.fam.cx>
639
640 * PerlCode.dis: Operator overloading is implemented.
641
642 2005-03-04 Wakaba <wakaba@suika.fam.cx>
643
644 * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
645 module's binding properties.
646
647 2005-03-03 Wakaba <wakaba@suika.fam.cx>
648
649 * PerlCode.dis: New module.
650
651 2005-02-26 Wakaba <wakaba@suika.fam.cx>
652
653 * DIS.dis (DISModuleResolver): New interface.
654
655 2005-02-21 Wakaba <wakaba@suika.fam.cx>
656
657 * DIS.dis: New module.
658
659 * ManakaiNode.dis: New "subnode0" property category introduced.
660
661 2005-02-17 Wakaba <wakaba@suika.fam.cx>
662
663 * ManakaiNode.dis: New module.
664
665 2005-01-05 Wakaba <wakaba@suika.fam.cx>
666
667 * Error.pm (___rule_def[p]): Don't output anything if not exists
668 that parameter.
669
670 2004-09-30 Wakaba <wakaba@suika.fam.cx>
671
672 * Error.pm (___rule_def): "p" added; now "t" is obsolete.
673
674 2004-04-02 Wakaba <wakaba@suika.fam.cx>
675
676 * Error.pm (report): Error depth fixed.
677 (___rule_def:t): New parameters empty and undef introduced.
678
679 2004-01-17 Wakaba <wakaba@suika.fam.cx>
680
681 * Error.pm: Some fixes w.r.t. Error::Depth.
682
683 2003-12-06 Wakaba <wakaba@suika.fam.cx>
684
685 * Error.pm (___error_def): Renamed from ___errors.
686
687 2003-12-01 Wakaba <wakaba@suika.fam.cx>
688
689 * Error.pm (___get_error_def): Now support inherit. (It was not work.)
690
691 2003-11-15 Wakaba <wakaba@suika.fam.cx>
692
693 * Error.pm: Use Message::Util::Formatter::Text to construct error messages.
694
695 2003-11-13 Wakaba <wakaba@suika.fam.cx>
696
697 * Formatter: New directory.
698
699 2003-11-12 Wakaba <wakaba@suika.fam.cx>
700
701 * Error.pm: Rewritten.
702
703 2003-10-25 Wakaba <wakaba@suika.fam.cx>
704
705 * Formatter.pm (replace): Allow '%foo () ;'.
706
707 2003-09-17 Wakaba <wakaba@suika.fam.cx>
708
709 * HostPermit.pm: New module.
710
711 2003-08-05 Wakaba <wakaba@suika.fam.cx>
712
713 * Error.pm (_default_error_handler): Syntax fix.
714
715 * Error/: New directory.
716
717 2003-07-29 Wakaba <wakaba@suika.fam.cx>
718
719 * Error.pm: New module.
720
721 2003-05-10 Wakaba <w@offweb.ddo.jp>
722
723 * Formatter.pm (replace): Bug fix of pattern.
724
725 2003-04-29 Wakaba <w@offweb.ddo.jp>
726
727 * Formatter.pm (replace): {...} block is supported.
728 (Message::Util::Formatter::_returned): New package. It is very very tiny
729 subset of SuikaWiki::Markup::XML.
730 (replace): Return structured string, not bare string. This function is
731 useful to make tree (such as XML's) from formatting template (and its nested
732 parameters).
733
734 2003-03-28 Wakaba <w@offweb.ddo.jp>
735
736 * Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
737 (replace): Replace '-' to '_' in attr name.
738
739 2003-01-26 Wakaba <w@cube.wakaba.ssm>
740
741 * Formatter.pm (replace): Trim attribute name/value pair.
742
743 2003-01-04 Wakaba <w@suika.fam.cx>
744
745 * Formatter.pm (replace): Don't split by ',' in quoted-strings.
746
747 2002-12-15 Wakaba <w@suika.fam.cx>
748
749 * Formatter.pm (%char;): Removed.
750
751 2002-12-05 Wakaba <w@suika.fam.cx>
752
753 * Formatter.pm (%FMT2TXT): New (internal) initial format rule,
754 "-bare_text".
755 (replace): "Replace" non-%-text with "-bare_text" rule.
756 (pod): Methods and initial rules are documented.
757
758 2002-12-04 Wakaba <w@suika.fam.cx>
759
760 * Formatter.pm (replace): Accept ")" in quoted-string.
761
762 2002-11-13 Wakaba <w@suika.fam.cx>
763
764 * ChangeLog: New file.
765 * Formatter.pm: New module.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24