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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.25 - (hide annotations) (download)
Sun Jun 23 12:20:11 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.24: +12 -0 lines
2002-06-23  Wakaba <w@suika.fam.cx>

	* Entity.pm (header_default_charset, header_default_charset_input):
	New options.
	* Header.pm (ditto): Likewise.
	* Util.pm
	- (angle_quoted, angle_qcontent, M_angle_quoted): New regexs
	(Moved from Message::Field::AngleQuoted).
	- (decode_ccontent): Order of arguments of 
	Message::MIME::EncodedWord::decode_ccontent is changed.
	- (unquote_if_angle_quoted): New function.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24