1 |
|
2002-12-28 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Charset.pm (name_minimumizer): Third argument, $option is added. |
4 |
|
(_utf8_on, _utf8_off): Require Encode in eval block. |
5 |
|
(devide_string, _devide_string_1, get_property, get_interchange_charset, |
6 |
|
is_representable_in): New functions. |
7 |
|
(*default, *internal): New builtin charsets. |
8 |
|
* EncodedWord.pm (encode, _encode_q_encoding, _encode): New. |
9 |
|
(%ENCODER): Likewise. |
10 |
|
|
11 |
|
2002-08-18 Wakaba <w@suika.fam.cx> |
12 |
|
|
13 |
|
* Charset.pm (_name_utf16be, _name_utf32be): Removed. |
14 |
|
(Moved to Message::MIME::Charset::MinName) |
15 |
|
|
16 |
|
2002-07-22 Wakaba <w@suika.fam.cx> |
17 |
|
|
18 |
|
* Charset.pm: |
19 |
|
- (encode, decode): Reformed. Return a hash as second or |
20 |
|
greter'th element of returned array. (Now only 'success' |
21 |
|
key is used.) |
22 |
|
- (_utf8_on, _utf8_off): New procedures. |
23 |
|
- (%_IsMimeText): New hash. |
24 |
|
- (is_mime_text): New function. |
25 |
|
* EncodedWord.pm (_decode_eword): Fix for new |
26 |
|
Message::MIME::Charset::decode. |
27 |
|
|
28 |
|
2002-07-22 Wakaba <w@suika.fam.cx> |
29 |
|
|
30 |
|
* Charset.pm: |
31 |
|
- Separate 'x-unknown' from 'unknown-8bit'. |
32 |
|
(unknown-8bit is now suitable as MIME text charset. |
33 |
|
(But I don't know whether this is correct. |
34 |
|
This charset is "8bit" (not "binary"!) and defined |
35 |
|
for 8BITSMTP, so interpret like this.)) |
36 |
|
- New internal charset, '*undef' is defined. |
37 |
|
|
38 |
|
2002-07-20 Wakaba <w@suika.fam.cx> |
39 |
|
|
40 |
|
* Charset.pm (msname2iananame): New function. |
41 |
|
|
42 |
|
2002-07-13 Wakaba <w@suika.fam.cx> |
43 |
|
|
44 |
|
* MediaType.pm (message/disposition-notification): |
45 |
|
Fill host's FQDN and user agent product name |
46 |
|
if fill_reporting_ua. |
47 |
|
|
48 |
|
2002-07-02 Wakaba <w@suika.fam.cx> |
49 |
|
|
50 |
|
* MediaType.pm: 'text_content' property is given to |
51 |
|
some media types. |
52 |
|
|
53 |
|
2002-06-23 Wakaba <w@suika.fam.cx> |
54 |
|
|
55 |
|
* Charset.pm |
56 |
|
- New name_minimumizers. (Some are moved from |
57 |
|
Message::MIME::Charset::Jcode.) |
58 |
|
- (%_MINIMUMIZER): New internal hash. |
59 |
|
- Use internal name-minimumizer (with %_MINIMUMIZER) |
60 |
|
if minimumizer is not defined in charset's definition. |
61 |
|
* EncodedWord.pm (decode_ccontent): Order of arguments |
62 |
|
is changed. |
63 |
|
* MediaType.pm: Typo fix. |
64 |
|
|
65 |
|
2002-06-11 wakaba <w@suika.fam.cx> |
66 |
|
|
67 |
|
* Charset.pm (US-ASCII name-minimumizer): Returns "unknown-8bit" |
68 |
|
when 8bit octets are included. |
69 |
|
|
70 |
|
2002-06-09 wakaba <w@suika.fam.cx> |
71 |
|
|
72 |
|
* Charset.pm: |
73 |
|
- Support of 'name_minimumizer' property of charset object. |
74 |
|
- (name_minimumize): New function. |
75 |
|
* Encoding.pm (encode_qp): Don't encode inner WSPs within |
76 |
|
tailing WSPs. |
77 |
|
* MediaType.pm: Support of some new media types |
78 |
|
and their parameters. |
79 |
|
|
80 |
2002-06-01 wakaba <w@suika.fam.cx> |
2002-06-01 wakaba <w@suika.fam.cx> |
81 |
|
|
82 |
* Charset.pm: |
* Charset.pm: |