/[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.29 - (hide annotations) (download)
Sat May 28 13:38:45 2005 UTC (19 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.28: +4 -0 lines
disdoc parser implemented (although it's still work in progress)

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24