1 |
|
2002-08-01 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Unstructured.pm: Rewritten. |
4 |
|
* Subject.pm: Likewise. Support Japanese government's |
5 |
|
spam mail prefix if Perl has defined $^V (=~ has UTF-8 support). |
6 |
|
|
7 |
|
2002-07-30 Wakaba <w@suika.fam.cx> |
8 |
|
|
9 |
|
* UA.pm: |
10 |
|
- (add, replace, item, delete): Reimplemented (or newly |
11 |
|
implemented) by standard Message::Field::Structured method. |
12 |
|
- (product, product_name, product_version, product_comment): |
13 |
|
Removed. (Use item method instead.) |
14 |
|
- (parse): Use robust regex instead of strict usefor |
15 |
|
format regex. (Accept bare non-token characters |
16 |
|
as far as possible.) |
17 |
|
|
18 |
|
2002-07-28 Wakaba <w@suika.fam.cx> |
19 |
|
|
20 |
|
* UA.pm (add_rcs, replace_rcs): New methods. |
21 |
|
|
22 |
2002-07-22 Wakaba <w@suika.fam.cx> |
2002-07-22 Wakaba <w@suika.fam.cx> |
23 |
|
|
24 |
* XMoe.pm (_decode_parameters): Don't push 'of' pseudo |
* XMoe.pm (_decode_parameters): Don't push 'of' pseudo |
27 |
and so being broken.) (Giving also 'section_no' to the hash |
and so being broken.) (Giving also 'section_no' to the hash |
28 |
and passing to SUPER::_decode_parameters was another way |
and passing to SUPER::_decode_parameters was another way |
29 |
to do it.) |
to do it.) |
30 |
|
* UA.pm (add_our_name): Undef $@ after eval of use Config |
31 |
|
and use Win32. |
32 |
|
|
33 |
2002-07-21 Wakaba <w@suika.fam.cx> |
2002-07-21 Wakaba <w@suika.fam.cx> |
34 |
|
|