/[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 - (hide annotations) (download)
Sat Feb 14 11:26:34 2004 UTC (20 years, 9 months ago) by wakaba
Branch: MAIN
CVS Tags: before-dis2-200411
Changes since 1.49: +4 -0 lines
Typo fixed

1 wakaba 1.50 2003-11-16 Wakaba <wakaba@suika.fam.cx>
2    
3     * CSV.pm (pod): Typo fixed.
4    
5 wakaba 1.49 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 wakaba 1.47 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 wakaba 1.48
16     * Token.pm: New module.
17 wakaba 1.47
18 wakaba 1.46 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 wakaba 1.45 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 wakaba 1.43 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 wakaba 1.44 - (%MONTH): Experimental support of Japanese month names
38     (require utf8 support of perl 5.7.3 or later).
39 wakaba 1.43 * Domain.pm (parse): Allow FWS surrounding the port number.
40    
41 wakaba 1.42 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 wakaba 1.41 2002-08-03 Wakaba <w@suika.fam.cx>
50    
51     * Status.pm: New module.
52 wakaba 1.42 * URI.pm: Support RFC 1808's Base: field.
53 wakaba 1.41
54 wakaba 1.39 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 wakaba 1.40 * CSV.pm: Reformatted.
60 wakaba 1.39
61 wakaba 1.38 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 wakaba 1.37 2002-07-28 Wakaba <w@suika.fam.cx>
73    
74     * UA.pm (add_rcs, replace_rcs): New methods.
75    
76 wakaba 1.35 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 wakaba 1.36 * UA.pm (add_our_name): Undef $@ after eval of use Config
85     and use Win32.
86 wakaba 1.35
87 wakaba 1.34 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 wakaba 1.33 2002-07-13 Wakaba <w@suika.fam.cx>
94    
95     * MDNDisposition.pm, ReportingUA.pm: New modules.
96    
97 wakaba 1.32 2002-07-08 Wakaba <w@suika.fam.cx>
98    
99     * TypedText.pm: New module.
100    
101 wakaba 1.31 2002-06-29 Wakaba <w@suika.fam.cx>
102    
103     * ContentType.pm, Params.pm, ValueParams.pm,
104     XMoe.pm: Rewritten.
105    
106 wakaba 1.30 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 wakaba 1.28 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 wakaba 1.29 * ListID.pm, XFace.pm: New modules.
123 wakaba 1.28
124 wakaba 1.27 2002-06-15 wakaba <w@suika.fam.cx>
125    
126     * AngleQuoted.pm: New module.
127     * Mailbox.pm, URI.pm: Use AngleQuoted.pm
128    
129 wakaba 1.26 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 wakaba 1.25 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 wakaba 1.24 2002-05-16 wakaba <w@suika.fam.cx>
156    
157     * Date.pm: Remade.
158    
159 wakaba 1.22 2002-05-15 wakaba <w@suika.fam.cx>
160    
161 wakaba 1.23 * 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 wakaba 1.22 * Addresses.pm, Mailbox.pm, Domain.pm
174 wakaba 1.23 (sons-of-Address.pm): New modules.
175 wakaba 1.22 * 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 wakaba 1.21 2002-05-08 wakaba <w@suika.fam.cx>
188    
189     * Structured.pm (item, method_available): New methods.
190     * Addresses.pm: New module.
191    
192 wakaba 1.19 2002-05-04 wakaba <w@suika.fam.cx>
193    
194     * XMoe.pm: New module.
195     * CSV.pm: Use XMoe.pm.
196 wakaba 1.20
197     * MsgID/: Removed.
198 wakaba 1.19
199     2002-04-27 wakaba <w@suika.fam.cx>
200    
201     * MsgIDs.pm: New module.
202     * MsgID.pm: Remade.
203    
204 wakaba 1.18 2002-04-22 wakaba <w@suika.fam.cx>
205    
206     * Makefile: New file.
207    
208     * Received.pm: Reformed.
209    
210 wakaba 1.17 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 wakaba 1.16 2002-04-13 wakaba <w@suika.fam.cx>
217    
218     * Path.pm: Reformed.
219    
220 wakaba 1.15 2002-04-06 wakaba <w@suika.fam.cx>
221    
222     * UA.pm: Reformed.
223    
224 wakaba 1.14 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 wakaba 1.13 2002-04-02 wakaba <w@suika.fam.cx>
230    
231     * Path.pm: New module.
232    
233 wakaba 1.12 2002-04-01 wakaba <w@suika.fam.cx>
234    
235     * URI.pm (uri): New method.
236    
237 wakaba 1.10 2002-03-31 wakaba <w@suika.fam.cx>
238    
239     * URI.pm: New module.
240 wakaba 1.11 * Numval.pm: Likewise.
241 wakaba 1.10
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 wakaba 1.9 2002-03-26 wakaba <w@suika.fam.cx>
249    
250     * UA.pm: New module.
251    
252 wakaba 1.8 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 wakaba 1.6 2002-03-23 wakaba <w@suika.fam.cx>
260    
261 wakaba 1.7 * Params.pm, ContentType.pm, ContentDisposition.pm,
262     ValueParams.pm: New files.
263 wakaba 1.6
264 wakaba 1.5 2002-03-21 wakaba <w@suika.fam.cx>
265    
266     * CSV.pm: New module.
267    
268 wakaba 1.4 2002-03-20 wakaba <w@suika.fam.cx>
269    
270     * MsgID.pm, Received.pm, Subject.pm: New modules.
271     * MsgID/: New directory.
272    
273 wakaba 1.3 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 wakaba 1.2 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 wakaba 1.1 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