/[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.42 - (hide annotations) (download)
Sat Aug 3 23:32:04 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.41: +9 -0 lines
2002-08-04  Wakaba <w@suika.fam.cx>

	* Warning.pm: New module.
	* CSV.pm (_delete_empty): Don't remove reference
	if the length of its stringified value is zero.
	* Domain.pm: Parse and output port number if enabled by option.
	* Date.pm (overload '==', '<=', '>='): Added.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24