1 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile (distclean): New rule. |
4 |
|
|
5 |
|
2002-12-29 Wakaba <w@suika.fam.cx> |
6 |
|
|
7 |
|
* EncodedWord.pm (decode): Refine. |
8 |
|
* Charset.pm (is_utf8): New. |
9 |
|
|
10 |
|
2002-12-28 Wakaba <w@suika.fam.cx> |
11 |
|
|
12 |
|
* Charset.pm (name_minimumizer): Third argument, $option is added. |
13 |
|
(_utf8_on, _utf8_off): Require Encode in eval block. |
14 |
|
(devide_string, _devide_string_1, get_property, get_interchange_charset, |
15 |
|
is_representable_in): New functions. |
16 |
|
(*default, *internal): New builtin charsets. |
17 |
|
* EncodedWord.pm (encode, _encode_q_encoding, _encode): New. |
18 |
|
(%ENCODER): Likewise. |
19 |
|
|
20 |
|
2002-08-18 Wakaba <w@suika.fam.cx> |
21 |
|
|
22 |
|
* Charset.pm (_name_utf16be, _name_utf32be): Removed. |
23 |
|
(Moved to Message::MIME::Charset::MinName) |
24 |
|
|
25 |
|
2002-07-22 Wakaba <w@suika.fam.cx> |
26 |
|
|
27 |
|
* Charset.pm: |
28 |
|
- (encode, decode): Reformed. Return a hash as second or |
29 |
|
greter'th element of returned array. (Now only 'success' |
30 |
|
key is used.) |
31 |
|
- (_utf8_on, _utf8_off): New procedures. |
32 |
|
- (%_IsMimeText): New hash. |
33 |
|
- (is_mime_text): New function. |
34 |
|
* EncodedWord.pm (_decode_eword): Fix for new |
35 |
|
Message::MIME::Charset::decode. |
36 |
|
|
37 |
|
2002-07-22 Wakaba <w@suika.fam.cx> |
38 |
|
|
39 |
|
* Charset.pm: |
40 |
|
- Separate 'x-unknown' from 'unknown-8bit'. |
41 |
|
(unknown-8bit is now suitable as MIME text charset. |
42 |
|
(But I don't know whether this is correct. |
43 |
|
This charset is "8bit" (not "binary"!) and defined |
44 |
|
for 8BITSMTP, so interpret like this.)) |
45 |
|
- New internal charset, '*undef' is defined. |
46 |
|
|
47 |
|
2002-07-20 Wakaba <w@suika.fam.cx> |
48 |
|
|
49 |
|
* Charset.pm (msname2iananame): New function. |
50 |
|
|
51 |
|
2002-07-13 Wakaba <w@suika.fam.cx> |
52 |
|
|
53 |
|
* MediaType.pm (message/disposition-notification): |
54 |
|
Fill host's FQDN and user agent product name |
55 |
|
if fill_reporting_ua. |
56 |
|
|
57 |
|
2002-07-02 Wakaba <w@suika.fam.cx> |
58 |
|
|
59 |
|
* MediaType.pm: 'text_content' property is given to |
60 |
|
some media types. |
61 |
|
|
62 |
2002-06-23 Wakaba <w@suika.fam.cx> |
2002-06-23 Wakaba <w@suika.fam.cx> |
63 |
|
|
64 |
* Charset.pm |
* Charset.pm |