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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.53 - (hide annotations) (download)
Sun Jul 29 08:04:40 2007 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.52: +6 -0 lines
++ ChangeLog	29 Jul 2007 08:02:27 -0000
2007-07-29  Wakaba  <wakaba@suika.fam.cx>

	* Makefile.PL: Updated.

++ manakai/lib/ChangeLog	29 Jul 2007 08:03:11 -0000
	* Makefile: No longer recurse into |manakai| and the
	AutoLoad module.

2007-07-29  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/ChangeLog	29 Jul 2007 08:03:25 -0000
2007-07-29  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (all): Special rule for |Util| is removed.

	* Charset/: Removed.

++ manakai/lib/Message/DOM/ChangeLog	29 Jul 2007 07:51:50 -0000
	* Text.pm: |Message::DOM::Traversal, an obsolete module,
	was referenced.

2007-07-29  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/ChangeLog	29 Jul 2007 08:03:51 -0000
	* Makefile: Rules for DIS are removed.

2007-07-29  Wakaba  <wakaba@suika.fam.cx>

++ manakai/t/ChangeLog	29 Jul 2007 08:04:33 -0000
2007-07-29  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Rules for DIS tests are removed.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24