/[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.53 - (hide annotations) (download)
Fri Sep 30 13:06:17 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.52: +10 -2 lines
++ manakai/bin/ChangeLog	30 Sep 2005 12:38:36 -0000
2005-09-30  Wakaba  <wakaba@suika.fam.cx>

	* mkdisdump.pl (append_module_group_documentation,
	append_document_documentation): New functions.
	(append_class_documentation, append_interface_documentation):
	Generates method/attribute/constgroup information (in partial mode)
	even if "is_partial" option is true to compute inheriting
	class member information correctly.
	(--resource-uri): New option.

	* Makefile (error.xml, minimpl.xml): New rules.

++ manakai/lib/Message/Util/ChangeLog	30 Sep 2005 12:50:16 -0000
2005-09-30  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (readProperties): Saves property name to values.
	(getPropertyModuleList): New method.


	* ManakaiNode.dis: Use "disPerl:H" instead
	of "disPerl:Q" for hash keys.
	(NodeStem): Property value "mn:treeID"
	has changed to scalar reference.
++ manakai/lib/Message/Util/Error/ChangeLog	30 Sep 2005 12:49:59 -0000
2005-09-30  Wakaba  <wakaba@suika.fam.cx>
	* DOMException.dis (dx:ManakaiErrorModules): New documentation.
++ manakai/lib/Message/Util/DIS/ChangeLog	30 Sep 2005 12:48:08 -0000
2005-09-30  Wakaba  <wakaba@suika.fam.cx>

	* Value.dis (name): New attribute.

	* Perl.dis (plFullyQualifiedName): Use module's package
	name properties if available.

++ manakai/lib/Message/DOM/ChangeLog	30 Sep 2005 12:40:49 -0000
2005-09-30  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
	names where possible.

	* DOMFeature.dis: Documentation for DOM Minimum Implementation
	added (still work in progress).

	* Makefile (feature.dae, feature-spec.dae): New rules.

++ manakai/lib/manakai/ChangeLog	30 Sep 2005 12:53:24 -0000
2005-09-30  Wakaba  <wakaba@suika.fam.cx>

	* DISCore.dis: Documentation-related and meta-informational
	resoruces are moved to new "Document.dis" module.  The
	module now references "Document.dis".
	(DISCore:module, DISCore:resource): New properties.

	* DISRDF.dis: Some resources added from FOAF vocabulary.

	* Document.dis: New module.

	* DISIDL.dis: Some IDL comcepts added.  New name
	given to IDL datatypes.

	* DISLang.dis (dis:prefix): Removed.  (Moved to "DISIDL.dis"
	and it is now obsolete.)

2005-09-29  Wakaba  <wakaba@suika.fam.cx>

	* DISPerl.dis (DISPerl:HashStringRef, DISPerl:StringRef): New.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24