/[suikacvs]/messaging/manakai/lib/Message/Field/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/Field/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.50 - (show annotations) (download)
Sat Feb 14 11:26:34 2004 UTC (21 years, 5 months ago) by wakaba
Branch: MAIN
CVS Tags: before-dis2-200411
Changes since 1.49: +4 -0 lines
Typo fixed

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24