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

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.23

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24