/[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.45 by wakaba, Thu Aug 29 12:14:37 2002 UTC
# Line 1  Line 1 
1    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    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            - (%MONTH): Experimental support of Japanese month names
15            (require utf8 support of perl 5.7.3 or later).
16            * Domain.pm (parse): Allow FWS surrounding the port number.
17    
18    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    2002-08-03  Wakaba <w@suika.fam.cx>
27    
28            * Status.pm: New module.
29            * URI.pm: Support RFC 1808's Base: field.
30    
31    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            * CSV.pm: Reformatted.
37    
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    2002-07-28  Wakaba <w@suika.fam.cx>
50    
51            * UA.pm (add_rcs, replace_rcs): New methods.
52    
53    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            * UA.pm (add_our_name): Undef $@ after eval of use Config
62            and use Win32.
63    
64    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    2002-07-13  Wakaba <w@suika.fam.cx>
71    
72            * MDNDisposition.pm, ReportingUA.pm: New modules.
73    
74    2002-07-08  Wakaba <w@suika.fam.cx>
75    
76            * TypedText.pm: New module.
77    
78    2002-06-29  Wakaba <w@suika.fam.cx>
79    
80            * ContentType.pm, Params.pm, ValueParams.pm,
81            XMoe.pm: Rewritten.
82    
83    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    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            * ListID.pm, XFace.pm: New modules.
100    
101    2002-06-15  wakaba <w@suika.fam.cx>
102    
103            * AngleQuoted.pm: New module.
104            * Mailbox.pm, URI.pm: Use AngleQuoted.pm
105    
106    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    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    2002-05-16  wakaba <w@suika.fam.cx>
133    
134            * Date.pm: Remade.
135    
136    2002-05-15  wakaba <w@suika.fam.cx>
137    
138            * 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            * Addresses.pm, Mailbox.pm, Domain.pm
151            (sons-of-Address.pm): New modules.
152            * 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    2002-05-08  wakaba <w@suika.fam.cx>
165    
166            * Structured.pm (item, method_available): New methods.
167            * Addresses.pm: New module.
168    
169    2002-05-04  wakaba <w@suika.fam.cx>
170    
171            * XMoe.pm: New module.
172            * CSV.pm: Use XMoe.pm.
173            
174            * MsgID/: Removed.
175    
176    2002-04-27  wakaba <w@suika.fam.cx>
177    
178            * MsgIDs.pm: New module.
179            * MsgID.pm: Remade.
180    
181    2002-04-22  wakaba <w@suika.fam.cx>
182    
183            * Makefile: New file.
184            
185            * Received.pm: Reformed.
186    
187    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    2002-04-13  wakaba <w@suika.fam.cx>
194    
195            * Path.pm: Reformed.
196    
197    2002-04-06  wakaba <w@suika.fam.cx>
198    
199            * UA.pm: Reformed.
200    
201    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    2002-04-02  wakaba <w@suika.fam.cx>
207    
208            * Path.pm: New module.
209    
210    2002-04-01  wakaba <w@suika.fam.cx>
211    
212            * URI.pm (uri): New method.
213    
214    2002-03-31  wakaba <w@suika.fam.cx>
215    
216            * URI.pm: New module.
217            * Numval.pm: Likewise.
218    
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    2002-03-26  wakaba <w@suika.fam.cx>
226    
227            * UA.pm: New module.
228    
229    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    2002-03-23  wakaba <w@suika.fam.cx>
237    
238            * Params.pm, ContentType.pm, ContentDisposition.pm,
239            ValueParams.pm: New files.
240    
241    2002-03-21  wakaba <w@suika.fam.cx>
242    
243            * CSV.pm: New module.
244    
245    2002-03-20  wakaba <w@suika.fam.cx>
246    
247            * MsgID.pm, Received.pm, Subject.pm: New modules.
248            * MsgID/: New directory.
249    
250    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    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  2002-03-13  wakaba <w@suika.fam.cx>  2002-03-13  wakaba <w@suika.fam.cx>
264    
265          * Address.pm: New module.          * Address.pm: New module.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24