/[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.6 by w, Sun Jan 26 01:35:40 2003 UTC revision 1.35 by wakaba, Thu Sep 1 17:07:20 2005 UTC
# Line 1  Line 1 
1    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
4            supported.
5    
6    2005-08-31  Wakaba  <wakaba@suika.fam.cx>
7    
8            * DIS.dis (uris): New attribute.
9    
10    2005-08-30  Wakaba  <wakaba@suika.fam.cx>
11    
12            * DIS.dis (plFilePathStem): New attribute.
13    
14    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
15    
16            * DIS.dis (plFileNameStem): New attribute.
17    
18    2005-08-28  Wakaba  <wakaba@suika.fam.cx>
19    
20            * DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported.
21    
22    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
23    
24            * DIS.dis: Typo fixed for replacing namespace URI and local name
25            in reflecting code.
26            (mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI"
27            attribute values as their default.
28            (mvPrefix, qnameValuePrefix): New attributes.
29    
30            * ManakaiNode.dis: Tests whether "defined" rather than true or not
31            in "while" conditions.
32    
33    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
34    
35            * ManakaiNode.dis (Util:): Now Perl package name for interfaces
36            is defined.
37    
38            * DIS.dis (mediaTypeURI): Returns $defaultMediaType
39            parameter value if dis:ContentType attribute is missing.
40    
41            * ManakaiNode.dis (importTree): Use "isa" function
42            to check whether a object is an instance of the manakai
43            node model.
44            (NodeStem, NodeRef): New lightweight variant
45            of ManakaiDOM:ManakaiDOMNodeObject
46            and ManakaiDOM:ManakaiDOMNodeReference.
47    
48    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
49    
50            * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
51            even if DOMMetaImpl:provideFeature has child nodes but
52            they are not DOMMetaImpl:providedThrough a ImplFeature
53            statement is generated.
54            (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
55    
56    2005-05-26  Wakaba  <wakaba@suika.fam.cx>
57    
58            * Makefile: Rules for DISDoc module added.
59    
60    2005-05-23  Wakaba  <wakaba@suika.fam.cx>
61    
62            * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
63            ManakaiDISModuleDefinition): "getFeature" method added.
64    
65    2005-03-06  Wakaba  <wakaba@suika.fam.cx>
66    
67            * DIS.dis (Require): Loads PerlCode module.
68    
69    2005-03-05  Wakaba  <wakaba@suika.fam.cx>
70    
71            * PerlCode.dis: Operator overloading is implemented.
72    
73    2005-03-04  Wakaba  <wakaba@suika.fam.cx>
74    
75            * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
76            module's binding properties.
77    
78    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
79    
80            * PerlCode.dis: New module.
81    
82    2005-02-26  Wakaba  <wakaba@suika.fam.cx>
83    
84            * DIS.dis (DISModuleResolver): New interface.
85    
86    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
87    
88            * DIS.dis: New module.
89    
90            * ManakaiNode.dis: New "subnode0" property category introduced.
91    
92    2005-02-17  Wakaba  <wakaba@suika.fam.cx>
93    
94            * ManakaiNode.dis: New module.
95    
96    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
97    
98            * Error.pm (___rule_def[p]): Don't output anything if not exists
99            that parameter.
100    
101    2004-09-30  Wakaba  <wakaba@suika.fam.cx>
102    
103            * Error.pm (___rule_def): "p" added; now "t" is obsolete.
104    
105    2004-04-02  Wakaba  <wakaba@suika.fam.cx>
106    
107            * Error.pm (report): Error depth fixed.
108            (___rule_def:t): New parameters empty and undef introduced.
109    
110    2004-01-17  Wakaba  <wakaba@suika.fam.cx>
111    
112            * Error.pm: Some fixes w.r.t. Error::Depth.
113    
114    2003-12-06  Wakaba  <wakaba@suika.fam.cx>
115    
116            * Error.pm (___error_def): Renamed from ___errors.
117    
118    2003-12-01  Wakaba  <wakaba@suika.fam.cx>
119    
120            * Error.pm (___get_error_def): Now support inherit. (It was not work.)
121    
122    2003-11-15  Wakaba  <wakaba@suika.fam.cx>
123    
124            * Error.pm: Use Message::Util::Formatter::Text to construct error messages.
125    
126    2003-11-13  Wakaba  <wakaba@suika.fam.cx>
127    
128            * Formatter: New directory.
129    
130    2003-11-12  Wakaba  <wakaba@suika.fam.cx>
131    
132            * Error.pm: Rewritten.
133    
134    2003-10-25  Wakaba  <wakaba@suika.fam.cx>
135    
136            * Formatter.pm (replace): Allow '%foo () ;'.
137    
138    2003-09-17  Wakaba  <wakaba@suika.fam.cx>
139    
140            * HostPermit.pm: New module.
141    
142    2003-08-05  Wakaba  <wakaba@suika.fam.cx>
143    
144            * Error.pm (_default_error_handler): Syntax fix.
145    
146            * Error/: New directory.
147    
148    2003-07-29  Wakaba  <wakaba@suika.fam.cx>
149    
150            * Error.pm: New module.
151    
152    2003-05-10  Wakaba  <w@offweb.ddo.jp>
153    
154            * Formatter.pm (replace): Bug fix of pattern.
155    
156    2003-04-29  Wakaba  <w@offweb.ddo.jp>
157    
158            * Formatter.pm (replace): {...} block is supported.
159            (Message::Util::Formatter::_returned): New package.  It is very very tiny
160            subset of SuikaWiki::Markup::XML.
161            (replace): Return structured string, not bare string.  This function is
162            useful to make tree (such as XML's) from formatting template (and its nested
163            parameters).
164    
165    2003-03-28  Wakaba  <w@offweb.ddo.jp>
166    
167            * Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
168            (replace): Replace '-' to '_' in attr name.
169    
170  2003-01-26  Wakaba  <w@cube.wakaba.ssm>  2003-01-26  Wakaba  <w@cube.wakaba.ssm>
171    
172          * Formatter.pm (replace): Trim attribute name/value pair.          * Formatter.pm (replace): Trim attribute name/value pair.

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.35

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24