/[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.58 - (hide annotations) (download)
Sun Oct 9 13:57:16 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.57: +12 -0 lines
++ manakai/lib/Message/Markup/ChangeLog	9 Oct 2005 13:49:25 -0000
2005-10-09  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis (swcfg21:ownerDocument): Changed
	from a "mn:irefnode0" property to a "mn:xrefnode0" property.

++ manakai/lib/Message/Util/ChangeLog	9 Oct 2005 13:53:53 -0000
2005-10-09  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis: New "mn:xrefnode0" property type has
	been introduced and methods are fixed to support it.
	(mn:setXRefNode, mn:unsetXRefNode): New codes.

	* DIS.dis (loadResource): Skips a root resource definition
	if it is an alias and it has "dis:Name" attribute and
	referenced canonical definition is already read.  (Note
	that similar case that the resource definition has "dis:QName"
	attribute is already fixed in the same way.)

++ manakai/lib/Message/Util/DIS/ChangeLog	9 Oct 2005 13:56:34 -0000
2005-10-09  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plGeneratePerlModule): Generates information
	on new "mn:xrefnode0" property type.  Restored to generate
	error definition method code for classes, not only
	interfaces, if there are error codes.

++ manakai/lib/Message/DOM/ChangeLog	9 Oct 2005 13:48:37 -0000
2005-10-09  Wakaba  <wakaba@suika.fam.cx>

	* DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed.

	* DOMFeature.dis (DOMCore:implementation): Short name added.

	* DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
	(DOMCore:node): New error parameter.
	(DOMCore:ownerDocument): Changed from "mn:irefnode0"
	to "mn:xrefnode0".  For this reason, all assignments
	to this property have been rewritten to references
	to code "mn:setXRefNode".
	(cloneNode): Implemented.
	(setAttributeNode): A missing "importTree" method call added.
	(setAttributeNodeNS): Perl code removed and changed
	to a reference to "setAttributeNode" method code.

	* DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0"
	property to "mn:xrefnode0" property.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24