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