/[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.44 - (hide annotations) (download)
Mon Aug 5 09:40:54 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.43: +2 -0 lines
2002-08-05  Wakaba <w@suika.fam.cx>

	* Util.pm:
	- (sprintxf): Use Message::Util::Wide::unquote_if_quoted_string
	instead of Message::Util::unquote_if_quoted_string.
	- (Message::Util::Wide): New package.
	- (%Message::Util::Wide::REG): New hash.
	- (Message::Util::unquote_if_quoted_string): New function.
	- NOTE: "Wide" package is created to support utf8 string
	of perl 5.7.3 or later.  Utf8 string does not work
	only for [\x00-\xFF] regex of current functions,
	and this regex is used as (?:.|\x0D|\x0A).  (Without
	's' option, "." does not match with newline character.)
	When we can do away problematic code from all
	Message::* modules, we can also do away "Wide" package.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24