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

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.49

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24