/[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.54 - (hide annotations) (download)
Sun Oct 2 23:35:32 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.53: +8 -0 lines
++ manakai/bin/ChangeLog	2 Oct 2005 23:24:29 -0000
2005-10-02  Wakaba  <wakaba@suika.fam.cx>

	* mkdisdump.pl (append_document_documentation): Outputs "doc:as"
	properties if available.
	(append_module_documentation): Outputs "dis:AppName"
	and "idl:prefix" attribute if available.
	(append_idl_interface_documentation): Removed (Merged
	to "append_interface_documentation").
	(ReferredResource): Don't set "is_partial" flag
	if ReferredResource value is greater than "1".

++ manakai/lib/Message/Util/ChangeLog	2 Oct 2005 23:27:03 -0000
2005-10-02  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (getAnyResource): New method.
	(isTypeURI): Now it is a method of "DIS:DISAnyResource" interface.
	(getPropertyResource, getPropertyResourceList): Now
	they uses "getAnyResource" method.
	(getPropertyModuleList): Removed.

++ manakai/lib/Message/Util/DIS/ChangeLog	2 Oct 2005 23:27:51 -0000
2005-10-02  Wakaba  <wakaba@suika.fam.cx>

	* DISDoc.dis (dd:id): Now it is an alias for "dis:ddid" property.

++ manakai/lib/Message/DOM/ChangeLog	2 Oct 2005 23:25:32 -0000
2005-10-02  Wakaba  <wakaba@suika.fam.cx>

	* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
	properties added.

++ manakai/lib/manakai/ChangeLog	2 Oct 2005 23:34:39 -0000
2005-10-02  Wakaba  <wakaba@suika.fam.cx>

	* DISSource.dis: New module split from "DISCore.dis".

	* DISCore.dis: "dis" resource concept such as "DISCore:Module"
	and "DISCore:Resource" added.
	(DISCore:File): New class.

	* DISLang.dis (DISLang:Array, DISLang:Exception,
	DISLang:Constructor): New classes.
	(DISLang:File): New class.
	(ManakaiDOM:Java, lang:Java): Moved to new "Java.dis" module.

	* Java.dis: New module.

	* DISPerl.dis (DISPerl:File): New class.
	(Package, Module, Class, Interface, Sub, Const, AnyExported): New
	classes.

	* Document.dis (dis:ddid): New property.
	(doc:subsection): New rel.
	(doc:as): New attribute.
	(ManakaiDOM:InCase): Moved from "DISCore.dis".

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24