/[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.39 - (show annotations) (download)
Thu Aug 1 06:42:37 2002 UTC (22 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.38: +6 -0 lines
2002-08-01  Wakaba <w@suika.fam.cx>

	* Unstructured.pm: Rewritten.
	* Subject.pm: Likewise.  Support Japanese government's
	spam mail prefix if Perl has defined $^V (=~ has UTF-8 support).

1 2002-08-01 Wakaba <w@suika.fam.cx>
2
3 * Unstructured.pm: Rewritten.
4 * Subject.pm: Likewise. Support Japanese government's
5 spam mail prefix if Perl has defined $^V (=~ has UTF-8 support).
6
7 2002-07-30 Wakaba <w@suika.fam.cx>
8
9 * UA.pm:
10 - (add, replace, item, delete): Reimplemented (or newly
11 implemented) by standard Message::Field::Structured method.
12 - (product, product_name, product_version, product_comment):
13 Removed. (Use item method instead.)
14 - (parse): Use robust regex instead of strict usefor
15 format regex. (Accept bare non-token characters
16 as far as possible.)
17
18 2002-07-28 Wakaba <w@suika.fam.cx>
19
20 * UA.pm (add_rcs, replace_rcs): New methods.
21
22 2002-07-22 Wakaba <w@suika.fam.cx>
23
24 * XMoe.pm (_decode_parameters): Don't push 'of' pseudo
25 parameter to @$param before SUPER::_decode_parameters.
26 (To prevent its value from being reinterpreted incorrectly
27 and so being broken.) (Giving also 'section_no' to the hash
28 and passing to SUPER::_decode_parameters was another way
29 to do it.)
30 * UA.pm (add_our_name): Undef $@ after eval of use Config
31 and use Win32.
32
33 2002-07-21 Wakaba <w@suika.fam.cx>
34
35 * Structured.pm (_parse_value): Inherit header_default_charset,
36 header_default_charset_input, body_default_charset,
37 body_default_charset_input.
38
39 2002-07-13 Wakaba <w@suika.fam.cx>
40
41 * MDNDisposition.pm, ReportingUA.pm: New modules.
42
43 2002-07-08 Wakaba <w@suika.fam.cx>
44
45 * TypedText.pm: New module.
46
47 2002-06-29 Wakaba <w@suika.fam.cx>
48
49 * ContentType.pm, Params.pm, ValueParams.pm,
50 XMoe.pm: Rewritten.
51
52 2002-06-23 Wakaba <w@suika.fam.cx>
53
54 * AngleQuoted.pm (%REG): Don't define regex locally.
55 (Moved to Message::Util).
56 * ContentType.pm, Date.pm, UA.pm,
57 ValueParams.pm: Fix some codes not to be warned
58 as 'Use of uninitialized value'.
59 * Structured.pm
60 (header_default_charset, header_default_charset_input):
61 New options.
62
63 2002-06-16 wakaba <w@suika.fam.cx>
64
65 * MsgID.pm: Check '.test' reserved TLD if '-validate'.
66 * UA.pm (add_our_name): New method (moved from
67 Message::Entity).
68 * ListID.pm, XFace.pm: New modules.
69
70 2002-06-15 wakaba <w@suika.fam.cx>
71
72 * AngleQuoted.pm: New module.
73 * Mailbox.pm, URI.pm: Use AngleQuoted.pm
74
75 2002-06-09 wakaba <w@suika.fam.cx>
76
77 * Addresses.pm (_delete_match): 'addr-spec': new 'by' option.
78 * ContentType.pm:
79 - (_save_param): Call _parse_param_value if parse_all.
80 - (_parse_value): New function. Check Message::MIME::MediaType.
81 * CSV.pm (use_comment): New option.
82 * Date.pm:
83 - (zone): New method.
84 - (set_datetime): Likewise.
85 * Mailbox.pm (display_name): New method.
86 * Numval.pm (use_comment): New option.
87 * Param.pm (_parse_param_value): New function.
88 * Structured.pm:
89 - (_add_return_value, _replace_return_value): New functions.
90 - (_parse_value): Sync with Message::Entity's.
91 - (option): Sync with Message::Entity's.
92 - (option): '-recursive': new option.
93 - (_option_recursive): New function.
94
95 2002-05-17 wakaba <w@suika.fam.cx>
96
97 * Mailbox.pm: Bug fix and minor changes.
98 * URI.pm: Remade. It is now designed by M::F::Mailbox
99 like interface.
100
101 2002-05-16 wakaba <w@suika.fam.cx>
102
103 * Date.pm: Remade.
104
105 2002-05-15 wakaba <w@suika.fam.cx>
106
107 * Address.pm: Removed.
108 * Domain.pm: Bug fix (doesn't treat four-sub-domain-
109 domain as (invalid) IPv4 address).
110 * Mailbox.pm (addr_spec): New method.
111 * Addresses.pm (addr_spec): Likewise.
112
113 * Structured.pm (option): Doesn't treat ( "-" option-name )
114 as an alias of option-name. (A ( "-" option-name ) should
115 be recognized as an option for 'option' method.)
116
117 2002-05-14 wakaba <w@suika.fam.cx>
118
119 * Addresses.pm, Mailbox.pm, Domain.pm
120 (sons-of-Address.pm): New modules.
121 * Structured.pm:
122 - (method_available): New method.
123 - (clone): Checks _MEMBERS option.
124 - (comment_add, comment_count, comment_delete, comment_item):
125 New methods.
126 - (item): Implemented.
127 - (_delete_empty): Commentout default action.
128 - (add, replace): Fix bug (parse option didn't work).
129 * MsgID.pm: Don't use non-(ALPHA / DIGIT) as the first
130 character of id-left.
131 * Date.pm: Understands month name "Sept".
132
133 2002-05-08 wakaba <w@suika.fam.cx>
134
135 * Structured.pm (item, method_available): New methods.
136 * Addresses.pm: New module.
137
138 2002-05-04 wakaba <w@suika.fam.cx>
139
140 * XMoe.pm: New module.
141 * CSV.pm: Use XMoe.pm.
142
143 * MsgID/: Removed.
144
145 2002-04-27 wakaba <w@suika.fam.cx>
146
147 * MsgIDs.pm: New module.
148 * MsgID.pm: Remade.
149
150 2002-04-22 wakaba <w@suika.fam.cx>
151
152 * Makefile: New file.
153
154 * Received.pm: Reformed.
155
156 2002-04-21 wakaba <w@suika.fam.cx>
157
158 * ValueParams.pm: Merged ContentDisposition.pm.
159 * ContentDisposition.pm: Removed.
160 * ContentType.pm: Reformed.
161
162 2002-04-13 wakaba <w@suika.fam.cx>
163
164 * Path.pm: Reformed.
165
166 2002-04-06 wakaba <w@suika.fam.cx>
167
168 * UA.pm: Reformed.
169
170 2002-04-05 wakaba <w@suika.fam.cx>
171
172 * Structured.pm, Unstructured.pm: Use new style.
173 * Numval.pm: Use base Structured.pm.
174
175 2002-04-02 wakaba <w@suika.fam.cx>
176
177 * Path.pm: New module.
178
179 2002-04-01 wakaba <w@suika.fam.cx>
180
181 * URI.pm (uri): New method.
182
183 2002-03-31 wakaba <w@suika.fam.cx>
184
185 * URI.pm: New module.
186 * Numval.pm: Likewise.
187
188 2002-03-28 wakaba <w@suika.fam.cx>
189
190 * Address.pm (dont_reply): New method.
191 (keyword): New method.
192 * Date.pm (as_rfc822_time): Fix typo of C<day-of-week>.
193
194 2002-03-26 wakaba <w@suika.fam.cx>
195
196 * UA.pm: New module.
197
198 2002-03-25 wakaba <w@suika.fam.cx>
199
200 * Address.pm, CSV.pm, Params.pm, Unstructured.pm,
201 ValueParams.pm: Call hook function for character
202 code convertion and decoding encoded-word when
203 parse or stringify.
204
205 2002-03-23 wakaba <w@suika.fam.cx>
206
207 * Params.pm, ContentType.pm, ContentDisposition.pm,
208 ValueParams.pm: New files.
209
210 2002-03-21 wakaba <w@suika.fam.cx>
211
212 * CSV.pm: New module.
213
214 2002-03-20 wakaba <w@suika.fam.cx>
215
216 * MsgID.pm, Received.pm, Subject.pm: New modules.
217 * MsgID/: New directory.
218
219 2002-03-16 wakaba <w@suika.fam.cx>
220
221 * Date.pm: Support ISO 8601 (full format), RFC 561/724
222 (slash format).
223
224 2002-03-15 wakaba <w@suika.fam.cx>
225
226 * Date.pm: New module.
227
228 2002-03-14 wakaba <w@suika.fam.cx>
229
230 * Structured.pm, Unstructured.pm: New modules.
231
232 2002-03-13 wakaba <w@suika.fam.cx>
233
234 * Address.pm: New module.
235
236 * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24