1 |
|
2002-05-26 wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Header.pm (url_mailto_safe): Removed. |
4 |
|
(Moved to Message::Header::RFC822.) |
5 |
|
|
6 |
|
* Makefile: New file. |
7 |
|
|
8 |
|
2002-05-25 wakaba <w@suika.fam.cx> |
9 |
|
|
10 |
|
* Entity.pm, Header.pm: Supports namespaced header |
11 |
|
field name started with { prefix "-" }. (But |
12 |
|
it is not completely supported yet.) |
13 |
|
* Header/: New directory. |
14 |
|
|
15 |
|
* Header.pm: Uses Message::Field::Structured |
16 |
|
as parent module. |
17 |
|
|
18 |
|
2002-05-16 wakaba <w@suika.fam.cx> |
19 |
|
|
20 |
|
* Util.pm: |
21 |
|
- ($REG{NON_http_attribute_char_wsp}): New regex. |
22 |
|
- (wsps_to_sp): New function. |
23 |
|
- (decode_header_string): Don't do away tail WSPs. |
24 |
|
- TODO: Util.pm must have some needless functions. |
25 |
|
|
26 |
|
2002-05-15 wakaba <w@suika.fam.cx> |
27 |
|
|
28 |
|
* Header.pm: |
29 |
|
- Add Resent-User-Agent: field support. |
30 |
|
- Use Message::Field::Addresses instead of |
31 |
|
Message::Field::Address. |
32 |
|
|
33 |
|
2002-05-14 wakaba <w@suika.fam.cx> |
34 |
|
|
35 |
|
* Entity.pm (pod:uri-url-mailto-*): New list-items. |
36 |
|
(stringify): Output mailto: URL when format =~ url-mailto. |
37 |
|
* Header.pm (stringify): Ditto. |
38 |
|
* Util.pm: Bugs are fixed. |
39 |
|
(remove_meaningless_wsp): New function. |
40 |
|
|
41 |
|
2002-04-21 wakaba <w@suika.fam.cx> |
42 |
|
|
43 |
|
* Entity.pm (pod:C<format>): New section. |
44 |
|
|
45 |
|
2002-04-05 wakaba <w@suika.fam.cx> |
46 |
|
|
47 |
|
* Util.pm: Add some functions from Message::Field::Structured. |
48 |
|
|
49 |
2002-04-03 wakaba <w@suika.fam.cx> |
2002-04-03 wakaba <w@suika.fam.cx> |
50 |
|
|
51 |
* Entity.pm, Header.pm: Updated. |
* Entity.pm, Header.pm: Updated. |