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> |
38 |
|
|
39 |
|
* TypedText.pm: New module. |
40 |
|
|
41 |
|
2002-06-29 Wakaba <w@suika.fam.cx> |
42 |
|
|
43 |
|
* ContentType.pm, Params.pm, ValueParams.pm, |
44 |
|
XMoe.pm: Rewritten. |
45 |
|
|
46 |
|
2002-06-23 Wakaba <w@suika.fam.cx> |
47 |
|
|
48 |
|
* AngleQuoted.pm (%REG): Don't define regex locally. |
49 |
|
(Moved to Message::Util). |
50 |
|
* ContentType.pm, Date.pm, UA.pm, |
51 |
|
ValueParams.pm: Fix some codes not to be warned |
52 |
|
as 'Use of uninitialized value'. |
53 |
|
* Structured.pm |
54 |
|
(header_default_charset, header_default_charset_input): |
55 |
|
New options. |
56 |
|
|
57 |
|
2002-06-16 wakaba <w@suika.fam.cx> |
58 |
|
|
59 |
|
* MsgID.pm: Check '.test' reserved TLD if '-validate'. |
60 |
|
* UA.pm (add_our_name): New method (moved from |
61 |
|
Message::Entity). |
62 |
|
* ListID.pm, XFace.pm: New modules. |
63 |
|
|
64 |
|
2002-06-15 wakaba <w@suika.fam.cx> |
65 |
|
|
66 |
|
* AngleQuoted.pm: New module. |
67 |
|
* Mailbox.pm, URI.pm: Use AngleQuoted.pm |
68 |
|
|
69 |
|
2002-06-09 wakaba <w@suika.fam.cx> |
70 |
|
|
71 |
|
* Addresses.pm (_delete_match): 'addr-spec': new 'by' option. |
72 |
|
* ContentType.pm: |
73 |
|
- (_save_param): Call _parse_param_value if parse_all. |
74 |
|
- (_parse_value): New function. Check Message::MIME::MediaType. |
75 |
|
* CSV.pm (use_comment): New option. |
76 |
|
* Date.pm: |
77 |
|
- (zone): New method. |
78 |
|
- (set_datetime): Likewise. |
79 |
|
* Mailbox.pm (display_name): New method. |
80 |
|
* Numval.pm (use_comment): New option. |
81 |
|
* Param.pm (_parse_param_value): New function. |
82 |
|
* Structured.pm: |
83 |
|
- (_add_return_value, _replace_return_value): New functions. |
84 |
|
- (_parse_value): Sync with Message::Entity's. |
85 |
|
- (option): Sync with Message::Entity's. |
86 |
|
- (option): '-recursive': new option. |
87 |
|
- (_option_recursive): New function. |
88 |
|
|
89 |
2002-05-17 wakaba <w@suika.fam.cx> |
2002-05-17 wakaba <w@suika.fam.cx> |
90 |
|
|
91 |
* Mailbox.pm: Bug fix and minor changes. |
* Mailbox.pm: Bug fix and minor changes. |