/[suikacvs]/messaging/manakai/lib/Message/MIME/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/MIME/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.15 - (hide annotations) (download)
Sat Dec 28 09:07:05 2002 UTC (21 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.14: +10 -0 lines
Encoding encoded-word is supported

1 wakaba 1.15 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 wakaba 1.14 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 wakaba 1.12 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 wakaba 1.13 - (_utf8_on, _utf8_off): New procedures.
23     - (%_IsMimeText): New hash.
24     - (is_mime_text): New function.
25 wakaba 1.12 * 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 wakaba 1.11 2002-07-20 Wakaba <w@suika.fam.cx>
39    
40     * Charset.pm (msname2iananame): New function.
41    
42 wakaba 1.10 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 wakaba 1.9 2002-07-02 Wakaba <w@suika.fam.cx>
49    
50     * MediaType.pm: 'text_content' property is given to
51     some media types.
52    
53 wakaba 1.8 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 wakaba 1.7 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 wakaba 1.6 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 wakaba 1.5 2002-06-01 wakaba <w@suika.fam.cx>
81    
82     * Charset.pm:
83     - (encode): Returns minimum charset name if possible.
84     - (definition of iso-2022-int-1, us-ascii): mime_text = 1.
85     * Encoding.pm (decide_coderange): Returns 'binary'
86     when there are lines consist of more than 998 octets.
87    
88 wakaba 1.4 2002-05-30 wakaba <w@suika.fam.cx>
89    
90     * Charset.pm:
91     - (%ENCODER, %DECODER, %N11NTABLE): Removed.
92     - (%CHARSET): New hash.
93     - (make_charset): New function.
94     * Encoding.pm:
95     - (decide_coderange): Checks media-type.
96     - (uuencode): Typo fix.
97    
98 wakaba 1.3 2002-05-29 wakaba <w@suika.fam.cx>
99    
100     * MediaType.pm, Encoding.pm: New modules.
101    
102 wakaba 1.2 2002-05-25 wakaba <w@suika.fam.cx>
103    
104     * Makefile: New file.
105     * EncodedWord.pm:
106     - Procedes trailing WSP correctly.
107     - Don't fail with unknown error.
108    
109 wakaba 1.1 2002-03-25 wakaba <w@suika.fam.cx>
110    
111     * Charset.pm, EncodedWord.pm: New modules.
112     * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24