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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.45 - (hide annotations) (download)
Sat Jan 4 03:14:38 2003 UTC (21 years, 10 months ago) by w
Branch: MAIN
Branch point for: branch-suikawiki-1
Changes since 1.44: +5 -0 lines
Bug fix

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24