/[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.62 - (hide annotations) (download)
Sat Oct 15 15:28:09 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.61: +9 -0 lines
++ manakai/lib/Message/Util/ChangeLog	15 Oct 2005 14:07:35 -0000
2005-10-14  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis (anydata0): New property type.

	* PerlCode.dis (stringify): Prints node id if file name
	is not available.
	(perlLiteral): Prints as is if the value is blessed
	with "manakai::code" package.

++ manakai/lib/Message/Util/DIS/ChangeLog	15 Oct 2005 14:23:34 -0000
2005-10-15  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plCodeFragment): Output processor ("DISLang:OutputProcessor")
	supported for methods.  "idl:void" type supported.

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

	* Perl.dis (plGeneratePerlModule): Don't generate information
	on anydata* and irefnode0 properties since they are not used in fact.
	(plGeneratePerlModule, plCodeFragment): The
	"DOMCore:DOMConfigurationParameter" type supported.

++ manakai/lib/Message/DOM/ChangeLog	15 Oct 2005 14:05:32 -0000
2005-10-15  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (Require): References "DOMLS.dis" module.
	(CParam): Definitions for LS module added.

	* DOMLS.dis (ManakaiDOMLSInput): The input processor
	is also an output processor now.
	(ManakaiDOMLSResourceResolver): Implemented.
	(CParam): Definitions updated.

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

	* DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR,
	NOT_SUPPORTED_CONFIG_VALUE_ERR,
	INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes.
	(DOMConfiguration): Implemented.
	(CParam): Definitions updated.

	* DOMMain.dis (DOMURIs): New data type.

++ manakai/lib/manakai/ChangeLog	15 Oct 2005 14:10:15 -0000
2005-10-15  Wakaba  <wakaba@suika.fam.cx>

	* DISLang.dis (DISLang:OutputProcessor): New type.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24