/[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 - (hide annotations) (download)
Sat Aug 11 13:37:09 2007 UTC (17 years, 3 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 wakaba 1.54 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 wakaba 1.53 2007-07-29 Wakaba <wakaba@suika.fam.cx>
10    
11     * Makefile (all): Special rule for |Util| is removed.
12    
13     * Charset/: Removed.
14    
15 wakaba 1.52 2007-05-26 Wakaba <wakaba@suika.fam.cx>
16    
17     * IMT/: New directory.
18    
19 wakaba 1.51 2006-03-31 Wakaba <wakaba@suika.fam.cx>
20    
21     * Makefile (clean-db): New rule.
22    
23 wakaba 1.50 2006-03-10 Wakaba <wakaba@suika.fam.cx>
24    
25     * Makefile: Directories |URI| and |Charset| are added.
26    
27     * Charset/: New directory.
28    
29 wakaba 1.49 2006-02-26 Wakaba <wakaba@suika.fam.cx>
30    
31     * Makefile (distclean): New rule.
32    
33 wakaba 1.48 2005-09-22 Wakaba <wakaba@suika.fam.cx>
34    
35     * Makefile: Rules to build subdirectories added.
36    
37 wakaba 1.47 2004-08-21 Wakaba <wakaba@suika.fam.cx>
38    
39     * DOM/: New directory.
40    
41 wakaba 1.46 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 w 1.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 wakaba 1.44 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 wakaba 1.43 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 wakaba 1.42 2002-08-04 Wakaba <w@suika.fam.cx>
73    
74     * Entity.pm: Don't fill_source by default if format =~ http.
75    
76 wakaba 1.41 2002-08-01 Wakaba <w@suika.fam.cx>
77    
78     * Entity.pm (list_name, list_count): New methods.
79    
80 wakaba 1.39 2002-07-28 Wakaba <w@suika.fam.cx>
81    
82     * Entity.pm (destination, sender): New methods.
83 wakaba 1.40 * Tool.pm (escape_from, unescape_from): New functions.
84 wakaba 1.39
85 wakaba 1.37 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 wakaba 1.38 - (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 wakaba 1.37
96 wakaba 1.36 2002-07-25 Wakaba <w@suika.fam.cx>
97    
98     * Tool.pm: New module.
99    
100 wakaba 1.35 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 wakaba 1.34 2002-07-21 Wakaba <w@suika.fam.cx>
106    
107     * Entity.pm (import): New.
108    
109 wakaba 1.33 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 wakaba 1.32 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 wakaba 1.30 2002-07-08 Wakaba <w@suika.fam.cx>
132    
133     * Entity.pm (parse): Typo fix.
134 wakaba 1.31 * Header.pm (hook_init_fill_options, hook_stringify_fill_fields):
135     New options.
136 wakaba 1.30
137 wakaba 1.29 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 wakaba 1.28 2002-07-06 Wakaba <w@suika.fam.cx>
143    
144     * Header.pm: Support of RFC 2774 namespace.
145    
146 wakaba 1.27 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 wakaba 1.26 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 wakaba 1.25 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 wakaba 1.24 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 wakaba 1.23 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 wakaba 1.22 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 wakaba 1.21 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 wakaba 1.20 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 wakaba 1.19 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 wakaba 1.18 2002-05-30 wakaba <w@suika.fam.cx>
216    
217     * Entity.pm (_encode_body): Checks charset name
218     to decide CTE.
219    
220 wakaba 1.17 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 wakaba 1.16 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 wakaba 1.17
243     * Entity.pm: Uses Win32 if use_config and $^O eq
244     MSWin32.
245 wakaba 1.16
246 wakaba 1.15 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 wakaba 1.14 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 wakaba 1.13 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 wakaba 1.12 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 wakaba 1.11 2002-04-21 wakaba <w@suika.fam.cx>
280    
281     * Entity.pm (pod:C<format>): New section.
282    
283 wakaba 1.10 2002-04-05 wakaba <w@suika.fam.cx>
284    
285     * Util.pm: Add some functions from Message::Field::Structured.
286    
287 wakaba 1.9 2002-04-03 wakaba <w@suika.fam.cx>
288    
289     * Entity.pm, Header.pm: Updated.
290    
291 wakaba 1.8 2002-03-31 wakaba <w@suika.fam.cx>
292    
293     * Header.pm: Support Message::Field::URI.
294    
295 wakaba 1.7 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 wakaba 1.6 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 wakaba 1.5 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 wakaba 1.4 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 wakaba 1.3 2002-03-21 wakaba <w@suika.fam.cx>
321    
322     * Body/: New directory.
323    
324 wakaba 1.2 2002-03-16 wakaba <w@suika.fam.cx>
325    
326     * Header.pm: Use Message::Field::Date.
327    
328 wakaba 1.1 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