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

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.28

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24