/[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.43 - (hide annotations) (download)
Fri Sep 23 18:24:59 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.42: +10 -0 lines
++ manakai/doc/ChangeLog	23 Sep 2005 17:22:30 -0000
2005-09-23  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Command-line arguments for new modules added.
	(DAC_PREFIX): Changed to ".dad".

++ manakai/bin/ChangeLog	23 Sep 2005 17:21:35 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added.

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

	* mkdisdump.pl: Fixed to support new dad database implementation.

++ manakai/lib/Message/Util/ChangeLog	23 Sep 2005 17:29:45 -0000
2005-09-23  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (DISParser.new): New method.
	(hasFeature): Removed.  ManakaiDISAnyResource now
	extends DOMFeature:ManakaiHasFeatureByGetFeature.
	(readProperties): Support for property value data
	types DISLang:MemberRef and dx:XCRef added.
	(ManakaiDISExceptionTarget): It is now an alias
	for dx:ManakaiDefaultExceptionHandler.

++ manakai/lib/Message/Util/Error/ChangeLog	23 Sep 2005 17:41:25 -0000
2005-09-23  Wakaba  <wakaba@suika.fam.cx>

	* DOMException.dis (dx:raises): Properties dis:dataType
	and dis:multipleProperties added.

++ manakai/lib/Message/Util/DIS/ChangeLog	23 Sep 2005 17:40:22 -0000
2005-09-23  Wakaba  <wakaba@suika.fam.cx>

	* DISDoc.dis: Modified to support new "dad" implementation.
	(DISElementDISDoc): Removed.
	(DVValueDISDoc): New.
	(documentionGroupId): This attribute values now
	do not include element type names.

	* DNLite.dis (convertDISDocumentToDNLDocument): Fixed
	not to "tie" happens to cause strange segmentation fault.

	* Perl.dis (plCodeFragment): Support for the
	role "dv:ValurRole" added.  Property name "dis:AppName"
	is changed to more specific property names.  Throws
	an exception if an input processor has no Perl code
	definition.  A parameter value to "getPropertyValue"
	was missing.

	* Value.dis (dv:ValueRole): New role.
	(DVValue.getFeature): New method.
	(DVValue): Now extends DOMFeature:ManakaiHasFeatureByGetFeature
	so that it implements DOMFeature:GetFeature.

++ manakai/lib/Message/DOM/ChangeLog	23 Sep 2005 17:24:34 -0000
2005-09-23  Wakaba  <wakaba@suika.fam.cx>

	* GenericLS.dis, SimpleLS.dis: New modules separated
	from DOMLS.dis.

	* DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
	moved from DOMMain to DOMFeature.  Now DOMFeature
	has no dependency on DOMMain.

	* DOMFeature.dis (DEBUG): New variable.

++ manakai/lib/manakai/ChangeLog	23 Sep 2005 17:44:24 -0000
2005-09-23  Wakaba  <wakaba@suika.fam.cx>

	* DISCore.dis (dis:Label, dis:FullName): Their "dis:multipleProperties"
	property is fixed to "DISCore:UnorderedList" to allow
	language variants.
	(dis:Author): Marked as obsolete.
	(DISCore:author): New property.
	(DISCore:Wakaba): New resource.

	* DISPerl.dis (DISPerl:name, DISPerl:constName,
	DISPerl:exportTagName, DISPerl:variableName, DISPerl:paramName):
	New properties.

1 wakaba 1.43 2005-09-23 Wakaba <wakaba@suika.fam.cx>
2    
3     * DIS.dis (DISParser.new): New method.
4     (hasFeature): Removed. ManakaiDISAnyResource now
5     extends DOMFeature:ManakaiHasFeatureByGetFeature.
6     (readProperties): Support for property value data
7     types DISLang:MemberRef and dx:XCRef added.
8     (ManakaiDISExceptionTarget): It is now an alias
9     for dx:ManakaiDefaultExceptionHandler.
10    
11 wakaba 1.41 2005-09-22 Wakaba <wakaba@suika.fam.cx>
12    
13 wakaba 1.42 * Makefile: DAC_SUFFIX changed to ".dad".
14    
15 wakaba 1.41 * DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest.
16     (disIsNullable): Reimplemented.
17    
18     2005-09-21 Wakaba <wakaba@suika.fam.cx>
19    
20     * DIS.dis (addNamespaceBinding): New method.
21    
22 wakaba 1.40 2005-09-20 Wakaba <wakaba@suika.fam.cx>
23    
24     * DIS.dis: Use valueRef and nodeIDRef where possible so
25     that dad file can share text data if possible.
26     For resources, {subOf} and {supOf} is now optional.
27     (sourceNodeIDRef): New attribute.
28    
29 wakaba 1.39 2005-09-19 Wakaba <wakaba@suika.fam.cx>
30    
31     * DIS.dis: Parameter "databaseArg" added to various
32     methods to support objects that have no associated
33     database.
34     (getNamespaceBindingList, getDefaultNamespaceURIRef): New
35     methods.
36     (NO_RDF_TYPE_ERR): New error type.
37     (loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
38     attribute specified for a resource definition.
39    
40 wakaba 1.38 2005-09-16 Wakaba <wakaba@suika.fam.cx>
41    
42     * DIS.dis (DISResourceProp): Methods reimplemented to
43     support DIS/Value values.
44    
45     2005-09-15 Wakaba <wakaba@suika.fam.cx>
46    
47     * DIS.dis (readProperties): New methods. Emploies DIS/Value
48     classes for internal data structure.
49    
50     2005-09-14 Wakaba <wakaba@suika.fam.cx>
51    
52     * DIS.dis: Now references DIS/Value.dis.
53     (DISAnyResource): New interface separeted from DISModule.
54     DISFor and DISResource.
55    
56     2005-09-13 Wakaba <wakaba@suika.fam.cx>
57    
58     * DIS.dis: Perl-related methods are moved to a separate
59     module "DIS/Perl.dis".
60    
61 wakaba 1.37 2005-09-08 Wakaba <wakaba@suika.fam.cx>
62    
63     * Makefile: Renewaled.
64    
65     * ManakaiNode.dis (free): New method.
66    
67     2005-09-07 Wakaba <wakaba@suika.fam.cx>
68    
69     * DIS.dis: Interfaces added.
70     (free): New method.
71    
72     * PerlCode.dis: Interfaces added.
73    
74     2005-09-06 Wakaba <wakaba@suika.fam.cx>
75    
76     * DIS.dis (plName): Use AppName attribute, if any,
77     for ManakaiDOM:ConstGroup resources.
78    
79     2005-09-05 Wakaba <wakaba@suika.fam.cx>
80    
81     * DIS.dis (plGeneratePerlModuleFile): Don't generate code for
82     the same class or variable twice whose alias is defined
83     in the same module.
84    
85 wakaba 1.36 2005-09-04 Wakaba <wakaba@suika.fam.cx>
86    
87     * PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName
88     and pc:prortotype properties.
89    
90     * DIS.dis (plAdditionalISAPackages): New attribute.
91    
92 wakaba 1.35 2005-09-01 Wakaba <wakaba@suika.fam.cx>
93    
94     * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
95     supported.
96    
97 wakaba 1.34 2005-08-31 Wakaba <wakaba@suika.fam.cx>
98    
99     * DIS.dis (uris): New attribute.
100    
101 wakaba 1.33 2005-08-30 Wakaba <wakaba@suika.fam.cx>
102    
103     * DIS.dis (plFilePathStem): New attribute.
104    
105     2005-08-29 Wakaba <wakaba@suika.fam.cx>
106    
107     * DIS.dis (plFileNameStem): New attribute.
108    
109     2005-08-28 Wakaba <wakaba@suika.fam.cx>
110    
111     * DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported.
112    
113     2005-08-26 Wakaba <wakaba@suika.fam.cx>
114    
115     * DIS.dis: Typo fixed for replacing namespace URI and local name
116     in reflecting code.
117     (mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI"
118     attribute values as their default.
119     (mvPrefix, qnameValuePrefix): New attributes.
120    
121     * ManakaiNode.dis: Tests whether "defined" rather than true or not
122     in "while" conditions.
123    
124 wakaba 1.31 2005-08-15 Wakaba <wakaba@suika.fam.cx>
125    
126 wakaba 1.32 * ManakaiNode.dis (Util:): Now Perl package name for interfaces
127     is defined.
128    
129 wakaba 1.31 * DIS.dis (mediaTypeURI): Returns $defaultMediaType
130     parameter value if dis:ContentType attribute is missing.
131    
132     * ManakaiNode.dis (importTree): Use "isa" function
133     to check whether a object is an instance of the manakai
134     node model.
135 wakaba 1.32 (NodeStem, NodeRef): New lightweight variant
136     of ManakaiDOM:ManakaiDOMNodeObject
137     and ManakaiDOM:ManakaiDOMNodeReference.
138 wakaba 1.31
139 wakaba 1.30 2005-05-29 Wakaba <wakaba@suika.fam.cx>
140    
141     * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
142     even if DOMMetaImpl:provideFeature has child nodes but
143     they are not DOMMetaImpl:providedThrough a ImplFeature
144     statement is generated.
145     (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
146    
147 wakaba 1.29 2005-05-26 Wakaba <wakaba@suika.fam.cx>
148    
149     * Makefile: Rules for DISDoc module added.
150    
151 wakaba 1.28 2005-05-23 Wakaba <wakaba@suika.fam.cx>
152    
153     * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
154     ManakaiDISModuleDefinition): "getFeature" method added.
155    
156 wakaba 1.27 2005-03-06 Wakaba <wakaba@suika.fam.cx>
157    
158     * DIS.dis (Require): Loads PerlCode module.
159    
160 wakaba 1.26 2005-03-05 Wakaba <wakaba@suika.fam.cx>
161    
162     * PerlCode.dis: Operator overloading is implemented.
163    
164 wakaba 1.25 2005-03-04 Wakaba <wakaba@suika.fam.cx>
165    
166     * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
167     module's binding properties.
168    
169 wakaba 1.24 2005-03-03 Wakaba <wakaba@suika.fam.cx>
170    
171     * PerlCode.dis: New module.
172    
173 wakaba 1.23 2005-02-26 Wakaba <wakaba@suika.fam.cx>
174    
175     * DIS.dis (DISModuleResolver): New interface.
176    
177 wakaba 1.22 2005-02-21 Wakaba <wakaba@suika.fam.cx>
178    
179     * DIS.dis: New module.
180    
181     * ManakaiNode.dis: New "subnode0" property category introduced.
182    
183 wakaba 1.21 2005-02-17 Wakaba <wakaba@suika.fam.cx>
184    
185     * ManakaiNode.dis: New module.
186    
187 wakaba 1.20 2005-01-05 Wakaba <wakaba@suika.fam.cx>
188    
189     * Error.pm (___rule_def[p]): Don't output anything if not exists
190     that parameter.
191    
192 wakaba 1.19 2004-09-30 Wakaba <wakaba@suika.fam.cx>
193    
194     * Error.pm (___rule_def): "p" added; now "t" is obsolete.
195    
196 wakaba 1.18 2004-04-02 Wakaba <wakaba@suika.fam.cx>
197    
198     * Error.pm (report): Error depth fixed.
199     (___rule_def:t): New parameters empty and undef introduced.
200    
201 wakaba 1.17 2004-01-17 Wakaba <wakaba@suika.fam.cx>
202    
203     * Error.pm: Some fixes w.r.t. Error::Depth.
204    
205 wakaba 1.16 2003-12-06 Wakaba <wakaba@suika.fam.cx>
206    
207     * Error.pm (___error_def): Renamed from ___errors.
208    
209 wakaba 1.15 2003-12-01 Wakaba <wakaba@suika.fam.cx>
210    
211     * Error.pm (___get_error_def): Now support inherit. (It was not work.)
212    
213 wakaba 1.14 2003-11-15 Wakaba <wakaba@suika.fam.cx>
214    
215     * Error.pm: Use Message::Util::Formatter::Text to construct error messages.
216    
217     2003-11-13 Wakaba <wakaba@suika.fam.cx>
218    
219     * Formatter: New directory.
220    
221     2003-11-12 Wakaba <wakaba@suika.fam.cx>
222    
223     * Error.pm: Rewritten.
224    
225 wakaba 1.13 2003-10-25 Wakaba <wakaba@suika.fam.cx>
226    
227     * Formatter.pm (replace): Allow '%foo () ;'.
228    
229 wakaba 1.12 2003-09-17 Wakaba <wakaba@suika.fam.cx>
230    
231     * HostPermit.pm: New module.
232    
233 wakaba 1.11 2003-08-05 Wakaba <wakaba@suika.fam.cx>
234    
235     * Error.pm (_default_error_handler): Syntax fix.
236    
237     * Error/: New directory.
238    
239 wakaba 1.10 2003-07-29 Wakaba <wakaba@suika.fam.cx>
240    
241     * Error.pm: New module.
242    
243 wakaba 1.9 2003-05-10 Wakaba <w@offweb.ddo.jp>
244    
245     * Formatter.pm (replace): Bug fix of pattern.
246    
247 wakaba 1.8 2003-04-29 Wakaba <w@offweb.ddo.jp>
248    
249     * Formatter.pm (replace): {...} block is supported.
250     (Message::Util::Formatter::_returned): New package. It is very very tiny
251     subset of SuikaWiki::Markup::XML.
252     (replace): Return structured string, not bare string. This function is
253     useful to make tree (such as XML's) from formatting template (and its nested
254     parameters).
255    
256 wakaba 1.7 2003-03-28 Wakaba <w@offweb.ddo.jp>
257    
258     * Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
259     (replace): Replace '-' to '_' in attr name.
260    
261 w 1.6 2003-01-26 Wakaba <w@cube.wakaba.ssm>
262    
263     * Formatter.pm (replace): Trim attribute name/value pair.
264    
265 w 1.5 2003-01-04 Wakaba <w@suika.fam.cx>
266    
267     * Formatter.pm (replace): Don't split by ',' in quoted-strings.
268    
269 wakaba 1.4 2002-12-15 Wakaba <w@suika.fam.cx>
270    
271     * Formatter.pm (%char;): Removed.
272    
273 wakaba 1.3 2002-12-05 Wakaba <w@suika.fam.cx>
274    
275     * Formatter.pm (%FMT2TXT): New (internal) initial format rule,
276     "-bare_text".
277     (replace): "Replace" non-%-text with "-bare_text" rule.
278     (pod): Methods and initial rules are documented.
279    
280 wakaba 1.2 2002-12-04 Wakaba <w@suika.fam.cx>
281    
282     * Formatter.pm (replace): Accept ")" in quoted-string.
283    
284 wakaba 1.1 2002-11-13 Wakaba <w@suika.fam.cx>
285    
286     * ChangeLog: New file.
287     * Formatter.pm: New module.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24