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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24