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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24