/[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.28 - (hide annotations) (download)
Tue May 24 12:04:01 2005 UTC (19 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.27: +5 -0 lines
More interfaces defined in DISDoc module

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24