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