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