1 |
|
2002-05-16 wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Date.pm: Remade. |
4 |
|
|
5 |
|
2002-05-15 wakaba <w@suika.fam.cx> |
6 |
|
|
7 |
|
* Address.pm: Removed. |
8 |
|
* Domain.pm: Bug fix (doesn't treat four-sub-domain- |
9 |
|
domain as (invalid) IPv4 address). |
10 |
|
* Mailbox.pm (addr_spec): New method. |
11 |
|
* Addresses.pm (addr_spec): Likewise. |
12 |
|
|
13 |
|
* Structured.pm (option): Doesn't treat ( "-" option-name ) |
14 |
|
as an alias of option-name. (A ( "-" option-name ) should |
15 |
|
be recognized as an option for 'option' method.) |
16 |
|
|
17 |
|
2002-05-14 wakaba <w@suika.fam.cx> |
18 |
|
|
19 |
|
* Addresses.pm, Mailbox.pm, Domain.pm |
20 |
|
(sons-of-Address.pm): New modules. |
21 |
|
* Structured.pm: |
22 |
|
- (method_available): New method. |
23 |
|
- (clone): Checks _MEMBERS option. |
24 |
|
- (comment_add, comment_count, comment_delete, comment_item): |
25 |
|
New methods. |
26 |
|
- (item): Implemented. |
27 |
|
- (_delete_empty): Commentout default action. |
28 |
|
- (add, replace): Fix bug (parse option didn't work). |
29 |
|
* MsgID.pm: Don't use non-(ALPHA / DIGIT) as the first |
30 |
|
character of id-left. |
31 |
|
* Date.pm: Understands month name "Sept". |
32 |
|
|
33 |
|
2002-05-08 wakaba <w@suika.fam.cx> |
34 |
|
|
35 |
|
* Structured.pm (item, method_available): New methods. |
36 |
|
* Addresses.pm: New module. |
37 |
|
|
38 |
|
2002-05-04 wakaba <w@suika.fam.cx> |
39 |
|
|
40 |
|
* XMoe.pm: New module. |
41 |
|
* CSV.pm: Use XMoe.pm. |
42 |
|
|
43 |
|
* MsgID/: Removed. |
44 |
|
|
45 |
|
2002-04-27 wakaba <w@suika.fam.cx> |
46 |
|
|
47 |
|
* MsgIDs.pm: New module. |
48 |
|
* MsgID.pm: Remade. |
49 |
|
|
50 |
|
2002-04-22 wakaba <w@suika.fam.cx> |
51 |
|
|
52 |
|
* Makefile: New file. |
53 |
|
|
54 |
|
* Received.pm: Reformed. |
55 |
|
|
56 |
|
2002-04-21 wakaba <w@suika.fam.cx> |
57 |
|
|
58 |
|
* ValueParams.pm: Merged ContentDisposition.pm. |
59 |
|
* ContentDisposition.pm: Removed. |
60 |
|
* ContentType.pm: Reformed. |
61 |
|
|
62 |
|
2002-04-13 wakaba <w@suika.fam.cx> |
63 |
|
|
64 |
|
* Path.pm: Reformed. |
65 |
|
|
66 |
|
2002-04-06 wakaba <w@suika.fam.cx> |
67 |
|
|
68 |
|
* UA.pm: Reformed. |
69 |
|
|
70 |
|
2002-04-05 wakaba <w@suika.fam.cx> |
71 |
|
|
72 |
|
* Structured.pm, Unstructured.pm: Use new style. |
73 |
|
* Numval.pm: Use base Structured.pm. |
74 |
|
|
75 |
|
2002-04-02 wakaba <w@suika.fam.cx> |
76 |
|
|
77 |
|
* Path.pm: New module. |
78 |
|
|
79 |
|
2002-04-01 wakaba <w@suika.fam.cx> |
80 |
|
|
81 |
|
* URI.pm (uri): New method. |
82 |
|
|
83 |
|
2002-03-31 wakaba <w@suika.fam.cx> |
84 |
|
|
85 |
|
* URI.pm: New module. |
86 |
|
* Numval.pm: Likewise. |
87 |
|
|
88 |
|
2002-03-28 wakaba <w@suika.fam.cx> |
89 |
|
|
90 |
|
* Address.pm (dont_reply): New method. |
91 |
|
(keyword): New method. |
92 |
|
* Date.pm (as_rfc822_time): Fix typo of C<day-of-week>. |
93 |
|
|
94 |
|
2002-03-26 wakaba <w@suika.fam.cx> |
95 |
|
|
96 |
|
* UA.pm: New module. |
97 |
|
|
98 |
|
2002-03-25 wakaba <w@suika.fam.cx> |
99 |
|
|
100 |
|
* Address.pm, CSV.pm, Params.pm, Unstructured.pm, |
101 |
|
ValueParams.pm: Call hook function for character |
102 |
|
code convertion and decoding encoded-word when |
103 |
|
parse or stringify. |
104 |
|
|
105 |
|
2002-03-23 wakaba <w@suika.fam.cx> |
106 |
|
|
107 |
|
* Params.pm, ContentType.pm, ContentDisposition.pm, |
108 |
|
ValueParams.pm: New files. |
109 |
|
|
110 |
|
2002-03-21 wakaba <w@suika.fam.cx> |
111 |
|
|
112 |
|
* CSV.pm: New module. |
113 |
|
|
114 |
|
2002-03-20 wakaba <w@suika.fam.cx> |
115 |
|
|
116 |
|
* MsgID.pm, Received.pm, Subject.pm: New modules. |
117 |
|
* MsgID/: New directory. |
118 |
|
|
119 |
2002-03-16 wakaba <w@suika.fam.cx> |
2002-03-16 wakaba <w@suika.fam.cx> |
120 |
|
|
121 |
* Date.pm: Support ISO 8601 (full format), RFC 561/724 |
* Date.pm: Support ISO 8601 (full format), RFC 561/724 |