1 |
2002-07-20 Wakaba <w@suika.fam.cx>
|
2 |
|
3 |
* Charset.pm (msname2iananame): New function.
|
4 |
|
5 |
2002-07-13 Wakaba <w@suika.fam.cx>
|
6 |
|
7 |
* MediaType.pm (message/disposition-notification):
|
8 |
Fill host's FQDN and user agent product name
|
9 |
if fill_reporting_ua.
|
10 |
|
11 |
2002-07-02 Wakaba <w@suika.fam.cx>
|
12 |
|
13 |
* MediaType.pm: 'text_content' property is given to
|
14 |
some media types.
|
15 |
|
16 |
2002-06-23 Wakaba <w@suika.fam.cx>
|
17 |
|
18 |
* Charset.pm
|
19 |
- New name_minimumizers. (Some are moved from
|
20 |
Message::MIME::Charset::Jcode.)
|
21 |
- (%_MINIMUMIZER): New internal hash.
|
22 |
- Use internal name-minimumizer (with %_MINIMUMIZER)
|
23 |
if minimumizer is not defined in charset's definition.
|
24 |
* EncodedWord.pm (decode_ccontent): Order of arguments
|
25 |
is changed.
|
26 |
* MediaType.pm: Typo fix.
|
27 |
|
28 |
2002-06-11 wakaba <w@suika.fam.cx>
|
29 |
|
30 |
* Charset.pm (US-ASCII name-minimumizer): Returns "unknown-8bit"
|
31 |
when 8bit octets are included.
|
32 |
|
33 |
2002-06-09 wakaba <w@suika.fam.cx>
|
34 |
|
35 |
* Charset.pm:
|
36 |
- Support of 'name_minimumizer' property of charset object.
|
37 |
- (name_minimumize): New function.
|
38 |
* Encoding.pm (encode_qp): Don't encode inner WSPs within
|
39 |
tailing WSPs.
|
40 |
* MediaType.pm: Support of some new media types
|
41 |
and their parameters.
|
42 |
|
43 |
2002-06-01 wakaba <w@suika.fam.cx>
|
44 |
|
45 |
* Charset.pm:
|
46 |
- (encode): Returns minimum charset name if possible.
|
47 |
- (definition of iso-2022-int-1, us-ascii): mime_text = 1.
|
48 |
* Encoding.pm (decide_coderange): Returns 'binary'
|
49 |
when there are lines consist of more than 998 octets.
|
50 |
|
51 |
2002-05-30 wakaba <w@suika.fam.cx>
|
52 |
|
53 |
* Charset.pm:
|
54 |
- (%ENCODER, %DECODER, %N11NTABLE): Removed.
|
55 |
- (%CHARSET): New hash.
|
56 |
- (make_charset): New function.
|
57 |
* Encoding.pm:
|
58 |
- (decide_coderange): Checks media-type.
|
59 |
- (uuencode): Typo fix.
|
60 |
|
61 |
2002-05-29 wakaba <w@suika.fam.cx>
|
62 |
|
63 |
* MediaType.pm, Encoding.pm: New modules.
|
64 |
|
65 |
2002-05-25 wakaba <w@suika.fam.cx>
|
66 |
|
67 |
* Makefile: New file.
|
68 |
* EncodedWord.pm:
|
69 |
- Procedes trailing WSP correctly.
|
70 |
- Don't fail with unknown error.
|
71 |
|
72 |
2002-03-25 wakaba <w@suika.fam.cx>
|
73 |
|
74 |
* Charset.pm, EncodedWord.pm: New modules.
|
75 |
* ChangeLog: New file.
|