1 |
|
2002-07-02 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* MediaType.pm: 'text_content' property is given to |
4 |
|
some media types. |
5 |
|
|
6 |
|
2002-06-23 Wakaba <w@suika.fam.cx> |
7 |
|
|
8 |
|
* Charset.pm |
9 |
|
- New name_minimumizers. (Some are moved from |
10 |
|
Message::MIME::Charset::Jcode.) |
11 |
|
- (%_MINIMUMIZER): New internal hash. |
12 |
|
- Use internal name-minimumizer (with %_MINIMUMIZER) |
13 |
|
if minimumizer is not defined in charset's definition. |
14 |
|
* EncodedWord.pm (decode_ccontent): Order of arguments |
15 |
|
is changed. |
16 |
|
* MediaType.pm: Typo fix. |
17 |
|
|
18 |
|
2002-06-11 wakaba <w@suika.fam.cx> |
19 |
|
|
20 |
|
* Charset.pm (US-ASCII name-minimumizer): Returns "unknown-8bit" |
21 |
|
when 8bit octets are included. |
22 |
|
|
23 |
|
2002-06-09 wakaba <w@suika.fam.cx> |
24 |
|
|
25 |
|
* Charset.pm: |
26 |
|
- Support of 'name_minimumizer' property of charset object. |
27 |
|
- (name_minimumize): New function. |
28 |
|
* Encoding.pm (encode_qp): Don't encode inner WSPs within |
29 |
|
tailing WSPs. |
30 |
|
* MediaType.pm: Support of some new media types |
31 |
|
and their parameters. |
32 |
|
|
33 |
|
2002-06-01 wakaba <w@suika.fam.cx> |
34 |
|
|
35 |
|
* Charset.pm: |
36 |
|
- (encode): Returns minimum charset name if possible. |
37 |
|
- (definition of iso-2022-int-1, us-ascii): mime_text = 1. |
38 |
|
* Encoding.pm (decide_coderange): Returns 'binary' |
39 |
|
when there are lines consist of more than 998 octets. |
40 |
|
|
41 |
2002-05-30 wakaba <w@suika.fam.cx> |
2002-05-30 wakaba <w@suika.fam.cx> |
42 |
|
|
43 |
* Charset.pm: |
* Charset.pm: |