/[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.42 - (hide annotations) (download)
Thu Sep 22 14:25:47 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.41: +2 -0 lines
++ manakai/lib/Message/ChangeLog	22 Sep 2005 12:48:57 -0000
2005-09-22  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Rules to build subdirectories added.

++ manakai/lib/Message/Markup/ChangeLog	22 Sep 2005 12:52:49 -0000
2005-09-22  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: DAC_SUFFIX changed to ".dad".

++ manakai/lib/Message/Util/ChangeLog	22 Sep 2005 12:52:57 -0000
	* Makefile: DAC_SUFFIX changed to ".dad".

++ manakai/lib/Message/DOM/ChangeLog	22 Sep 2005 12:52:41 -0000
2005-09-22  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: DAC_SUFFIX changed to ".dad".

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

	* Makefile: DAC_SUFFIX changed to ".dad".

++ manakai/lib/ChangeLog	22 Sep 2005 12:48:26 -0000
2005-09-22  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Old "bootstrap" rules all removed.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24