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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.57 - (hide annotations) (download)
Mon Dec 15 06:14:48 2008 UTC (15 years, 11 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.56: +4 -0 lines
++ manakai/lib/Message/ChangeLog	15 Dec 2008 06:14:23 -0000
2008-12-14  Wakaba  <wakaba@suika.fam.cx>

	* Date.pm: New module.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24