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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24