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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.54 - (show annotations) (download)
Sat Aug 11 13:37:09 2007 UTC (17 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: manakai-release-0-4-0
Changes since 1.53: +8 -0 lines
++ manakai/lib/Message/ChangeLog	11 Aug 2007 13:36:49 -0000
2007-08-11  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: New directory |CGI| is added.

2007-08-11  Wakaba  <wakaba@suika.fam.cx>

	* CGI/: New directory.

++ manakai/lib/Message/CGI/ChangeLog	11 Aug 2007 13:33:26 -0000
	* Makefile: New file.

	* HTTP.pm: Reformed for manakai.

2007-08-11  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24