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

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.41

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24