| 1 |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
| 3 |
* Error.pm (___rule_def[p]): Don't output anything if not exists |
| 4 |
that parameter. |
| 5 |
|
| 6 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
| 7 |
|
| 8 |
* Error.pm (___rule_def): "p" added; now "t" is obsolete. |
| 9 |
|
| 10 |
2004-04-02 Wakaba <wakaba@suika.fam.cx> |
| 11 |
|
| 12 |
* Error.pm (report): Error depth fixed. |
| 13 |
(___rule_def:t): New parameters empty and undef introduced. |
| 14 |
|
| 15 |
2004-01-17 Wakaba <wakaba@suika.fam.cx> |
| 16 |
|
| 17 |
* Error.pm: Some fixes w.r.t. Error::Depth. |
| 18 |
|
| 19 |
2003-12-06 Wakaba <wakaba@suika.fam.cx> |
| 20 |
|
| 21 |
* Error.pm (___error_def): Renamed from ___errors. |
| 22 |
|
| 23 |
2003-12-01 Wakaba <wakaba@suika.fam.cx> |
| 24 |
|
| 25 |
* Error.pm (___get_error_def): Now support inherit. (It was not work.) |
| 26 |
|
| 27 |
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
| 28 |
|
| 29 |
* Error.pm: Use Message::Util::Formatter::Text to construct error messages. |
| 30 |
|
| 31 |
2003-11-13 Wakaba <wakaba@suika.fam.cx> |
| 32 |
|
| 33 |
* Formatter: New directory. |
| 34 |
|
| 35 |
2003-11-12 Wakaba <wakaba@suika.fam.cx> |
| 36 |
|
| 37 |
* Error.pm: Rewritten. |
| 38 |
|
| 39 |
2003-10-25 Wakaba <wakaba@suika.fam.cx>
|
| 40 |
|
| 41 |
* Formatter.pm (replace): Allow '%foo () ;'.
|
| 42 |
|
| 43 |
2003-09-17 Wakaba <wakaba@suika.fam.cx>
|
| 44 |
|
| 45 |
* HostPermit.pm: New module.
|
| 46 |
|
| 47 |
2003-08-05 Wakaba <wakaba@suika.fam.cx>
|
| 48 |
|
| 49 |
* Error.pm (_default_error_handler): Syntax fix.
|
| 50 |
|
| 51 |
* Error/: New directory.
|
| 52 |
|
| 53 |
2003-07-29 Wakaba <wakaba@suika.fam.cx>
|
| 54 |
|
| 55 |
* Error.pm: New module.
|
| 56 |
|
| 57 |
2003-05-10 Wakaba <w@offweb.ddo.jp>
|
| 58 |
|
| 59 |
* Formatter.pm (replace): Bug fix of pattern.
|
| 60 |
|
| 61 |
2003-04-29 Wakaba <w@offweb.ddo.jp>
|
| 62 |
|
| 63 |
* Formatter.pm (replace): {...} block is supported.
|
| 64 |
(Message::Util::Formatter::_returned): New package. It is very very tiny
|
| 65 |
subset of SuikaWiki::Markup::XML.
|
| 66 |
(replace): Return structured string, not bare string. This function is
|
| 67 |
useful to make tree (such as XML's) from formatting template (and its nested
|
| 68 |
parameters).
|
| 69 |
|
| 70 |
2003-03-28 Wakaba <w@offweb.ddo.jp>
|
| 71 |
|
| 72 |
* Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
|
| 73 |
(replace): Replace '-' to '_' in attr name.
|
| 74 |
|
| 75 |
2003-01-26 Wakaba <w@cube.wakaba.ssm>
|
| 76 |
|
| 77 |
* Formatter.pm (replace): Trim attribute name/value pair.
|
| 78 |
|
| 79 |
2003-01-04 Wakaba <w@suika.fam.cx>
|
| 80 |
|
| 81 |
* Formatter.pm (replace): Don't split by ',' in quoted-strings.
|
| 82 |
|
| 83 |
2002-12-15 Wakaba <w@suika.fam.cx>
|
| 84 |
|
| 85 |
* Formatter.pm (%char;): Removed.
|
| 86 |
|
| 87 |
2002-12-05 Wakaba <w@suika.fam.cx>
|
| 88 |
|
| 89 |
* Formatter.pm (%FMT2TXT): New (internal) initial format rule,
|
| 90 |
"-bare_text".
|
| 91 |
(replace): "Replace" non-%-text with "-bare_text" rule.
|
| 92 |
(pod): Methods and initial rules are documented.
|
| 93 |
|
| 94 |
2002-12-04 Wakaba <w@suika.fam.cx>
|
| 95 |
|
| 96 |
* Formatter.pm (replace): Accept ")" in quoted-string.
|
| 97 |
|
| 98 |
2002-11-13 Wakaba <w@suika.fam.cx>
|
| 99 |
|
| 100 |
* ChangeLog: New file.
|
| 101 |
* Formatter.pm: New module.
|