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