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