/[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.49 - (hide annotations) (download)
Sun Dec 29 03:04:53 2002 UTC (21 years, 11 months ago) by wakaba
Branch: MAIN
Branch point for: branch-suikawiki-1, experimental-xml-parser-200401
Changes since 1.48: +6 -0 lines
en_quoted_string, en_phrase: New

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24