1 |
|
2003-12-01 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Error.pm (___get_error_def): Now support inherit. (It was not work.) |
4 |
|
|
5 |
|
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* Error.pm: Use Message::Util::Formatter::Text to construct error messages. |
8 |
|
|
9 |
|
2003-11-13 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Formatter: New directory. |
12 |
|
|
13 |
|
2003-11-12 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* Error.pm: Rewritten. |
16 |
|
|
17 |
|
2003-10-25 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* Formatter.pm (replace): Allow '%foo () ;'. |
20 |
|
|
21 |
|
2003-09-17 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HostPermit.pm: New module. |
24 |
|
|
25 |
|
2003-08-05 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* Error.pm (_default_error_handler): Syntax fix. |
28 |
|
|
29 |
|
* Error/: New directory. |
30 |
|
|
31 |
|
2003-07-29 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* Error.pm: New module. |
34 |
|
|
35 |
|
2003-05-10 Wakaba <w@offweb.ddo.jp> |
36 |
|
|
37 |
|
* Formatter.pm (replace): Bug fix of pattern. |
38 |
|
|
39 |
|
2003-04-29 Wakaba <w@offweb.ddo.jp> |
40 |
|
|
41 |
|
* Formatter.pm (replace): {...} block is supported. |
42 |
|
(Message::Util::Formatter::_returned): New package. It is very very tiny |
43 |
|
subset of SuikaWiki::Markup::XML. |
44 |
|
(replace): Return structured string, not bare string. This function is |
45 |
|
useful to make tree (such as XML's) from formatting template (and its nested |
46 |
|
parameters). |
47 |
|
|
48 |
|
2003-03-28 Wakaba <w@offweb.ddo.jp> |
49 |
|
|
50 |
|
* Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified. |
51 |
|
(replace): Replace '-' to '_' in attr name. |
52 |
|
|
53 |
|
2003-01-26 Wakaba <w@cube.wakaba.ssm> |
54 |
|
|
55 |
|
* Formatter.pm (replace): Trim attribute name/value pair. |
56 |
|
|
57 |
|
2003-01-04 Wakaba <w@suika.fam.cx> |
58 |
|
|
59 |
|
* Formatter.pm (replace): Don't split by ',' in quoted-strings. |
60 |
|
|
61 |
|
2002-12-15 Wakaba <w@suika.fam.cx> |
62 |
|
|
63 |
|
* Formatter.pm (%char;): Removed. |
64 |
|
|
65 |
|
2002-12-05 Wakaba <w@suika.fam.cx> |
66 |
|
|
67 |
|
* Formatter.pm (%FMT2TXT): New (internal) initial format rule, |
68 |
|
"-bare_text". |
69 |
|
(replace): "Replace" non-%-text with "-bare_text" rule. |
70 |
|
(pod): Methods and initial rules are documented. |
71 |
|
|
72 |
2002-12-04 Wakaba <w@suika.fam.cx> |
2002-12-04 Wakaba <w@suika.fam.cx> |
73 |
|
|
74 |
* Formatter.pm (replace): Accept ")" in quoted-string. |
* Formatter.pm (replace): Accept ")" in quoted-string. |