/[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.55 - (hide annotations) (download)
Thu Oct 6 10:53:36 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.54: +4 -0 lines
++ manakai/t/ChangeLog	6 Oct 2005 10:33:09 -0000
2005-10-06  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Updated for new version of "domts2perl.pl".

++ manakai/bin/ChangeLog	6 Oct 2005 10:26:28 -0000
2005-10-06  Wakaba  <wakaba@suika.fam.cx>

	* mkdommemlist.pl: Revised for new "dae" database.

	* domts2perl.pl (--domtest2perl-option): New option.

	* domtest2perl.pl: Revised for new DOM Perl binding.

	* Makefile: Rules to make "dommemlist.pl.tmp" revised.

++ manakai/lib/Message/Util/ChangeLog	6 Oct 2005 10:30:19 -0000
2005-10-06  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.

++ manakai/lib/Message/Util/DIS/ChangeLog	6 Oct 2005 10:32:00 -0000
2005-10-06  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plFullyQualifiedName): Fully qualified
	name of the constant function is now a name in
	the package of the class (it was a name in module package).

	* Value.dis (getResource): Use "getAnyResource"
	method instead of "getResource" method.

++ manakai/lib/Message/DOM/ChangeLog	6 Oct 2005 10:37:05 -0000
2005-10-06  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
	(ManakaiDOMCharacterData): Methods reimplemented.
	(splitText): Reimplemented.
	(childNodes): Returns a "ManakaiDOMEmptyNodeList"
	for non-parent node types.

	* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
	        for non-parent node types.

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

	* ManakaiDOMLS2003.dis: Revised to new format.

	* GenericLS.dis (DOMLS:ParseString): New feature.

	* DOMMain.pm (StringExtend): Code portions of raising
++ manakai/lib/manakai/ChangeLog	6 Oct 2005 10:32:30 -0000
2005-10-06  Wakaba  <wakaba@suika.fam.cx>

	* domtest.pl, genlib.pl: Use new DOM Perl binding.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24