1 |
|
2002-08-04 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Warning.pm: New module. |
4 |
|
* CSV.pm (_delete_empty): Don't remove reference |
5 |
|
if the length of its stringified value is zero. |
6 |
|
* Domain.pm: Parse and output port number if enabled by option. |
7 |
|
* Date.pm (overload '==', '<=', '>='): Added. |
8 |
|
|
9 |
|
2002-08-03 Wakaba <w@suika.fam.cx> |
10 |
|
|
11 |
|
* Status.pm: New module. |
12 |
|
* URI.pm: Support RFC 1808's Base: field. |
13 |
|
|
14 |
|
2002-08-01 Wakaba <w@suika.fam.cx> |
15 |
|
|
16 |
|
* Unstructured.pm: Rewritten. |
17 |
|
* Subject.pm: Likewise. Support Japanese government's |
18 |
|
spam mail prefix if Perl has defined $^V (=~ has UTF-8 support). |
19 |
|
* CSV.pm: Reformatted. |
20 |
|
|
21 |
|
2002-07-30 Wakaba <w@suika.fam.cx> |
22 |
|
|
23 |
|
* UA.pm: |
24 |
|
- (add, replace, item, delete): Reimplemented (or newly |
25 |
|
implemented) by standard Message::Field::Structured method. |
26 |
|
- (product, product_name, product_version, product_comment): |
27 |
|
Removed. (Use item method instead.) |
28 |
|
- (parse): Use robust regex instead of strict usefor |
29 |
|
format regex. (Accept bare non-token characters |
30 |
|
as far as possible.) |
31 |
|
|
32 |
|
2002-07-28 Wakaba <w@suika.fam.cx> |
33 |
|
|
34 |
|
* UA.pm (add_rcs, replace_rcs): New methods. |
35 |
|
|
36 |
|
2002-07-22 Wakaba <w@suika.fam.cx> |
37 |
|
|
38 |
|
* XMoe.pm (_decode_parameters): Don't push 'of' pseudo |
39 |
|
parameter to @$param before SUPER::_decode_parameters. |
40 |
|
(To prevent its value from being reinterpreted incorrectly |
41 |
|
and so being broken.) (Giving also 'section_no' to the hash |
42 |
|
and passing to SUPER::_decode_parameters was another way |
43 |
|
to do it.) |
44 |
|
* UA.pm (add_our_name): Undef $@ after eval of use Config |
45 |
|
and use Win32. |
46 |
|
|
47 |
|
2002-07-21 Wakaba <w@suika.fam.cx> |
48 |
|
|
49 |
|
* Structured.pm (_parse_value): Inherit header_default_charset, |
50 |
|
header_default_charset_input, body_default_charset, |
51 |
|
body_default_charset_input. |
52 |
|
|
53 |
|
2002-07-13 Wakaba <w@suika.fam.cx> |
54 |
|
|
55 |
|
* MDNDisposition.pm, ReportingUA.pm: New modules. |
56 |
|
|
57 |
|
2002-07-08 Wakaba <w@suika.fam.cx> |
58 |
|
|
59 |
|
* TypedText.pm: New module. |
60 |
|
|
61 |
|
2002-06-29 Wakaba <w@suika.fam.cx> |
62 |
|
|
63 |
|
* ContentType.pm, Params.pm, ValueParams.pm, |
64 |
|
XMoe.pm: Rewritten. |
65 |
|
|
66 |
|
2002-06-23 Wakaba <w@suika.fam.cx> |
67 |
|
|
68 |
|
* AngleQuoted.pm (%REG): Don't define regex locally. |
69 |
|
(Moved to Message::Util). |
70 |
|
* ContentType.pm, Date.pm, UA.pm, |
71 |
|
ValueParams.pm: Fix some codes not to be warned |
72 |
|
as 'Use of uninitialized value'. |
73 |
|
* Structured.pm |
74 |
|
(header_default_charset, header_default_charset_input): |
75 |
|
New options. |
76 |
|
|
77 |
2002-06-16 wakaba <w@suika.fam.cx> |
2002-06-16 wakaba <w@suika.fam.cx> |
78 |
|
|
79 |
* MsgID.pm: Check '.test' reserved TLD if '-validate'. |
* MsgID.pm: Check '.test' reserved TLD if '-validate'. |
80 |
* UA.pm (add_our_name): New method (moved from |
* UA.pm (add_our_name): New method (moved from |
81 |
Message::Entity). |
Message::Entity). |
82 |
|
* ListID.pm, XFace.pm: New modules. |
83 |
|
|
84 |
2002-06-15 wakaba <w@suika.fam.cx> |
2002-06-15 wakaba <w@suika.fam.cx> |
85 |
|
|