/[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.30 by wakaba, Mon Jul 8 11:49:18 2002 UTC
# Line 1  Line 1 
1    2002-07-08  Wakaba <w@suika.fam.cx>
2    
3            * Entity.pm (parse): Typo fix.
4    
5    2002-07-07  Wakaba <w@suika.fam.cx>
6    
7            * Entity.pm (check_md5): New method.
8            * Entity.pm (fill_md5, fill_md5_name, recalc_md5): New options.
9    
10    2002-07-06  Wakaba <w@suika.fam.cx>
11    
12            * Header.pm: Support of RFC 2774 namespace.
13    
14    2002-07-04  Wakaba <w@suika.fam.cx>
15    
16            * Util.pm (encode_printable_string, decode_printable_string,
17            encode_t71_string, decode_t71_string, encode_restricted_rfc822,
18            decode_restricted_rfc822): New functions.
19    
20    2002-07-02  Wakaba <w@suika.fam.cx>
21    
22            * Util.pm (decide_newline): New function.
23            * Entity.pm (parse): Call Message::Util::decide_newline
24            instead of local code.
25    
26    2002-06-23  Wakaba <w@suika.fam.cx>
27    
28            * Entity.pm (header_default_charset, header_default_charset_input):
29            New options.
30            * Header.pm (ditto): Likewise.
31            * Util.pm
32            - (angle_quoted, angle_qcontent, M_angle_quoted): New regexs
33            (Moved from Message::Field::AngleQuoted).
34            - (decode_ccontent): Order of arguments of
35            Message::MIME::EncodedWord::decode_ccontent is changed.
36            - (unquote_if_angle_quoted): New function.
37    
38    2002-06-16  wakaba <w@suika.fam.cx>
39    
40            * Header.pm (_n11n_field_name): Check namespace definition's
41            case_sensible option.
42            * Entity.pm (_add_ua): Removed.  (Moved to Message::Field::UA.)
43    
44    2002-06-14  wakaba <w@suika.fam.cx>
45    
46            * Entity.pm (parse): See 'strict_linebreak' option
47            and guess data's linebreak sequence.
48    
49    2002-06-11  wakaba <w@suika.fam.cx>
50    
51            * Header.pm (_item_match): Bug fix of "-by => 'ns'".
52            * Partial.pm (reassembly): New function.
53    
54    2002-06-10  wakaba <w@suika.fam.cx>
55    
56            * Entity.pm (force_mime_entity): New option.
57            * Header.pm (_item_match): -by => 'ns': New option.
58            * Partial.pm: New module.
59    
60    2002-06-09  wakaba <w@suika.fam.cx>
61    
62            * Entity.pm:
63            - (stringify): Minimumize MIME charset name when MIME'izing.
64            - (mime-entity): New 'format' type.
65            - (default_media_subtype): New option.  Now 'default_media_type'
66            is used for only (narrower meaning of) media type.
67            - (content_type): See 'default_media_type' and
68            'default_media_subtype'.  (Was hardcoded as 'text/plain'.)
69            - (option): '-resucrive': new option.
70            * Header.pm (parse, parse_array): Don't discard invalid
71            line (non-'field' line).  (Treat as "X-Unknown" field.)
72    
73    2002-06-01  wakaba <w@suika.fam.cx>
74    
75            * Entity.pm (_encode_body): Some bug fixes and
76            better support of CT/CTE/charset.
77            (_parse_value): Passes options 'body_default_charset'
78            and 'body_default_charset_input' and parameter
79            'header' to body class.
80            * Util.pm (encode_body_string, encode_header_string):
81            Returns minimum charset name if available.
82    
83    2002-05-30  wakaba <w@suika.fam.cx>
84    
85            * Entity.pm (_encode_body): Checks charset name
86            to decide CTE.
87    
88    2002-05-29  wakaba <w@suika.fam.cx>
89    
90            * Entity.pm:
91            - (%ENCODE, %DECODE): Removed.  (Moved to Message::MIME::Encoding)
92            - Uses \x0D\x0A instead of \n.  (Temporary.  `linebreak-strict'
93            and related options should be implemented /strictly/.)
94            - (_encode_body): Checks media type to choose CTE.
95            - (accept_coderange): New option.
96            - (body_default_media_type, body_default_charset): Likewise.
97            - (fill_ct): Likewise.
98            - Uses %Message::Header::NS_phname2uri instead of direct
99            access to namespace definition package.
100            - (content_type): Returns (type, subtype) list when wantarray'ed.
101            - (media_type): New method.  (Alias of content_type)
102            * Header.pm (_replace_hash_shift): Checks namespace of field name.
103    
104    2002-05-26  wakaba <w@suika.fam.cx>
105    
106            * Header.pm (url_mailto_safe): Removed.
107            (Moved to Message::Header::RFC822.)
108            
109            * Makefile: New file.
110            
111            * Entity.pm: Uses Win32 if use_config and $^O eq
112            MSWin32.
113    
114    2002-05-25  wakaba <w@suika.fam.cx>
115    
116            * Entity.pm, Header.pm: Supports namespaced header
117            field name started with { prefix "-" }.  (But
118            it is not completely supported yet.)
119            * Header/: New directory.
120            
121            * Header.pm: Uses Message::Field::Structured
122            as parent module.
123    
124    2002-05-16  wakaba <w@suika.fam.cx>
125    
126            * Util.pm:
127            - ($REG{NON_http_attribute_char_wsp}): New regex.
128            - (wsps_to_sp): New function.
129            - (decode_header_string): Don't do away tail WSPs.
130            - TODO: Util.pm must have some needless functions.
131    
132  2002-05-15  wakaba <w@suika.fam.cx>  2002-05-15  wakaba <w@suika.fam.cx>
133    
134          * Header.pm:          * Header.pm:

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24