/[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.31 - (hide annotations) (download)
Mon Aug 15 07:59:41 2005 UTC (19 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.30: +9 -0 lines
lib/Message/Util/DIS/DISDoc.dis: Parsing of lexical types dis:TypeQName and dis:TFQNames implemented

1 wakaba 1.31 2005-08-15 Wakaba <wakaba@suika.fam.cx>
2    
3     * DIS.dis (mediaTypeURI): Returns $defaultMediaType
4     parameter value if dis:ContentType attribute is missing.
5    
6     * ManakaiNode.dis (importTree): Use "isa" function
7     to check whether a object is an instance of the manakai
8     node model.
9    
10 wakaba 1.30 2005-05-29 Wakaba <wakaba@suika.fam.cx>
11    
12     * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
13     even if DOMMetaImpl:provideFeature has child nodes but
14     they are not DOMMetaImpl:providedThrough a ImplFeature
15     statement is generated.
16     (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
17    
18 wakaba 1.29 2005-05-26 Wakaba <wakaba@suika.fam.cx>
19    
20     * Makefile: Rules for DISDoc module added.
21    
22 wakaba 1.28 2005-05-23 Wakaba <wakaba@suika.fam.cx>
23    
24     * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
25     ManakaiDISModuleDefinition): "getFeature" method added.
26    
27 wakaba 1.27 2005-03-06 Wakaba <wakaba@suika.fam.cx>
28    
29     * DIS.dis (Require): Loads PerlCode module.
30    
31 wakaba 1.26 2005-03-05 Wakaba <wakaba@suika.fam.cx>
32    
33     * PerlCode.dis: Operator overloading is implemented.
34    
35 wakaba 1.25 2005-03-04 Wakaba <wakaba@suika.fam.cx>
36    
37     * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
38     module's binding properties.
39    
40 wakaba 1.24 2005-03-03 Wakaba <wakaba@suika.fam.cx>
41    
42     * PerlCode.dis: New module.
43    
44 wakaba 1.23 2005-02-26 Wakaba <wakaba@suika.fam.cx>
45    
46     * DIS.dis (DISModuleResolver): New interface.
47    
48 wakaba 1.22 2005-02-21 Wakaba <wakaba@suika.fam.cx>
49    
50     * DIS.dis: New module.
51    
52     * ManakaiNode.dis: New "subnode0" property category introduced.
53    
54 wakaba 1.21 2005-02-17 Wakaba <wakaba@suika.fam.cx>
55    
56     * ManakaiNode.dis: New module.
57    
58 wakaba 1.20 2005-01-05 Wakaba <wakaba@suika.fam.cx>
59    
60     * Error.pm (___rule_def[p]): Don't output anything if not exists
61     that parameter.
62    
63 wakaba 1.19 2004-09-30 Wakaba <wakaba@suika.fam.cx>
64    
65     * Error.pm (___rule_def): "p" added; now "t" is obsolete.
66    
67 wakaba 1.18 2004-04-02 Wakaba <wakaba@suika.fam.cx>
68    
69     * Error.pm (report): Error depth fixed.
70     (___rule_def:t): New parameters empty and undef introduced.
71    
72 wakaba 1.17 2004-01-17 Wakaba <wakaba@suika.fam.cx>
73    
74     * Error.pm: Some fixes w.r.t. Error::Depth.
75    
76 wakaba 1.16 2003-12-06 Wakaba <wakaba@suika.fam.cx>
77    
78     * Error.pm (___error_def): Renamed from ___errors.
79    
80 wakaba 1.15 2003-12-01 Wakaba <wakaba@suika.fam.cx>
81    
82     * Error.pm (___get_error_def): Now support inherit. (It was not work.)
83    
84 wakaba 1.14 2003-11-15 Wakaba <wakaba@suika.fam.cx>
85    
86     * Error.pm: Use Message::Util::Formatter::Text to construct error messages.
87    
88     2003-11-13 Wakaba <wakaba@suika.fam.cx>
89    
90     * Formatter: New directory.
91    
92     2003-11-12 Wakaba <wakaba@suika.fam.cx>
93    
94     * Error.pm: Rewritten.
95    
96 wakaba 1.13 2003-10-25 Wakaba <wakaba@suika.fam.cx>
97    
98     * Formatter.pm (replace): Allow '%foo () ;'.
99    
100 wakaba 1.12 2003-09-17 Wakaba <wakaba@suika.fam.cx>
101    
102     * HostPermit.pm: New module.
103    
104 wakaba 1.11 2003-08-05 Wakaba <wakaba@suika.fam.cx>
105    
106     * Error.pm (_default_error_handler): Syntax fix.
107    
108     * Error/: New directory.
109    
110 wakaba 1.10 2003-07-29 Wakaba <wakaba@suika.fam.cx>
111    
112     * Error.pm: New module.
113    
114 wakaba 1.9 2003-05-10 Wakaba <w@offweb.ddo.jp>
115    
116     * Formatter.pm (replace): Bug fix of pattern.
117    
118 wakaba 1.8 2003-04-29 Wakaba <w@offweb.ddo.jp>
119    
120     * Formatter.pm (replace): {...} block is supported.
121     (Message::Util::Formatter::_returned): New package. It is very very tiny
122     subset of SuikaWiki::Markup::XML.
123     (replace): Return structured string, not bare string. This function is
124     useful to make tree (such as XML's) from formatting template (and its nested
125     parameters).
126    
127 wakaba 1.7 2003-03-28 Wakaba <w@offweb.ddo.jp>
128    
129     * Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
130     (replace): Replace '-' to '_' in attr name.
131    
132 w 1.6 2003-01-26 Wakaba <w@cube.wakaba.ssm>
133    
134     * Formatter.pm (replace): Trim attribute name/value pair.
135    
136 w 1.5 2003-01-04 Wakaba <w@suika.fam.cx>
137    
138     * Formatter.pm (replace): Don't split by ',' in quoted-strings.
139    
140 wakaba 1.4 2002-12-15 Wakaba <w@suika.fam.cx>
141    
142     * Formatter.pm (%char;): Removed.
143    
144 wakaba 1.3 2002-12-05 Wakaba <w@suika.fam.cx>
145    
146     * Formatter.pm (%FMT2TXT): New (internal) initial format rule,
147     "-bare_text".
148     (replace): "Replace" non-%-text with "-bare_text" rule.
149     (pod): Methods and initial rules are documented.
150    
151 wakaba 1.2 2002-12-04 Wakaba <w@suika.fam.cx>
152    
153     * Formatter.pm (replace): Accept ")" in quoted-string.
154    
155 wakaba 1.1 2002-11-13 Wakaba <w@suika.fam.cx>
156    
157     * ChangeLog: New file.
158     * Formatter.pm: New module.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24