1 |
|
2002-12-28 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* UA.pm (replace_system_version): 'WindowsNT' is changed to 'Windows NT'. |
4 |
|
|
5 |
|
2002-11-03 Wakaba <w@suika.fam.cx> |
6 |
|
|
7 |
|
* UA.pm: |
8 |
|
- (replace_system_version): New. |
9 |
|
- (add_our_name): Separate 'os' to replace_system_version. |
10 |
|
|
11 |
|
2002-08-29 Wakaba <w@suika.fam.cx> |
12 |
|
|
13 |
|
* Date.pm: |
14 |
|
- (%MONTH): Japanese month names are removed. (I wish |
15 |
|
those will be reintroduced in future version of this module.) |
16 |
|
- (stringify): New options: '-format_macros', '-format_parameters'. |
17 |
|
|
18 |
|
2002-08-05 Wakaba <w@suika.fam.cx> |
19 |
|
|
20 |
|
* Date.pm: |
21 |
|
- (stringify): Use Message::Util::sprintxf instead of _date2str. |
22 |
|
- (date2str, -fmt2str): Removed. |
23 |
|
- (%FMT2STR): New hash. |
24 |
|
- (%MONTH): Experimental support of Japanese month names |
25 |
|
(require utf8 support of perl 5.7.3 or later). |
26 |
|
* Domain.pm (parse): Allow FWS surrounding the port number. |
27 |
|
|
28 |
|
2002-08-04 Wakaba <w@suika.fam.cx> |
29 |
|
|
30 |
|
* Warning.pm: New module. |
31 |
|
* CSV.pm (_delete_empty): Don't remove reference |
32 |
|
if the length of its stringified value is zero. |
33 |
|
* Domain.pm: Parse and output port number if enabled by option. |
34 |
|
* Date.pm (overload '==', '<=', '>='): Added. |
35 |
|
|
36 |
|
2002-08-03 Wakaba <w@suika.fam.cx> |
37 |
|
|
38 |
|
* Status.pm: New module. |
39 |
|
* URI.pm: Support RFC 1808's Base: field. |
40 |
|
|
41 |
|
2002-08-01 Wakaba <w@suika.fam.cx> |
42 |
|
|
43 |
|
* Unstructured.pm: Rewritten. |
44 |
|
* Subject.pm: Likewise. Support Japanese government's |
45 |
|
spam mail prefix if Perl has defined $^V (=~ has UTF-8 support). |
46 |
|
* CSV.pm: Reformatted. |
47 |
|
|
48 |
|
2002-07-30 Wakaba <w@suika.fam.cx> |
49 |
|
|
50 |
|
* UA.pm: |
51 |
|
- (add, replace, item, delete): Reimplemented (or newly |
52 |
|
implemented) by standard Message::Field::Structured method. |
53 |
|
- (product, product_name, product_version, product_comment): |
54 |
|
Removed. (Use item method instead.) |
55 |
|
- (parse): Use robust regex instead of strict usefor |
56 |
|
format regex. (Accept bare non-token characters |
57 |
|
as far as possible.) |
58 |
|
|
59 |
|
2002-07-28 Wakaba <w@suika.fam.cx> |
60 |
|
|
61 |
|
* UA.pm (add_rcs, replace_rcs): New methods. |
62 |
|
|
63 |
|
2002-07-22 Wakaba <w@suika.fam.cx> |
64 |
|
|
65 |
|
* XMoe.pm (_decode_parameters): Don't push 'of' pseudo |
66 |
|
parameter to @$param before SUPER::_decode_parameters. |
67 |
|
(To prevent its value from being reinterpreted incorrectly |
68 |
|
and so being broken.) (Giving also 'section_no' to the hash |
69 |
|
and passing to SUPER::_decode_parameters was another way |
70 |
|
to do it.) |
71 |
|
* UA.pm (add_our_name): Undef $@ after eval of use Config |
72 |
|
and use Win32. |
73 |
|
|
74 |
|
2002-07-21 Wakaba <w@suika.fam.cx> |
75 |
|
|
76 |
|
* Structured.pm (_parse_value): Inherit header_default_charset, |
77 |
|
header_default_charset_input, body_default_charset, |
78 |
|
body_default_charset_input. |
79 |
|
|
80 |
|
2002-07-13 Wakaba <w@suika.fam.cx> |
81 |
|
|
82 |
|
* MDNDisposition.pm, ReportingUA.pm: New modules. |
83 |
|
|
84 |
2002-07-08 Wakaba <w@suika.fam.cx> |
2002-07-08 Wakaba <w@suika.fam.cx> |
85 |
|
|
86 |
* TypedText.pm: New module. |
* TypedText.pm: New module. |