1 |
wakaba |
1.8 |
2003-04-29 Wakaba <w@offweb.ddo.jp>
|
2 |
|
|
|
3 |
|
|
* Formatter.pm (replace): {...} block is supported.
|
4 |
|
|
(Message::Util::Formatter::_returned): New package. It is very very tiny
|
5 |
|
|
subset of SuikaWiki::Markup::XML.
|
6 |
|
|
(replace): Return structured string, not bare string. This function is
|
7 |
|
|
useful to make tree (such as XML's) from formatting template (and its nested
|
8 |
|
|
parameters).
|
9 |
|
|
|
10 |
wakaba |
1.7 |
2003-03-28 Wakaba <w@offweb.ddo.jp>
|
11 |
|
|
|
12 |
|
|
* Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
|
13 |
|
|
(replace): Replace '-' to '_' in attr name.
|
14 |
|
|
|
15 |
w |
1.6 |
2003-01-26 Wakaba <w@cube.wakaba.ssm>
|
16 |
|
|
|
17 |
|
|
* Formatter.pm (replace): Trim attribute name/value pair.
|
18 |
|
|
|
19 |
w |
1.5 |
2003-01-04 Wakaba <w@suika.fam.cx>
|
20 |
|
|
|
21 |
|
|
* Formatter.pm (replace): Don't split by ',' in quoted-strings.
|
22 |
|
|
|
23 |
wakaba |
1.4 |
2002-12-15 Wakaba <w@suika.fam.cx>
|
24 |
|
|
|
25 |
|
|
* Formatter.pm (%char;): Removed.
|
26 |
|
|
|
27 |
wakaba |
1.3 |
2002-12-05 Wakaba <w@suika.fam.cx>
|
28 |
|
|
|
29 |
|
|
* Formatter.pm (%FMT2TXT): New (internal) initial format rule,
|
30 |
|
|
"-bare_text".
|
31 |
|
|
(replace): "Replace" non-%-text with "-bare_text" rule.
|
32 |
|
|
(pod): Methods and initial rules are documented.
|
33 |
|
|
|
34 |
wakaba |
1.2 |
2002-12-04 Wakaba <w@suika.fam.cx>
|
35 |
|
|
|
36 |
|
|
* Formatter.pm (replace): Accept ")" in quoted-string.
|
37 |
|
|
|
38 |
wakaba |
1.1 |
2002-11-13 Wakaba <w@suika.fam.cx>
|
39 |
|
|
|
40 |
|
|
* ChangeLog: New file.
|
41 |
|
|
* Formatter.pm: New module.
|