/[suikacvs]/messaging/manakai/lib/Message/Util/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/Util/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.37

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24