/[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.46.2.1 - (hide annotations) (download)
Sat Dec 28 08:38:42 2002 UTC (21 years, 11 months ago) by wakaba
Branch: stable
Changes since 1.46: +4 -0 lines
Minor fix

1 wakaba 1.46.2.1 2002-12-28 Wakaba <w@suika.fam.cx>
2    
3     * UA.pm (replace_system_version): 'WindowsNT' is changed to 'Windows NT'.
4    
5 wakaba 1.46 2002-11-03 Wakaba <w@suika.fam.cx>
6    
7     * UA.pm:
8     - (replace_system_version): New.
9     - (add_our_name): Separate 'os' to replace_system_version.
10    
11 wakaba 1.45 2002-08-29 Wakaba <w@suika.fam.cx>
12    
13     * Date.pm:
14     - (%MONTH): Japanese month names are removed. (I wish
15     those will be reintroduced in future version of this module.)
16     - (stringify): New options: '-format_macros', '-format_parameters'.
17    
18 wakaba 1.43 2002-08-05 Wakaba <w@suika.fam.cx>
19    
20     * Date.pm:
21     - (stringify): Use Message::Util::sprintxf instead of _date2str.
22     - (date2str, -fmt2str): Removed.
23     - (%FMT2STR): New hash.
24 wakaba 1.44 - (%MONTH): Experimental support of Japanese month names
25     (require utf8 support of perl 5.7.3 or later).
26 wakaba 1.43 * Domain.pm (parse): Allow FWS surrounding the port number.
27    
28 wakaba 1.42 2002-08-04 Wakaba <w@suika.fam.cx>
29    
30     * Warning.pm: New module.
31     * CSV.pm (_delete_empty): Don't remove reference
32     if the length of its stringified value is zero.
33     * Domain.pm: Parse and output port number if enabled by option.
34     * Date.pm (overload '==', '<=', '>='): Added.
35    
36 wakaba 1.41 2002-08-03 Wakaba <w@suika.fam.cx>
37    
38     * Status.pm: New module.
39 wakaba 1.42 * URI.pm: Support RFC 1808's Base: field.
40 wakaba 1.41
41 wakaba 1.39 2002-08-01 Wakaba <w@suika.fam.cx>
42    
43     * Unstructured.pm: Rewritten.
44     * Subject.pm: Likewise. Support Japanese government's
45     spam mail prefix if Perl has defined $^V (=~ has UTF-8 support).
46 wakaba 1.40 * CSV.pm: Reformatted.
47 wakaba 1.39
48 wakaba 1.38 2002-07-30 Wakaba <w@suika.fam.cx>
49    
50     * UA.pm:
51     - (add, replace, item, delete): Reimplemented (or newly
52     implemented) by standard Message::Field::Structured method.
53     - (product, product_name, product_version, product_comment):
54     Removed. (Use item method instead.)
55     - (parse): Use robust regex instead of strict usefor
56     format regex. (Accept bare non-token characters
57     as far as possible.)
58    
59 wakaba 1.37 2002-07-28 Wakaba <w@suika.fam.cx>
60    
61     * UA.pm (add_rcs, replace_rcs): New methods.
62    
63 wakaba 1.35 2002-07-22 Wakaba <w@suika.fam.cx>
64    
65     * XMoe.pm (_decode_parameters): Don't push 'of' pseudo
66     parameter to @$param before SUPER::_decode_parameters.
67     (To prevent its value from being reinterpreted incorrectly
68     and so being broken.) (Giving also 'section_no' to the hash
69     and passing to SUPER::_decode_parameters was another way
70     to do it.)
71 wakaba 1.36 * UA.pm (add_our_name): Undef $@ after eval of use Config
72     and use Win32.
73 wakaba 1.35
74 wakaba 1.34 2002-07-21 Wakaba <w@suika.fam.cx>
75    
76     * Structured.pm (_parse_value): Inherit header_default_charset,
77     header_default_charset_input, body_default_charset,
78     body_default_charset_input.
79    
80 wakaba 1.33 2002-07-13 Wakaba <w@suika.fam.cx>
81    
82     * MDNDisposition.pm, ReportingUA.pm: New modules.
83    
84 wakaba 1.32 2002-07-08 Wakaba <w@suika.fam.cx>
85    
86     * TypedText.pm: New module.
87    
88 wakaba 1.31 2002-06-29 Wakaba <w@suika.fam.cx>
89    
90     * ContentType.pm, Params.pm, ValueParams.pm,
91     XMoe.pm: Rewritten.
92    
93 wakaba 1.30 2002-06-23 Wakaba <w@suika.fam.cx>
94    
95     * AngleQuoted.pm (%REG): Don't define regex locally.
96     (Moved to Message::Util).
97     * ContentType.pm, Date.pm, UA.pm,
98     ValueParams.pm: Fix some codes not to be warned
99     as 'Use of uninitialized value'.
100     * Structured.pm
101     (header_default_charset, header_default_charset_input):
102     New options.
103    
104 wakaba 1.28 2002-06-16 wakaba <w@suika.fam.cx>
105    
106     * MsgID.pm: Check '.test' reserved TLD if '-validate'.
107     * UA.pm (add_our_name): New method (moved from
108     Message::Entity).
109 wakaba 1.29 * ListID.pm, XFace.pm: New modules.
110 wakaba 1.28
111 wakaba 1.27 2002-06-15 wakaba <w@suika.fam.cx>
112    
113     * AngleQuoted.pm: New module.
114     * Mailbox.pm, URI.pm: Use AngleQuoted.pm
115    
116 wakaba 1.26 2002-06-09 wakaba <w@suika.fam.cx>
117    
118     * Addresses.pm (_delete_match): 'addr-spec': new 'by' option.
119     * ContentType.pm:
120     - (_save_param): Call _parse_param_value if parse_all.
121     - (_parse_value): New function. Check Message::MIME::MediaType.
122     * CSV.pm (use_comment): New option.
123     * Date.pm:
124     - (zone): New method.
125     - (set_datetime): Likewise.
126     * Mailbox.pm (display_name): New method.
127     * Numval.pm (use_comment): New option.
128     * Param.pm (_parse_param_value): New function.
129     * Structured.pm:
130     - (_add_return_value, _replace_return_value): New functions.
131     - (_parse_value): Sync with Message::Entity's.
132     - (option): Sync with Message::Entity's.
133     - (option): '-recursive': new option.
134     - (_option_recursive): New function.
135    
136 wakaba 1.25 2002-05-17 wakaba <w@suika.fam.cx>
137    
138     * Mailbox.pm: Bug fix and minor changes.
139     * URI.pm: Remade. It is now designed by M::F::Mailbox
140     like interface.
141    
142 wakaba 1.24 2002-05-16 wakaba <w@suika.fam.cx>
143    
144     * Date.pm: Remade.
145    
146 wakaba 1.22 2002-05-15 wakaba <w@suika.fam.cx>
147    
148 wakaba 1.23 * Address.pm: Removed.
149     * Domain.pm: Bug fix (doesn't treat four-sub-domain-
150     domain as (invalid) IPv4 address).
151     * Mailbox.pm (addr_spec): New method.
152     * Addresses.pm (addr_spec): Likewise.
153    
154     * Structured.pm (option): Doesn't treat ( "-" option-name )
155     as an alias of option-name. (A ( "-" option-name ) should
156     be recognized as an option for 'option' method.)
157    
158     2002-05-14 wakaba <w@suika.fam.cx>
159    
160 wakaba 1.22 * Addresses.pm, Mailbox.pm, Domain.pm
161 wakaba 1.23 (sons-of-Address.pm): New modules.
162 wakaba 1.22 * Structured.pm:
163     - (method_available): New method.
164     - (clone): Checks _MEMBERS option.
165     - (comment_add, comment_count, comment_delete, comment_item):
166     New methods.
167     - (item): Implemented.
168     - (_delete_empty): Commentout default action.
169     - (add, replace): Fix bug (parse option didn't work).
170     * MsgID.pm: Don't use non-(ALPHA / DIGIT) as the first
171     character of id-left.
172     * Date.pm: Understands month name "Sept".
173    
174 wakaba 1.21 2002-05-08 wakaba <w@suika.fam.cx>
175    
176     * Structured.pm (item, method_available): New methods.
177     * Addresses.pm: New module.
178    
179 wakaba 1.19 2002-05-04 wakaba <w@suika.fam.cx>
180    
181     * XMoe.pm: New module.
182     * CSV.pm: Use XMoe.pm.
183 wakaba 1.20
184     * MsgID/: Removed.
185 wakaba 1.19
186     2002-04-27 wakaba <w@suika.fam.cx>
187    
188     * MsgIDs.pm: New module.
189     * MsgID.pm: Remade.
190    
191 wakaba 1.18 2002-04-22 wakaba <w@suika.fam.cx>
192    
193     * Makefile: New file.
194    
195     * Received.pm: Reformed.
196    
197 wakaba 1.17 2002-04-21 wakaba <w@suika.fam.cx>
198    
199     * ValueParams.pm: Merged ContentDisposition.pm.
200     * ContentDisposition.pm: Removed.
201     * ContentType.pm: Reformed.
202    
203 wakaba 1.16 2002-04-13 wakaba <w@suika.fam.cx>
204    
205     * Path.pm: Reformed.
206    
207 wakaba 1.15 2002-04-06 wakaba <w@suika.fam.cx>
208    
209     * UA.pm: Reformed.
210    
211 wakaba 1.14 2002-04-05 wakaba <w@suika.fam.cx>
212    
213     * Structured.pm, Unstructured.pm: Use new style.
214     * Numval.pm: Use base Structured.pm.
215    
216 wakaba 1.13 2002-04-02 wakaba <w@suika.fam.cx>
217    
218     * Path.pm: New module.
219    
220 wakaba 1.12 2002-04-01 wakaba <w@suika.fam.cx>
221    
222     * URI.pm (uri): New method.
223    
224 wakaba 1.10 2002-03-31 wakaba <w@suika.fam.cx>
225    
226     * URI.pm: New module.
227 wakaba 1.11 * Numval.pm: Likewise.
228 wakaba 1.10
229     2002-03-28 wakaba <w@suika.fam.cx>
230    
231     * Address.pm (dont_reply): New method.
232     (keyword): New method.
233     * Date.pm (as_rfc822_time): Fix typo of C<day-of-week>.
234    
235 wakaba 1.9 2002-03-26 wakaba <w@suika.fam.cx>
236    
237     * UA.pm: New module.
238    
239 wakaba 1.8 2002-03-25 wakaba <w@suika.fam.cx>
240    
241     * Address.pm, CSV.pm, Params.pm, Unstructured.pm,
242     ValueParams.pm: Call hook function for character
243     code convertion and decoding encoded-word when
244     parse or stringify.
245    
246 wakaba 1.6 2002-03-23 wakaba <w@suika.fam.cx>
247    
248 wakaba 1.7 * Params.pm, ContentType.pm, ContentDisposition.pm,
249     ValueParams.pm: New files.
250 wakaba 1.6
251 wakaba 1.5 2002-03-21 wakaba <w@suika.fam.cx>
252    
253     * CSV.pm: New module.
254    
255 wakaba 1.4 2002-03-20 wakaba <w@suika.fam.cx>
256    
257     * MsgID.pm, Received.pm, Subject.pm: New modules.
258     * MsgID/: New directory.
259    
260 wakaba 1.3 2002-03-16 wakaba <w@suika.fam.cx>
261    
262     * Date.pm: Support ISO 8601 (full format), RFC 561/724
263     (slash format).
264    
265 wakaba 1.2 2002-03-15 wakaba <w@suika.fam.cx>
266    
267     * Date.pm: New module.
268    
269     2002-03-14 wakaba <w@suika.fam.cx>
270    
271     * Structured.pm, Unstructured.pm: New modules.
272    
273 wakaba 1.1 2002-03-13 wakaba <w@suika.fam.cx>
274    
275     * Address.pm: New module.
276    
277     * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24