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

Diff of /messaging/manakai/lib/Message/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.47

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24