/[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.60 - (hide annotations) (download)
Wed Oct 12 14:46:02 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.59: +12 -0 lines
++ manakai/lib/Message/Util/ChangeLog	12 Oct 2005 14:38:20 -0000
2005-10-12  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (ForClassCompat): Removed.

	* ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference):
	Removed.
	(newNode): New method.
	(generateUniqueID): Algorithm has changed to save random
	string generation time.

	* DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth".

++ manakai/lib/Message/DOM/ChangeLog	12 Oct 2005 14:30:20 -0000
2005-10-12  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis: Don't set "infoset:prefix" internal
	property unless it has non-null value.
	(newObject): "refNode" parameter introduced.
	(ManakaiDOMNode.newObject): Calls "NodeStem.newNode"
	method if "refNode" parameter is specified.
	(cloneNode): Don't set "read-only" flag.
	(getNodeReference): Caches the result.
	(selectAttributeNodeForRemove): Don't removes any other
	non-namespace-aware attribute nodes.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24