| 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>
|
| 63 |
|
| 64 |
* Charset.pm
|
| 65 |
- New name_minimumizers. (Some are moved from
|
| 66 |
Message::MIME::Charset::Jcode.)
|
| 67 |
- (%_MINIMUMIZER): New internal hash.
|
| 68 |
- Use internal name-minimumizer (with %_MINIMUMIZER)
|
| 69 |
if minimumizer is not defined in charset's definition.
|
| 70 |
* EncodedWord.pm (decode_ccontent): Order of arguments
|
| 71 |
is changed.
|
| 72 |
* MediaType.pm: Typo fix.
|
| 73 |
|
| 74 |
2002-06-11 wakaba <w@suika.fam.cx>
|
| 75 |
|
| 76 |
* Charset.pm (US-ASCII name-minimumizer): Returns "unknown-8bit"
|
| 77 |
when 8bit octets are included.
|
| 78 |
|
| 79 |
2002-06-09 wakaba <w@suika.fam.cx>
|
| 80 |
|
| 81 |
* Charset.pm:
|
| 82 |
- Support of 'name_minimumizer' property of charset object.
|
| 83 |
- (name_minimumize): New function.
|
| 84 |
* Encoding.pm (encode_qp): Don't encode inner WSPs within
|
| 85 |
tailing WSPs.
|
| 86 |
* MediaType.pm: Support of some new media types
|
| 87 |
and their parameters.
|
| 88 |
|
| 89 |
2002-06-01 wakaba <w@suika.fam.cx>
|
| 90 |
|
| 91 |
* Charset.pm:
|
| 92 |
- (encode): Returns minimum charset name if possible.
|
| 93 |
- (definition of iso-2022-int-1, us-ascii): mime_text = 1.
|
| 94 |
* Encoding.pm (decide_coderange): Returns 'binary'
|
| 95 |
when there are lines consist of more than 998 octets.
|
| 96 |
|
| 97 |
2002-05-30 wakaba <w@suika.fam.cx>
|
| 98 |
|
| 99 |
* Charset.pm:
|
| 100 |
- (%ENCODER, %DECODER, %N11NTABLE): Removed.
|
| 101 |
- (%CHARSET): New hash.
|
| 102 |
- (make_charset): New function.
|
| 103 |
* Encoding.pm:
|
| 104 |
- (decide_coderange): Checks media-type.
|
| 105 |
- (uuencode): Typo fix.
|
| 106 |
|
| 107 |
2002-05-29 wakaba <w@suika.fam.cx>
|
| 108 |
|
| 109 |
* MediaType.pm, Encoding.pm: New modules.
|
| 110 |
|
| 111 |
2002-05-25 wakaba <w@suika.fam.cx>
|
| 112 |
|
| 113 |
* Makefile: New file.
|
| 114 |
* EncodedWord.pm:
|
| 115 |
- Procedes trailing WSP correctly.
|
| 116 |
- Don't fail with unknown error.
|
| 117 |
|
| 118 |
2002-03-25 wakaba <w@suika.fam.cx>
|
| 119 |
|
| 120 |
* Charset.pm, EncodedWord.pm: New modules.
|
| 121 |
* ChangeLog: New file.
|