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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24