/[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.20 by wakaba, Sun Jun 9 11:20:24 2002 UTC revision 1.43 by wakaba, Mon Aug 5 09:40:54 2002 UTC
# Line 1  Line 1 
1    2002-08-05  Wakaba <w@suika.fam.cx>
2    
3            * Util.pm:
4            - (sprintxf): Use Message::Util::Wide::unquote_if_quoted_string
5            instead of Message::Util::unquote_if_quoted_string.
6            - (Message::Util::Wide): New package.
7            - (%Message::Util::Wide::REG): New hash.
8            - (Message::Util::unquote_if_quoted_string): New function.
9            - NOTE: "Wide" package is created to support utf8 string
10            of perl 5.7.3 or later.  Utf8 string does not work
11            only for [\x00-\xFF] regex of current functions,
12            and this regex is used as (?:.|\x0D|\x0A).  (Without
13            's' option, "." does not match with newline character.)
14            When we can do away problematic code from all
15            Message::* modules, we can also do away "Wide" package.
16    
17    2002-08-04  Wakaba <w@suika.fam.cx>
18    
19            * Entity.pm: Don't fill_source by default if format =~ http.
20    
21    2002-08-01  Wakaba <w@suika.fam.cx>
22    
23            * Entity.pm (list_name, list_count): New methods.
24    
25    2002-07-28  Wakaba <w@suika.fam.cx>
26    
27            * Entity.pm (destination, sender): New methods.
28            * Tool.pm (escape_from, unescape_from): New functions.
29    
30    2002-07-26  Wakaba <w@suika.fam.cx>
31    
32            * Entity.pm:
33            - (fill_missing_fields): New option.
34            - (fill_source, fill_destination): New options.
35            - (hook_stringify_fill_fields): Option removed.
36            * Header.pm:
37            - (_header_cmp): Removed.
38            - (@header_order, %header_order): Removed.
39            - (_scan_sort): Use Message::Header::* namespace packages to sort.
40    
41    2002-07-25  Wakaba <w@suika.fam.cx>
42    
43            * Tool.pm: New module.
44    
45    2002-07-22  Wakaba <w@suika.fam.cx>
46    
47            * Util.pm: Some fix for new returned value style
48            of Message::MIME::Charset.
49    
50    2002-07-21  Wakaba <w@suika.fam.cx>
51    
52            * Entity.pm (import): New.
53    
54    2002-07-20  Wakaba <w@suika.fam.cx>
55    
56            * Entity.pm (content_type): Guess media type:
57            text/x-message-rfc1153, text/x-pgp-cleatext-singed,
58            application/pgp, text/x-message-pem.
59    
60    2002-07-19  Wakaba <w@suika.fam.cx>
61    
62            * Entity.pm:
63            - (guess_media_type): New option.
64            - (content_type): Guess media type (text/x-message-rfc934)
65            if necessary.
66    
67    2002-07-13  Wakaba <w@suika.fam.cx>
68    
69            * Util.pm:
70            - (get_host_fqdn): New function.
71            - (%OPTION): New hash.
72            * Entity.pm (stringify): Pass 'format' option
73            to the body (when stringify'ing it) with
74            -parent_format option, instead of -format option.
75    
76    2002-07-08  Wakaba <w@suika.fam.cx>
77    
78            * Entity.pm (parse): Typo fix.
79            * Header.pm (hook_init_fill_options, hook_stringify_fill_fields):
80            New options.
81    
82    2002-07-07  Wakaba <w@suika.fam.cx>
83    
84            * Entity.pm (check_md5): New method.
85            * Entity.pm (fill_md5, fill_md5_name, recalc_md5): New options.
86    
87    2002-07-06  Wakaba <w@suika.fam.cx>
88    
89            * Header.pm: Support of RFC 2774 namespace.
90    
91    2002-07-04  Wakaba <w@suika.fam.cx>
92    
93            * Util.pm (encode_printable_string, decode_printable_string,
94            encode_t71_string, decode_t71_string, encode_restricted_rfc822,
95            decode_restricted_rfc822): New functions.
96    
97    2002-07-02  Wakaba <w@suika.fam.cx>
98    
99            * Util.pm (decide_newline): New function.
100            * Entity.pm (parse): Call Message::Util::decide_newline
101            instead of local code.
102    
103    2002-06-23  Wakaba <w@suika.fam.cx>
104    
105            * Entity.pm (header_default_charset, header_default_charset_input):
106            New options.
107            * Header.pm (ditto): Likewise.
108            * Util.pm
109            - (angle_quoted, angle_qcontent, M_angle_quoted): New regexs
110            (Moved from Message::Field::AngleQuoted).
111            - (decode_ccontent): Order of arguments of
112            Message::MIME::EncodedWord::decode_ccontent is changed.
113            - (unquote_if_angle_quoted): New function.
114    
115    2002-06-16  wakaba <w@suika.fam.cx>
116    
117            * Header.pm (_n11n_field_name): Check namespace definition's
118            case_sensible option.
119            * Entity.pm (_add_ua): Removed.  (Moved to Message::Field::UA.)
120    
121    2002-06-14  wakaba <w@suika.fam.cx>
122    
123            * Entity.pm (parse): See 'strict_linebreak' option
124            and guess data's linebreak sequence.
125    
126    2002-06-11  wakaba <w@suika.fam.cx>
127    
128            * Header.pm (_item_match): Bug fix of "-by => 'ns'".
129            * Partial.pm (reassembly): New function.
130    
131    2002-06-10  wakaba <w@suika.fam.cx>
132    
133            * Entity.pm (force_mime_entity): New option.
134            * Header.pm (_item_match): -by => 'ns': New option.
135            * Partial.pm: New module.
136    
137  2002-06-09  wakaba <w@suika.fam.cx>  2002-06-09  wakaba <w@suika.fam.cx>
138    
139          * Entity.pm:          * Entity.pm:

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.43

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24