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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.26 - (hide annotations) (download)
Tue Jul 2 06:37:56 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.25: +6 -0 lines
2002-07-02  Wakaba <w@suika.fam.cx>

	* Util.pm (decide_newline): New function.
	* Entity.pm (parse): Call Message::Util::decide_newline
	instead of local code.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24