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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.55 - (show annotations) (download)
Sun Nov 18 11:08:40 2007 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.54: +4 -0 lines
++ manakai/lib/Message/ChangeLog	18 Nov 2007 05:58:46 -0000
2007-11-18  Wakaba  <wakaba@suika.fam.cx>

	* Charset/: New directory.

++ manakai/lib/Message/DOM/ChangeLog	18 Nov 2007 08:56:34 -0000
2007-11-18  Wakaba  <wakaba@suika.fam.cx>

	* Document.pm, Entity.pm (manakai_has_bom,
	manakai_charset): New attributes.

++ manakai/lib/Message/Charset/ChangeLog	18 Nov 2007 11:08:08 -0000
2007-11-18  Wakaba  <wakaba@suika.fam.cx>

	* Info.pm: New Perl module.

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

	* ChangeLog: New file.


++ manakai/t/ChangeLog	18 Nov 2007 08:41:50 -0000
2007-11-18  Wakaba  <wakaba@suika.fam.cx>

	* DOM-Document.t, DOM-Entity.t: New tests for |manakai_has_bom|
	attribute.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24