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 |
|
* Domain.pm (parse): Allow FWS surrounding the port number. |
8 |
|
|
9 |
|
2002-08-04 Wakaba <w@suika.fam.cx> |
10 |
|
|
11 |
|
* Warning.pm: New module. |
12 |
|
* CSV.pm (_delete_empty): Don't remove reference |
13 |
|
if the length of its stringified value is zero. |
14 |
|
* Domain.pm: Parse and output port number if enabled by option. |
15 |
|
* Date.pm (overload '==', '<=', '>='): Added. |
16 |
|
|
17 |
|
2002-08-03 Wakaba <w@suika.fam.cx> |
18 |
|
|
19 |
|
* Status.pm: New module. |
20 |
|
* URI.pm: Support RFC 1808's Base: field. |
21 |
|
|
22 |
|
2002-08-01 Wakaba <w@suika.fam.cx> |
23 |
|
|
24 |
|
* Unstructured.pm: Rewritten. |
25 |
|
* Subject.pm: Likewise. Support Japanese government's |
26 |
|
spam mail prefix if Perl has defined $^V (=~ has UTF-8 support). |
27 |
|
* CSV.pm: Reformatted. |
28 |
|
|
29 |
|
2002-07-30 Wakaba <w@suika.fam.cx> |
30 |
|
|
31 |
|
* UA.pm: |
32 |
|
- (add, replace, item, delete): Reimplemented (or newly |
33 |
|
implemented) by standard Message::Field::Structured method. |
34 |
|
- (product, product_name, product_version, product_comment): |
35 |
|
Removed. (Use item method instead.) |
36 |
|
- (parse): Use robust regex instead of strict usefor |
37 |
|
format regex. (Accept bare non-token characters |
38 |
|
as far as possible.) |
39 |
|
|
40 |
|
2002-07-28 Wakaba <w@suika.fam.cx> |
41 |
|
|
42 |
|
* UA.pm (add_rcs, replace_rcs): New methods. |
43 |
|
|
44 |
|
2002-07-22 Wakaba <w@suika.fam.cx> |
45 |
|
|
46 |
|
* XMoe.pm (_decode_parameters): Don't push 'of' pseudo |
47 |
|
parameter to @$param before SUPER::_decode_parameters. |
48 |
|
(To prevent its value from being reinterpreted incorrectly |
49 |
|
and so being broken.) (Giving also 'section_no' to the hash |
50 |
|
and passing to SUPER::_decode_parameters was another way |
51 |
|
to do it.) |
52 |
|
* UA.pm (add_our_name): Undef $@ after eval of use Config |
53 |
|
and use Win32. |
54 |
|
|
55 |
|
2002-07-21 Wakaba <w@suika.fam.cx> |
56 |
|
|
57 |
|
* Structured.pm (_parse_value): Inherit header_default_charset, |
58 |
|
header_default_charset_input, body_default_charset, |
59 |
|
body_default_charset_input. |
60 |
|
|
61 |
|
2002-07-13 Wakaba <w@suika.fam.cx> |
62 |
|
|
63 |
|
* MDNDisposition.pm, ReportingUA.pm: New modules. |
64 |
|
|
65 |
|
2002-07-08 Wakaba <w@suika.fam.cx> |
66 |
|
|
67 |
|
* TypedText.pm: New module. |
68 |
|
|
69 |
|
2002-06-29 Wakaba <w@suika.fam.cx> |
70 |
|
|
71 |
|
* ContentType.pm, Params.pm, ValueParams.pm, |
72 |
|
XMoe.pm: Rewritten. |
73 |
|
|
74 |
|
2002-06-23 Wakaba <w@suika.fam.cx> |
75 |
|
|
76 |
|
* AngleQuoted.pm (%REG): Don't define regex locally. |
77 |
|
(Moved to Message::Util). |
78 |
|
* ContentType.pm, Date.pm, UA.pm, |
79 |
|
ValueParams.pm: Fix some codes not to be warned |
80 |
|
as 'Use of uninitialized value'. |
81 |
|
* Structured.pm |
82 |
|
(header_default_charset, header_default_charset_input): |
83 |
|
New options. |
84 |
|
|
85 |
|
2002-06-16 wakaba <w@suika.fam.cx> |
86 |
|
|
87 |
|
* MsgID.pm: Check '.test' reserved TLD if '-validate'. |
88 |
|
* UA.pm (add_our_name): New method (moved from |
89 |
|
Message::Entity). |
90 |
|
* ListID.pm, XFace.pm: New modules. |
91 |
|
|
92 |
|
2002-06-15 wakaba <w@suika.fam.cx> |
93 |
|
|
94 |
|
* AngleQuoted.pm: New module. |
95 |
|
* Mailbox.pm, URI.pm: Use AngleQuoted.pm |
96 |
|
|
97 |
|
2002-06-09 wakaba <w@suika.fam.cx> |
98 |
|
|
99 |
|
* Addresses.pm (_delete_match): 'addr-spec': new 'by' option. |
100 |
|
* ContentType.pm: |
101 |
|
- (_save_param): Call _parse_param_value if parse_all. |
102 |
|
- (_parse_value): New function. Check Message::MIME::MediaType. |
103 |
|
* CSV.pm (use_comment): New option. |
104 |
|
* Date.pm: |
105 |
|
- (zone): New method. |
106 |
|
- (set_datetime): Likewise. |
107 |
|
* Mailbox.pm (display_name): New method. |
108 |
|
* Numval.pm (use_comment): New option. |
109 |
|
* Param.pm (_parse_param_value): New function. |
110 |
|
* Structured.pm: |
111 |
|
- (_add_return_value, _replace_return_value): New functions. |
112 |
|
- (_parse_value): Sync with Message::Entity's. |
113 |
|
- (option): Sync with Message::Entity's. |
114 |
|
- (option): '-recursive': new option. |
115 |
|
- (_option_recursive): New function. |
116 |
|
|
117 |
|
2002-05-17 wakaba <w@suika.fam.cx> |
118 |
|
|
119 |
|
* Mailbox.pm: Bug fix and minor changes. |
120 |
|
* URI.pm: Remade. It is now designed by M::F::Mailbox |
121 |
|
like interface. |
122 |
|
|
123 |
|
2002-05-16 wakaba <w@suika.fam.cx> |
124 |
|
|
125 |
|
* Date.pm: Remade. |
126 |
|
|
127 |
|
2002-05-15 wakaba <w@suika.fam.cx> |
128 |
|
|
129 |
|
* Address.pm: Removed. |
130 |
|
* Domain.pm: Bug fix (doesn't treat four-sub-domain- |
131 |
|
domain as (invalid) IPv4 address). |
132 |
|
* Mailbox.pm (addr_spec): New method. |
133 |
|
* Addresses.pm (addr_spec): Likewise. |
134 |
|
|
135 |
|
* Structured.pm (option): Doesn't treat ( "-" option-name ) |
136 |
|
as an alias of option-name. (A ( "-" option-name ) should |
137 |
|
be recognized as an option for 'option' method.) |
138 |
|
|
139 |
|
2002-05-14 wakaba <w@suika.fam.cx> |
140 |
|
|
141 |
|
* Addresses.pm, Mailbox.pm, Domain.pm |
142 |
|
(sons-of-Address.pm): New modules. |
143 |
|
* Structured.pm: |
144 |
|
- (method_available): New method. |
145 |
|
- (clone): Checks _MEMBERS option. |
146 |
|
- (comment_add, comment_count, comment_delete, comment_item): |
147 |
|
New methods. |
148 |
|
- (item): Implemented. |
149 |
|
- (_delete_empty): Commentout default action. |
150 |
|
- (add, replace): Fix bug (parse option didn't work). |
151 |
|
* MsgID.pm: Don't use non-(ALPHA / DIGIT) as the first |
152 |
|
character of id-left. |
153 |
|
* Date.pm: Understands month name "Sept". |
154 |
|
|
155 |
|
2002-05-08 wakaba <w@suika.fam.cx> |
156 |
|
|
157 |
|
* Structured.pm (item, method_available): New methods. |
158 |
|
* Addresses.pm: New module. |
159 |
|
|
160 |
2002-05-04 wakaba <w@suika.fam.cx> |
2002-05-04 wakaba <w@suika.fam.cx> |
161 |
|
|
162 |
* XMoe.pm: New module. |
* XMoe.pm: New module. |
163 |
* CSV.pm: Use XMoe.pm. |
* CSV.pm: Use XMoe.pm. |
164 |
|
|
165 |
|
* MsgID/: Removed. |
166 |
|
|
167 |
2002-04-27 wakaba <w@suika.fam.cx> |
2002-04-27 wakaba <w@suika.fam.cx> |
168 |
|
|