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

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.41

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24