/[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.44 - (hide annotations) (download)
Sat Sep 24 11:57:23 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.43: +15 -0 lines
++ manakai/bin/ChangeLog	24 Sep 2005 10:49:30 -0000
	(dac_load_module_file): Allow "|" as qname prefix separator.
++ manakai/lib/Message/Markup/ChangeLog	24 Sep 2005 11:11:32 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis: Use "disPerl:H" instead
	of "disPerl:Q" for hash keys.
	(expandQName): Removed the "g" option from the "s///",
	which was very serious and difficult bug.

++ manakai/lib/Message/Util/ChangeLog	24 Sep 2005 11:01:40 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
	properties.
	(mn:stemName, mn:refName): New properties.

	* Makefile (.discore-all.pm): New rule to create dis-related
	Perl module files at once.

	* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
	(hashKeyName, hashKeyScope, anotherURI): New error parameters.

	* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
	of "disPerl:Q" for hash keys.

++ manakai/lib/Message/Util/Error/ChangeLog	24 Sep 2005 10:58:31 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis: Use "disPerl:H" instead
	of "disPerl:Q" for hash keys.

++ manakai/lib/Message/Util/DIS/ChangeLog	24 Sep 2005 11:06:19 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plCodeFragment): Takes hash key name
	from the database for "mn:node" and "DOMCore:read-only",
	where they were hardcoded.  For GetProp and SetProp
	dis tree element instructions, hash key name
	is shorten if shorter version is defined by "DISPerl:propHashKey"
	property of the corresponding resource in the database.
	(plAddHashKey): New method to check hash key name dupulication.
	(dp:plHashKey): New property.

	* Perl.dis, DNLite.dis, DISDoc.dis, DISDump.dis:
	Use "disPerl:H" instead of "disPerl:Q" for hash keys.

++ manakai/lib/Message/DOM/ChangeLog	24 Sep 2005 10:55:11 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
	and "ManakaiDOM:ManakaiDOM2".

	* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
	DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
	instead of disPerl:Q for internal property hash keys.

	* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
	definitions added.

	* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
	New resources.

	* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
	resources.

++ manakai/lib/manakai/ChangeLog	24 Sep 2005 11:08:14 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* XML.dis: The "DISPerl:propHashKey" property
	added to properties.  Now the module depends on the DISPerl
	module.

	* DISPerl.dis (DISPerl:propHashKey): New property.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24