1 |
wakaba |
1.16 |
2002-12-29 Wakaba <w@suika.fam.cx>
|
2 |
|
|
|
3 |
|
|
* EncodedWord.pm (decode): Refine.
|
4 |
|
|
* Charset.pm (is_utf8): New.
|
5 |
|
|
|
6 |
wakaba |
1.15 |
2002-12-28 Wakaba <w@suika.fam.cx>
|
7 |
|
|
|
8 |
|
|
* Charset.pm (name_minimumizer): Third argument, $option is added.
|
9 |
|
|
(_utf8_on, _utf8_off): Require Encode in eval block.
|
10 |
|
|
(devide_string, _devide_string_1, get_property, get_interchange_charset,
|
11 |
|
|
is_representable_in): New functions.
|
12 |
|
|
(*default, *internal): New builtin charsets.
|
13 |
|
|
* EncodedWord.pm (encode, _encode_q_encoding, _encode): New.
|
14 |
|
|
(%ENCODER): Likewise.
|
15 |
|
|
|
16 |
wakaba |
1.14 |
2002-08-18 Wakaba <w@suika.fam.cx>
|
17 |
|
|
|
18 |
|
|
* Charset.pm (_name_utf16be, _name_utf32be): Removed.
|
19 |
|
|
(Moved to Message::MIME::Charset::MinName)
|
20 |
|
|
|
21 |
wakaba |
1.12 |
2002-07-22 Wakaba <w@suika.fam.cx>
|
22 |
|
|
|
23 |
|
|
* Charset.pm:
|
24 |
|
|
- (encode, decode): Reformed. Return a hash as second or
|
25 |
|
|
greter'th element of returned array. (Now only 'success'
|
26 |
|
|
key is used.)
|
27 |
wakaba |
1.13 |
- (_utf8_on, _utf8_off): New procedures.
|
28 |
|
|
- (%_IsMimeText): New hash.
|
29 |
|
|
- (is_mime_text): New function.
|
30 |
wakaba |
1.12 |
* EncodedWord.pm (_decode_eword): Fix for new
|
31 |
|
|
Message::MIME::Charset::decode.
|
32 |
|
|
|
33 |
|
|
2002-07-22 Wakaba <w@suika.fam.cx>
|
34 |
|
|
|
35 |
|
|
* Charset.pm:
|
36 |
|
|
- Separate 'x-unknown' from 'unknown-8bit'.
|
37 |
|
|
(unknown-8bit is now suitable as MIME text charset.
|
38 |
|
|
(But I don't know whether this is correct.
|
39 |
|
|
This charset is "8bit" (not "binary"!) and defined
|
40 |
|
|
for 8BITSMTP, so interpret like this.))
|
41 |
|
|
- New internal charset, '*undef' is defined.
|
42 |
|
|
|
43 |
wakaba |
1.11 |
2002-07-20 Wakaba <w@suika.fam.cx>
|
44 |
|
|
|
45 |
|
|
* Charset.pm (msname2iananame): New function.
|
46 |
|
|
|
47 |
wakaba |
1.10 |
2002-07-13 Wakaba <w@suika.fam.cx>
|
48 |
|
|
|
49 |
|
|
* MediaType.pm (message/disposition-notification):
|
50 |
|
|
Fill host's FQDN and user agent product name
|
51 |
|
|
if fill_reporting_ua.
|
52 |
|
|
|
53 |
wakaba |
1.9 |
2002-07-02 Wakaba <w@suika.fam.cx>
|
54 |
|
|
|
55 |
|
|
* MediaType.pm: 'text_content' property is given to
|
56 |
|
|
some media types.
|
57 |
|
|
|
58 |
wakaba |
1.8 |
2002-06-23 Wakaba <w@suika.fam.cx>
|
59 |
|
|
|
60 |
|
|
* Charset.pm
|
61 |
|
|
- New name_minimumizers. (Some are moved from
|
62 |
|
|
Message::MIME::Charset::Jcode.)
|
63 |
|
|
- (%_MINIMUMIZER): New internal hash.
|
64 |
|
|
- Use internal name-minimumizer (with %_MINIMUMIZER)
|
65 |
|
|
if minimumizer is not defined in charset's definition.
|
66 |
|
|
* EncodedWord.pm (decode_ccontent): Order of arguments
|
67 |
|
|
is changed.
|
68 |
|
|
* MediaType.pm: Typo fix.
|
69 |
|
|
|
70 |
wakaba |
1.7 |
2002-06-11 wakaba <w@suika.fam.cx>
|
71 |
|
|
|
72 |
|
|
* Charset.pm (US-ASCII name-minimumizer): Returns "unknown-8bit"
|
73 |
|
|
when 8bit octets are included.
|
74 |
|
|
|
75 |
wakaba |
1.6 |
2002-06-09 wakaba <w@suika.fam.cx>
|
76 |
|
|
|
77 |
|
|
* Charset.pm:
|
78 |
|
|
- Support of 'name_minimumizer' property of charset object.
|
79 |
|
|
- (name_minimumize): New function.
|
80 |
|
|
* Encoding.pm (encode_qp): Don't encode inner WSPs within
|
81 |
|
|
tailing WSPs.
|
82 |
|
|
* MediaType.pm: Support of some new media types
|
83 |
|
|
and their parameters.
|
84 |
|
|
|
85 |
wakaba |
1.5 |
2002-06-01 wakaba <w@suika.fam.cx>
|
86 |
|
|
|
87 |
|
|
* Charset.pm:
|
88 |
|
|
- (encode): Returns minimum charset name if possible.
|
89 |
|
|
- (definition of iso-2022-int-1, us-ascii): mime_text = 1.
|
90 |
|
|
* Encoding.pm (decide_coderange): Returns 'binary'
|
91 |
|
|
when there are lines consist of more than 998 octets.
|
92 |
|
|
|
93 |
wakaba |
1.4 |
2002-05-30 wakaba <w@suika.fam.cx>
|
94 |
|
|
|
95 |
|
|
* Charset.pm:
|
96 |
|
|
- (%ENCODER, %DECODER, %N11NTABLE): Removed.
|
97 |
|
|
- (%CHARSET): New hash.
|
98 |
|
|
- (make_charset): New function.
|
99 |
|
|
* Encoding.pm:
|
100 |
|
|
- (decide_coderange): Checks media-type.
|
101 |
|
|
- (uuencode): Typo fix.
|
102 |
|
|
|
103 |
wakaba |
1.3 |
2002-05-29 wakaba <w@suika.fam.cx>
|
104 |
|
|
|
105 |
|
|
* MediaType.pm, Encoding.pm: New modules.
|
106 |
|
|
|
107 |
wakaba |
1.2 |
2002-05-25 wakaba <w@suika.fam.cx>
|
108 |
|
|
|
109 |
|
|
* Makefile: New file.
|
110 |
|
|
* EncodedWord.pm:
|
111 |
|
|
- Procedes trailing WSP correctly.
|
112 |
|
|
- Don't fail with unknown error.
|
113 |
|
|
|
114 |
wakaba |
1.1 |
2002-03-25 wakaba <w@suika.fam.cx>
|
115 |
|
|
|
116 |
|
|
* Charset.pm, EncodedWord.pm: New modules.
|
117 |
|
|
* ChangeLog: New file.
|