/[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.45 - (hide annotations) (download)
Thu Aug 29 12:14:37 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.44: +7 -0 lines
2002-08-29  Wakaba <w@suika.fam.cx>

	* Date.pm:
	- (%MONTH): Japanese month names are removed.  (I wish
	those will be reintroduced in future version of this module.)
	- (stringify): New options: '-format_macros', '-format_parameters'.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24