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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.56 - (show annotations) (download)
Sat Dec 6 10:01:37 2008 UTC (16 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.55: +4 -0 lines
++ manakai/lib/Message/ChangeLog	6 Dec 2008 10:01:15 -0000
2008-12-06  Wakaba  <wakaba@suika.fam.cx>

	* URL.pm: New module.

1 2008-12-06 Wakaba <wakaba@suika.fam.cx>
2
3 * URL.pm: New module.
4
5 2007-11-18 Wakaba <wakaba@suika.fam.cx>
6
7 * Charset/: New directory.
8
9 2007-08-11 Wakaba <wakaba@suika.fam.cx>
10
11 * Makefile: New directory |CGI| is added.
12
13 2007-08-11 Wakaba <wakaba@suika.fam.cx>
14
15 * CGI/: New directory.
16
17 2007-07-29 Wakaba <wakaba@suika.fam.cx>
18
19 * Makefile (all): Special rule for |Util| is removed.
20
21 * Charset/: Removed.
22
23 2007-05-26 Wakaba <wakaba@suika.fam.cx>
24
25 * IMT/: New directory.
26
27 2006-03-31 Wakaba <wakaba@suika.fam.cx>
28
29 * Makefile (clean-db): New rule.
30
31 2006-03-10 Wakaba <wakaba@suika.fam.cx>
32
33 * Makefile: Directories |URI| and |Charset| are added.
34
35 * Charset/: New directory.
36
37 2006-02-26 Wakaba <wakaba@suika.fam.cx>
38
39 * Makefile (distclean): New rule.
40
41 2005-09-22 Wakaba <wakaba@suika.fam.cx>
42
43 * Makefile: Rules to build subdirectories added.
44
45 2004-08-21 Wakaba <wakaba@suika.fam.cx>
46
47 * DOM/: New directory.
48
49 2004-01-06 Wakaba <wakaba@suika.fam.cx>
50
51 * Entity.pm (parse): Don't remove all "From"s within text when use_magic_line.
52
53 2003-01-04 Wakaba <w@suika.fam.cx>
54
55 * Util.pm (Message::Util::Wide::unquote_if_quoted_string): Give 's' option
56 to 's'.
57
58 2002-11-13 Wakaba <w@suika.fam.cx>
59
60 * Util.pm (%FMT2STR, sprintxf): Aliasnized.
61 (Moved to new module Message::Util::Formatter.)
62 * Util/: New directory.
63
64 2002-08-05 Wakaba <w@suika.fam.cx>
65
66 * Util.pm:
67 - (sprintxf): Use Message::Util::Wide::unquote_if_quoted_string
68 instead of Message::Util::unquote_if_quoted_string.
69 - (Message::Util::Wide): New package.
70 - (%Message::Util::Wide::REG): New hash.
71 - (Message::Util::unquote_if_quoted_string): New function.
72 - NOTE: "Wide" package is created to support utf8 string
73 of perl 5.7.3 or later. Utf8 string does not work
74 only for [\x00-\xFF] regex of current functions,
75 and this regex is used as (?:.|\x0D|\x0A). (Without
76 's' option, "." does not match with newline character.)
77 When we can do away problematic code from all
78 Message::* modules, we can also do away "Wide" package.
79
80 2002-08-04 Wakaba <w@suika.fam.cx>
81
82 * Entity.pm: Don't fill_source by default if format =~ http.
83
84 2002-08-01 Wakaba <w@suika.fam.cx>
85
86 * Entity.pm (list_name, list_count): New methods.
87
88 2002-07-28 Wakaba <w@suika.fam.cx>
89
90 * Entity.pm (destination, sender): New methods.
91 * Tool.pm (escape_from, unescape_from): New functions.
92
93 2002-07-26 Wakaba <w@suika.fam.cx>
94
95 * Entity.pm:
96 - (fill_missing_fields): New option.
97 - (fill_source, fill_destination): New options.
98 - (hook_stringify_fill_fields): Option removed.
99 * Header.pm:
100 - (_header_cmp): Removed.
101 - (@header_order, %header_order): Removed.
102 - (_scan_sort): Use Message::Header::* namespace packages to sort.
103
104 2002-07-25 Wakaba <w@suika.fam.cx>
105
106 * Tool.pm: New module.
107
108 2002-07-22 Wakaba <w@suika.fam.cx>
109
110 * Util.pm: Some fix for new returned value style
111 of Message::MIME::Charset.
112
113 2002-07-21 Wakaba <w@suika.fam.cx>
114
115 * Entity.pm (import): New.
116
117 2002-07-20 Wakaba <w@suika.fam.cx>
118
119 * Entity.pm (content_type): Guess media type:
120 text/x-message-rfc1153, text/x-pgp-cleatext-singed,
121 application/pgp, text/x-message-pem.
122
123 2002-07-19 Wakaba <w@suika.fam.cx>
124
125 * Entity.pm:
126 - (guess_media_type): New option.
127 - (content_type): Guess media type (text/x-message-rfc934)
128 if necessary.
129
130 2002-07-13 Wakaba <w@suika.fam.cx>
131
132 * Util.pm:
133 - (get_host_fqdn): New function.
134 - (%OPTION): New hash.
135 * Entity.pm (stringify): Pass 'format' option
136 to the body (when stringify'ing it) with
137 -parent_format option, instead of -format option.
138
139 2002-07-08 Wakaba <w@suika.fam.cx>
140
141 * Entity.pm (parse): Typo fix.
142 * Header.pm (hook_init_fill_options, hook_stringify_fill_fields):
143 New options.
144
145 2002-07-07 Wakaba <w@suika.fam.cx>
146
147 * Entity.pm (check_md5): New method.
148 * Entity.pm (fill_md5, fill_md5_name, recalc_md5): New options.
149
150 2002-07-06 Wakaba <w@suika.fam.cx>
151
152 * Header.pm: Support of RFC 2774 namespace.
153
154 2002-07-04 Wakaba <w@suika.fam.cx>
155
156 * Util.pm (encode_printable_string, decode_printable_string,
157 encode_t71_string, decode_t71_string, encode_restricted_rfc822,
158 decode_restricted_rfc822): New functions.
159
160 2002-07-02 Wakaba <w@suika.fam.cx>
161
162 * Util.pm (decide_newline): New function.
163 * Entity.pm (parse): Call Message::Util::decide_newline
164 instead of local code.
165
166 2002-06-23 Wakaba <w@suika.fam.cx>
167
168 * Entity.pm (header_default_charset, header_default_charset_input):
169 New options.
170 * Header.pm (ditto): Likewise.
171 * Util.pm
172 - (angle_quoted, angle_qcontent, M_angle_quoted): New regexs
173 (Moved from Message::Field::AngleQuoted).
174 - (decode_ccontent): Order of arguments of
175 Message::MIME::EncodedWord::decode_ccontent is changed.
176 - (unquote_if_angle_quoted): New function.
177
178 2002-06-16 wakaba <w@suika.fam.cx>
179
180 * Header.pm (_n11n_field_name): Check namespace definition's
181 case_sensible option.
182 * Entity.pm (_add_ua): Removed. (Moved to Message::Field::UA.)
183
184 2002-06-14 wakaba <w@suika.fam.cx>
185
186 * Entity.pm (parse): See 'strict_linebreak' option
187 and guess data's linebreak sequence.
188
189 2002-06-11 wakaba <w@suika.fam.cx>
190
191 * Header.pm (_item_match): Bug fix of "-by => 'ns'".
192 * Partial.pm (reassembly): New function.
193
194 2002-06-10 wakaba <w@suika.fam.cx>
195
196 * Entity.pm (force_mime_entity): New option.
197 * Header.pm (_item_match): -by => 'ns': New option.
198 * Partial.pm: New module.
199
200 2002-06-09 wakaba <w@suika.fam.cx>
201
202 * Entity.pm:
203 - (stringify): Minimumize MIME charset name when MIME'izing.
204 - (mime-entity): New 'format' type.
205 - (default_media_subtype): New option. Now 'default_media_type'
206 is used for only (narrower meaning of) media type.
207 - (content_type): See 'default_media_type' and
208 'default_media_subtype'. (Was hardcoded as 'text/plain'.)
209 - (option): '-resucrive': new option.
210 * Header.pm (parse, parse_array): Don't discard invalid
211 line (non-'field' line). (Treat as "X-Unknown" field.)
212
213 2002-06-01 wakaba <w@suika.fam.cx>
214
215 * Entity.pm (_encode_body): Some bug fixes and
216 better support of CT/CTE/charset.
217 (_parse_value): Passes options 'body_default_charset'
218 and 'body_default_charset_input' and parameter
219 'header' to body class.
220 * Util.pm (encode_body_string, encode_header_string):
221 Returns minimum charset name if available.
222
223 2002-05-30 wakaba <w@suika.fam.cx>
224
225 * Entity.pm (_encode_body): Checks charset name
226 to decide CTE.
227
228 2002-05-29 wakaba <w@suika.fam.cx>
229
230 * Entity.pm:
231 - (%ENCODE, %DECODE): Removed. (Moved to Message::MIME::Encoding)
232 - Uses \x0D\x0A instead of \n. (Temporary. `linebreak-strict'
233 and related options should be implemented /strictly/.)
234 - (_encode_body): Checks media type to choose CTE.
235 - (accept_coderange): New option.
236 - (body_default_media_type, body_default_charset): Likewise.
237 - (fill_ct): Likewise.
238 - Uses %Message::Header::NS_phname2uri instead of direct
239 access to namespace definition package.
240 - (content_type): Returns (type, subtype) list when wantarray'ed.
241 - (media_type): New method. (Alias of content_type)
242 * Header.pm (_replace_hash_shift): Checks namespace of field name.
243
244 2002-05-26 wakaba <w@suika.fam.cx>
245
246 * Header.pm (url_mailto_safe): Removed.
247 (Moved to Message::Header::RFC822.)
248
249 * Makefile: New file.
250
251 * Entity.pm: Uses Win32 if use_config and $^O eq
252 MSWin32.
253
254 2002-05-25 wakaba <w@suika.fam.cx>
255
256 * Entity.pm, Header.pm: Supports namespaced header
257 field name started with { prefix "-" }. (But
258 it is not completely supported yet.)
259 * Header/: New directory.
260
261 * Header.pm: Uses Message::Field::Structured
262 as parent module.
263
264 2002-05-16 wakaba <w@suika.fam.cx>
265
266 * Util.pm:
267 - ($REG{NON_http_attribute_char_wsp}): New regex.
268 - (wsps_to_sp): New function.
269 - (decode_header_string): Don't do away tail WSPs.
270 - TODO: Util.pm must have some needless functions.
271
272 2002-05-15 wakaba <w@suika.fam.cx>
273
274 * Header.pm:
275 - Add Resent-User-Agent: field support.
276 - Use Message::Field::Addresses instead of
277 Message::Field::Address.
278
279 2002-05-14 wakaba <w@suika.fam.cx>
280
281 * Entity.pm (pod:uri-url-mailto-*): New list-items.
282 (stringify): Output mailto: URL when format =~ url-mailto.
283 * Header.pm (stringify): Ditto.
284 * Util.pm: Bugs are fixed.
285 (remove_meaningless_wsp): New function.
286
287 2002-04-21 wakaba <w@suika.fam.cx>
288
289 * Entity.pm (pod:C<format>): New section.
290
291 2002-04-05 wakaba <w@suika.fam.cx>
292
293 * Util.pm: Add some functions from Message::Field::Structured.
294
295 2002-04-03 wakaba <w@suika.fam.cx>
296
297 * Entity.pm, Header.pm: Updated.
298
299 2002-03-31 wakaba <w@suika.fam.cx>
300
301 * Header.pm: Support Message::Field::URI.
302
303 2002-03-27 wakaba <w@suika.fam.cx>
304
305 * Fix bug of treatment of FWS sorounding encoded-word.
306 (MIME/EncodedWord.pm and related modules.)
307
308 2002-03-26 wakaba <w@suika.fam.cx>
309
310 * Entity.pm: Adds User-Agent: value when stringify.
311 (ua_field_name, ua_use_config): New options.
312 (add_ua): New option.
313 (_add_ua): New proceder.
314
315 2002-03-25 wakaba <w@suika.fam.cx>
316
317 * MIME/: New directory.
318 * Util.pm: New module.
319 * Entity.pm, Header.pm (parse_all): New option.
320 (hook_encode_string, hook_decode_string): Likewise.
321
322 2002-03-23 wakaba <w@suika.fam.cx>
323
324 * Header.pm: Supports Message::Field::CSV,
325 Message::Field::ValueParams, Message::Field::ContentType,
326 Message::Field::ContentDisposition.
327
328 2002-03-21 wakaba <w@suika.fam.cx>
329
330 * Body/: New directory.
331
332 2002-03-16 wakaba <w@suika.fam.cx>
333
334 * Header.pm: Use Message::Field::Date.
335
336 2002-03-13 wakaba <w@suika.fam.cx>
337
338 * Header.pm: New module.
339 * Entity.pm: Likewise.
340
341 * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24