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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24