/[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.39 - (hide annotations) (download)
Mon Sep 19 16:17:51 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.38: +11 -0 lines
++ ./bin/ChangeLog	19 Sep 2005 12:05:15 -0000
2005-09-19  Wakaba  <wakaba@suika.fam.cx>

	* mkdisdump.pl (progress_inc, progress_reset): New functions.

++ ./lib/Message/Util/ChangeLog	19 Sep 2005 12:14:55 -0000
2005-09-19  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis: Parameter "databaseArg" added to various
	methods to support objects that have no associated
	database.
	(getNamespaceBindingList, getDefaultNamespaceURIRef): New
	methods.
	(NO_RDF_TYPE_ERR): New error type.
	(loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
	attribute specified for a resource definition.

++ ./lib/Message/Util/Error/ChangeLog	19 Sep 2005 12:21:57 -0000
2005-09-19  Wakaba  <wakaba@suika.fam.cx>

	* Core.dis: Missing rdf:type attribute added to classes.

++ ./lib/Message/Util/DIS/ChangeLog	19 Sep 2005 12:23:54 -0000
2005-09-19  Wakaba  <wakaba@suika.fam.cx>

	* Value.dis (sourceNodePath): New attribute.
	(DVNSValue, DVNSOrderedList): New interfaces and classes.

	* Perl.dis: Some alias definitions moved from ../DIS.dis.
	The "namespaceContext" parameters added to some methods.
	(plCodeFragment): Now Perl'ize new DISCore:Integer typed string.
	(plImplementation): Directly instantiates PCImplementation
	to reduce overheads to find an implementation by ImplementationRegistry.

++ ./lib/Message/DOM/ChangeLog	19 Sep 2005 12:08:55 -0000
2005-09-19  Wakaba  <wakaba@suika.fam.cx>

	* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
	ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
	ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
	(ManakaiDOMTimeStamp): Removed.

	* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
	longer in use).

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

	* DOMMain.dis (StringOutOfBoundsException): New exception.

++ ./lib/manakai/ChangeLog	19 Sep 2005 12:23:20 -0000
2005-09-19  Wakaba  <wakaba@suika.fam.cx>

	* DISCore.dis (DISCore:Boolean): New preferred name
	to dis:Boolean.
	(DISCore:Integer): New type.
	(dis:Value): Default type is changed to DISCore:String.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24