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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.40 - (hide annotations) (download)
Thu Aug 1 09:19:46 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.39: +1 -0 lines
2002-08-01  Wakaba <w@suika.fam.cx>

	* Unstructured.pm: Rewritten.
	* Subject.pm: Likewise.  Support Japanese government's
	spam mail prefix if Perl has defined $^V (=~ has UTF-8 support).
	* CSV.pm: Reformatted.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24