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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.21 - (hide annotations) (download)
Tue Jun 11 13:01:21 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.20: +6 -0 lines
2002-06-10  wakaba <w@suika.fam.cx>

	* Entity.pm (force_mime_entity): New option.
	* Header.pm (_item_match): -by => 'ns': New option.
	* Partial.pm: New module.

1 wakaba 1.21 2002-06-10 wakaba <w@suika.fam.cx>
2    
3     * Entity.pm (force_mime_entity): New option.
4     * Header.pm (_item_match): -by => 'ns': New option.
5     * Partial.pm: New module.
6    
7 wakaba 1.20 2002-06-09 wakaba <w@suika.fam.cx>
8    
9     * Entity.pm:
10     - (stringify): Minimumize MIME charset name when MIME'izing.
11     - (mime-entity): New 'format' type.
12     - (default_media_subtype): New option. Now 'default_media_type'
13     is used for only (narrower meaning of) media type.
14     - (content_type): See 'default_media_type' and
15     'default_media_subtype'. (Was hardcoded as 'text/plain'.)
16     - (option): '-resucrive': new option.
17     * Header.pm (parse, parse_array): Don't discard invalid
18     line (non-'field' line). (Treat as "X-Unknown" field.)
19    
20 wakaba 1.19 2002-06-01 wakaba <w@suika.fam.cx>
21    
22     * Entity.pm (_encode_body): Some bug fixes and
23     better support of CT/CTE/charset.
24     (_parse_value): Passes options 'body_default_charset'
25     and 'body_default_charset_input' and parameter
26     'header' to body class.
27     * Util.pm (encode_body_string, encode_header_string):
28     Returns minimum charset name if available.
29    
30 wakaba 1.18 2002-05-30 wakaba <w@suika.fam.cx>
31    
32     * Entity.pm (_encode_body): Checks charset name
33     to decide CTE.
34    
35 wakaba 1.17 2002-05-29 wakaba <w@suika.fam.cx>
36    
37     * Entity.pm:
38     - (%ENCODE, %DECODE): Removed. (Moved to Message::MIME::Encoding)
39     - Uses \x0D\x0A instead of \n. (Temporary. `linebreak-strict'
40     and related options should be implemented /strictly/.)
41     - (_encode_body): Checks media type to choose CTE.
42     - (accept_coderange): New option.
43     - (body_default_media_type, body_default_charset): Likewise.
44     - (fill_ct): Likewise.
45     - Uses %Message::Header::NS_phname2uri instead of direct
46     access to namespace definition package.
47     - (content_type): Returns (type, subtype) list when wantarray'ed.
48     - (media_type): New method. (Alias of content_type)
49     * Header.pm (_replace_hash_shift): Checks namespace of field name.
50    
51 wakaba 1.16 2002-05-26 wakaba <w@suika.fam.cx>
52    
53     * Header.pm (url_mailto_safe): Removed.
54     (Moved to Message::Header::RFC822.)
55    
56     * Makefile: New file.
57 wakaba 1.17
58     * Entity.pm: Uses Win32 if use_config and $^O eq
59     MSWin32.
60 wakaba 1.16
61 wakaba 1.15 2002-05-25 wakaba <w@suika.fam.cx>
62    
63     * Entity.pm, Header.pm: Supports namespaced header
64     field name started with { prefix "-" }. (But
65     it is not completely supported yet.)
66     * Header/: New directory.
67    
68     * Header.pm: Uses Message::Field::Structured
69     as parent module.
70    
71 wakaba 1.14 2002-05-16 wakaba <w@suika.fam.cx>
72    
73     * Util.pm:
74     - ($REG{NON_http_attribute_char_wsp}): New regex.
75     - (wsps_to_sp): New function.
76     - (decode_header_string): Don't do away tail WSPs.
77     - TODO: Util.pm must have some needless functions.
78    
79 wakaba 1.13 2002-05-15 wakaba <w@suika.fam.cx>
80    
81     * Header.pm:
82     - Add Resent-User-Agent: field support.
83     - Use Message::Field::Addresses instead of
84     Message::Field::Address.
85    
86 wakaba 1.12 2002-05-14 wakaba <w@suika.fam.cx>
87    
88     * Entity.pm (pod:uri-url-mailto-*): New list-items.
89     (stringify): Output mailto: URL when format =~ url-mailto.
90     * Header.pm (stringify): Ditto.
91     * Util.pm: Bugs are fixed.
92     (remove_meaningless_wsp): New function.
93    
94 wakaba 1.11 2002-04-21 wakaba <w@suika.fam.cx>
95    
96     * Entity.pm (pod:C<format>): New section.
97    
98 wakaba 1.10 2002-04-05 wakaba <w@suika.fam.cx>
99    
100     * Util.pm: Add some functions from Message::Field::Structured.
101    
102 wakaba 1.9 2002-04-03 wakaba <w@suika.fam.cx>
103    
104     * Entity.pm, Header.pm: Updated.
105    
106 wakaba 1.8 2002-03-31 wakaba <w@suika.fam.cx>
107    
108     * Header.pm: Support Message::Field::URI.
109    
110 wakaba 1.7 2002-03-27 wakaba <w@suika.fam.cx>
111    
112     * Fix bug of treatment of FWS sorounding encoded-word.
113     (MIME/EncodedWord.pm and related modules.)
114    
115 wakaba 1.6 2002-03-26 wakaba <w@suika.fam.cx>
116    
117     * Entity.pm: Adds User-Agent: value when stringify.
118     (ua_field_name, ua_use_config): New options.
119     (add_ua): New option.
120     (_add_ua): New proceder.
121    
122 wakaba 1.5 2002-03-25 wakaba <w@suika.fam.cx>
123    
124     * MIME/: New directory.
125     * Util.pm: New module.
126     * Entity.pm, Header.pm (parse_all): New option.
127     (hook_encode_string, hook_decode_string): Likewise.
128    
129 wakaba 1.4 2002-03-23 wakaba <w@suika.fam.cx>
130    
131     * Header.pm: Supports Message::Field::CSV,
132     Message::Field::ValueParams, Message::Field::ContentType,
133     Message::Field::ContentDisposition.
134    
135 wakaba 1.3 2002-03-21 wakaba <w@suika.fam.cx>
136    
137     * Body/: New directory.
138    
139 wakaba 1.2 2002-03-16 wakaba <w@suika.fam.cx>
140    
141     * Header.pm: Use Message::Field::Date.
142    
143 wakaba 1.1 2002-03-13 wakaba <w@suika.fam.cx>
144    
145     * Header.pm: New module.
146     * Entity.pm: Likewise.
147    
148     * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24