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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24