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> |
113 |
|
|
114 |
|
* AngleQuoted.pm: New module. |
115 |
|
* Mailbox.pm, URI.pm: Use AngleQuoted.pm |
116 |
|
|
117 |
|
2002-06-09 wakaba <w@suika.fam.cx> |
118 |
|
|
119 |
|
* Addresses.pm (_delete_match): 'addr-spec': new 'by' option. |
120 |
|
* ContentType.pm: |
121 |
|
- (_save_param): Call _parse_param_value if parse_all. |
122 |
|
- (_parse_value): New function. Check Message::MIME::MediaType. |
123 |
|
* CSV.pm (use_comment): New option. |
124 |
|
* Date.pm: |
125 |
|
- (zone): New method. |
126 |
|
- (set_datetime): Likewise. |
127 |
|
* Mailbox.pm (display_name): New method. |
128 |
|
* Numval.pm (use_comment): New option. |
129 |
|
* Param.pm (_parse_param_value): New function. |
130 |
|
* Structured.pm: |
131 |
|
- (_add_return_value, _replace_return_value): New functions. |
132 |
|
- (_parse_value): Sync with Message::Entity's. |
133 |
|
- (option): Sync with Message::Entity's. |
134 |
|
- (option): '-recursive': new option. |
135 |
|
- (_option_recursive): New function. |
136 |
|
|
137 |
|
2002-05-17 wakaba <w@suika.fam.cx> |
138 |
|
|
139 |
|
* Mailbox.pm: Bug fix and minor changes. |
140 |
|
* URI.pm: Remade. It is now designed by M::F::Mailbox |
141 |
|
like interface. |
142 |
|
|
143 |
|
2002-05-16 wakaba <w@suika.fam.cx> |
144 |
|
|
145 |
|
* Date.pm: Remade. |
146 |
|
|
147 |
|
2002-05-15 wakaba <w@suika.fam.cx> |
148 |
|
|
149 |
|
* Address.pm: Removed. |
150 |
|
* Domain.pm: Bug fix (doesn't treat four-sub-domain- |
151 |
|
domain as (invalid) IPv4 address). |
152 |
|
* Mailbox.pm (addr_spec): New method. |
153 |
|
* Addresses.pm (addr_spec): Likewise. |
154 |
|
|
155 |
|
* Structured.pm (option): Doesn't treat ( "-" option-name ) |
156 |
|
as an alias of option-name. (A ( "-" option-name ) should |
157 |
|
be recognized as an option for 'option' method.) |
158 |
|
|
159 |
|
2002-05-14 wakaba <w@suika.fam.cx> |
160 |
|
|
161 |
|
* Addresses.pm, Mailbox.pm, Domain.pm |
162 |
|
(sons-of-Address.pm): New modules. |
163 |
|
* Structured.pm: |
164 |
|
- (method_available): New method. |
165 |
|
- (clone): Checks _MEMBERS option. |
166 |
|
- (comment_add, comment_count, comment_delete, comment_item): |
167 |
|
New methods. |
168 |
|
- (item): Implemented. |
169 |
|
- (_delete_empty): Commentout default action. |
170 |
|
- (add, replace): Fix bug (parse option didn't work). |
171 |
|
* MsgID.pm: Don't use non-(ALPHA / DIGIT) as the first |
172 |
|
character of id-left. |
173 |
|
* Date.pm: Understands month name "Sept". |
174 |
|
|
175 |
|
2002-05-08 wakaba <w@suika.fam.cx> |
176 |
|
|
177 |
|
* Structured.pm (item, method_available): New methods. |
178 |
|
* Addresses.pm: New module. |
179 |
|
|
180 |
|
2002-05-04 wakaba <w@suika.fam.cx> |
181 |
|
|
182 |
|
* XMoe.pm: New module. |
183 |
|
* CSV.pm: Use XMoe.pm. |
184 |
|
|
185 |
|
* MsgID/: Removed. |
186 |
|
|
187 |
|
2002-04-27 wakaba <w@suika.fam.cx> |
188 |
|
|
189 |
|
* MsgIDs.pm: New module. |
190 |
|
* MsgID.pm: Remade. |
191 |
|
|
192 |
|
2002-04-22 wakaba <w@suika.fam.cx> |
193 |
|
|
194 |
|
* Makefile: New file. |
195 |
|
|
196 |
|
* Received.pm: Reformed. |
197 |
|
|
198 |
|
2002-04-21 wakaba <w@suika.fam.cx> |
199 |
|
|
200 |
|
* ValueParams.pm: Merged ContentDisposition.pm. |
201 |
|
* ContentDisposition.pm: Removed. |
202 |
|
* ContentType.pm: Reformed. |
203 |
|
|
204 |
|
2002-04-13 wakaba <w@suika.fam.cx> |
205 |
|
|
206 |
|
* Path.pm: Reformed. |
207 |
|
|
208 |
|
2002-04-06 wakaba <w@suika.fam.cx> |
209 |
|
|
210 |
|
* UA.pm: Reformed. |
211 |
|
|
212 |
|
2002-04-05 wakaba <w@suika.fam.cx> |
213 |
|
|
214 |
|
* Structured.pm, Unstructured.pm: Use new style. |
215 |
|
* Numval.pm: Use base Structured.pm. |
216 |
|
|
217 |
|
2002-04-02 wakaba <w@suika.fam.cx> |
218 |
|
|
219 |
|
* Path.pm: New module. |
220 |
|
|
221 |
|
2002-04-01 wakaba <w@suika.fam.cx> |
222 |
|
|
223 |
|
* URI.pm (uri): New method. |
224 |
|
|
225 |
|
2002-03-31 wakaba <w@suika.fam.cx> |
226 |
|
|
227 |
|
* URI.pm: New module. |
228 |
|
* Numval.pm: Likewise. |
229 |
|
|
230 |
|
2002-03-28 wakaba <w@suika.fam.cx> |
231 |
|
|
232 |
|
* Address.pm (dont_reply): New method. |
233 |
|
(keyword): New method. |
234 |
|
* Date.pm (as_rfc822_time): Fix typo of C<day-of-week>. |
235 |
|
|
236 |
|
2002-03-26 wakaba <w@suika.fam.cx> |
237 |
|
|
238 |
|
* UA.pm: New module. |
239 |
|
|
240 |
|
2002-03-25 wakaba <w@suika.fam.cx> |
241 |
|
|
242 |
|
* Address.pm, CSV.pm, Params.pm, Unstructured.pm, |
243 |
|
ValueParams.pm: Call hook function for character |
244 |
|
code convertion and decoding encoded-word when |
245 |
|
parse or stringify. |
246 |
|
|
247 |
2002-03-23 wakaba <w@suika.fam.cx> |
2002-03-23 wakaba <w@suika.fam.cx> |
248 |
|
|
249 |
* Params.pm, ContentType.pm, ContentDisposition.pm, |
* Params.pm, ContentType.pm, ContentDisposition.pm, |