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