1 |
|
2002-07-30 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* UA.pm: |
4 |
|
- (add, replace, item, delete): Reimplemented (or newly |
5 |
|
implemented) by standard Message::Field::Structured method. |
6 |
|
- (product, product_name, product_version, product_comment): |
7 |
|
Removed. (Use item method instead.) |
8 |
|
- (parse): Use robust regex instead of strict usefor |
9 |
|
format regex. (Accept bare non-token characters |
10 |
|
as far as possible.) |
11 |
|
|
12 |
|
2002-07-28 Wakaba <w@suika.fam.cx> |
13 |
|
|
14 |
|
* UA.pm (add_rcs, replace_rcs): New methods. |
15 |
|
|
16 |
|
2002-07-22 Wakaba <w@suika.fam.cx> |
17 |
|
|
18 |
|
* XMoe.pm (_decode_parameters): Don't push 'of' pseudo |
19 |
|
parameter to @$param before SUPER::_decode_parameters. |
20 |
|
(To prevent its value from being reinterpreted incorrectly |
21 |
|
and so being broken.) (Giving also 'section_no' to the hash |
22 |
|
and passing to SUPER::_decode_parameters was another way |
23 |
|
to do it.) |
24 |
|
* UA.pm (add_our_name): Undef $@ after eval of use Config |
25 |
|
and use Win32. |
26 |
|
|
27 |
|
2002-07-21 Wakaba <w@suika.fam.cx> |
28 |
|
|
29 |
|
* Structured.pm (_parse_value): Inherit header_default_charset, |
30 |
|
header_default_charset_input, body_default_charset, |
31 |
|
body_default_charset_input. |
32 |
|
|
33 |
|
2002-07-13 Wakaba <w@suika.fam.cx> |
34 |
|
|
35 |
|
* MDNDisposition.pm, ReportingUA.pm: New modules. |
36 |
|
|
37 |
2002-07-08 Wakaba <w@suika.fam.cx> |
2002-07-08 Wakaba <w@suika.fam.cx> |
38 |
|
|
39 |
* TypedText.pm: New module. |
* TypedText.pm: New module. |