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

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.44

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24