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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.43

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24