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

	* Status.pm: New module.

1 wakaba 1.41 2002-08-03 Wakaba <w@suika.fam.cx>
2    
3     * Status.pm: New module.
4    
5 wakaba 1.39 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 wakaba 1.40 * CSV.pm: Reformatted.
11 wakaba 1.39
12 wakaba 1.38 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 wakaba 1.37 2002-07-28 Wakaba <w@suika.fam.cx>
24    
25     * UA.pm (add_rcs, replace_rcs): New methods.
26    
27 wakaba 1.35 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 wakaba 1.36 * UA.pm (add_our_name): Undef $@ after eval of use Config
36     and use Win32.
37 wakaba 1.35
38 wakaba 1.34 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 wakaba 1.33 2002-07-13 Wakaba <w@suika.fam.cx>
45    
46     * MDNDisposition.pm, ReportingUA.pm: New modules.
47    
48 wakaba 1.32 2002-07-08 Wakaba <w@suika.fam.cx>
49    
50     * TypedText.pm: New module.
51    
52 wakaba 1.31 2002-06-29 Wakaba <w@suika.fam.cx>
53    
54     * ContentType.pm, Params.pm, ValueParams.pm,
55     XMoe.pm: Rewritten.
56    
57 wakaba 1.30 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 wakaba 1.28 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 wakaba 1.29 * ListID.pm, XFace.pm: New modules.
74 wakaba 1.28
75 wakaba 1.27 2002-06-15 wakaba <w@suika.fam.cx>
76    
77     * AngleQuoted.pm: New module.
78     * Mailbox.pm, URI.pm: Use AngleQuoted.pm
79    
80 wakaba 1.26 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 wakaba 1.25 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 wakaba 1.24 2002-05-16 wakaba <w@suika.fam.cx>
107    
108     * Date.pm: Remade.
109    
110 wakaba 1.22 2002-05-15 wakaba <w@suika.fam.cx>
111    
112 wakaba 1.23 * 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 wakaba 1.22 * Addresses.pm, Mailbox.pm, Domain.pm
125 wakaba 1.23 (sons-of-Address.pm): New modules.
126 wakaba 1.22 * 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 wakaba 1.21 2002-05-08 wakaba <w@suika.fam.cx>
139    
140     * Structured.pm (item, method_available): New methods.
141     * Addresses.pm: New module.
142    
143 wakaba 1.19 2002-05-04 wakaba <w@suika.fam.cx>
144    
145     * XMoe.pm: New module.
146     * CSV.pm: Use XMoe.pm.
147 wakaba 1.20
148     * MsgID/: Removed.
149 wakaba 1.19
150     2002-04-27 wakaba <w@suika.fam.cx>
151    
152     * MsgIDs.pm: New module.
153     * MsgID.pm: Remade.
154    
155 wakaba 1.18 2002-04-22 wakaba <w@suika.fam.cx>
156    
157     * Makefile: New file.
158    
159     * Received.pm: Reformed.
160    
161 wakaba 1.17 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 wakaba 1.16 2002-04-13 wakaba <w@suika.fam.cx>
168    
169     * Path.pm: Reformed.
170    
171 wakaba 1.15 2002-04-06 wakaba <w@suika.fam.cx>
172    
173     * UA.pm: Reformed.
174    
175 wakaba 1.14 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 wakaba 1.13 2002-04-02 wakaba <w@suika.fam.cx>
181    
182     * Path.pm: New module.
183    
184 wakaba 1.12 2002-04-01 wakaba <w@suika.fam.cx>
185    
186     * URI.pm (uri): New method.
187    
188 wakaba 1.10 2002-03-31 wakaba <w@suika.fam.cx>
189    
190     * URI.pm: New module.
191 wakaba 1.11 * Numval.pm: Likewise.
192 wakaba 1.10
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 wakaba 1.9 2002-03-26 wakaba <w@suika.fam.cx>
200    
201     * UA.pm: New module.
202    
203 wakaba 1.8 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 wakaba 1.6 2002-03-23 wakaba <w@suika.fam.cx>
211    
212 wakaba 1.7 * Params.pm, ContentType.pm, ContentDisposition.pm,
213     ValueParams.pm: New files.
214 wakaba 1.6
215 wakaba 1.5 2002-03-21 wakaba <w@suika.fam.cx>
216    
217     * CSV.pm: New module.
218    
219 wakaba 1.4 2002-03-20 wakaba <w@suika.fam.cx>
220    
221     * MsgID.pm, Received.pm, Subject.pm: New modules.
222     * MsgID/: New directory.
223    
224 wakaba 1.3 2002-03-16 wakaba <w@suika.fam.cx>
225    
226     * Date.pm: Support ISO 8601 (full format), RFC 561/724
227     (slash format).
228    
229 wakaba 1.2 2002-03-15 wakaba <w@suika.fam.cx>
230    
231     * Date.pm: New module.
232    
233     2002-03-14 wakaba <w@suika.fam.cx>
234    
235     * Structured.pm, Unstructured.pm: New modules.
236    
237 wakaba 1.1 2002-03-13 wakaba <w@suika.fam.cx>
238    
239     * Address.pm: New module.
240    
241     * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24