/[suikacvs]/messaging/manakai/lib/Message/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.24 - (hide annotations) (download)
Sun Jun 16 10:45:54 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.23: +6 -0 lines
2002-06-16  wakaba <w@suika.fam.cx>

	* Header.pm (_n11n_field_name): Check namespace definition's
	case_sensible option.
	* Entity.pm (_add_ua): Removed.  (Moved to Message::Field::UA.)

1 wakaba 1.24 2002-06-16 wakaba <w@suika.fam.cx>
2    
3     * Header.pm (_n11n_field_name): Check namespace definition's
4     case_sensible option.
5     * Entity.pm (_add_ua): Removed. (Moved to Message::Field::UA.)
6    
7 wakaba 1.23 2002-06-14 wakaba <w@suika.fam.cx>
8    
9     * Entity.pm (parse): See 'strict_linebreak' option
10     and guess data's linebreak sequence.
11    
12 wakaba 1.22 2002-06-11 wakaba <w@suika.fam.cx>
13    
14     * Header.pm (_item_match): Bug fix of "-by => 'ns'".
15     * Partial.pm (reassembly): New function.
16    
17 wakaba 1.21 2002-06-10 wakaba <w@suika.fam.cx>
18    
19     * Entity.pm (force_mime_entity): New option.
20     * Header.pm (_item_match): -by => 'ns': New option.
21     * Partial.pm: New module.
22    
23 wakaba 1.20 2002-06-09 wakaba <w@suika.fam.cx>
24    
25     * Entity.pm:
26     - (stringify): Minimumize MIME charset name when MIME'izing.
27     - (mime-entity): New 'format' type.
28     - (default_media_subtype): New option. Now 'default_media_type'
29     is used for only (narrower meaning of) media type.
30     - (content_type): See 'default_media_type' and
31     'default_media_subtype'. (Was hardcoded as 'text/plain'.)
32     - (option): '-resucrive': new option.
33     * Header.pm (parse, parse_array): Don't discard invalid
34     line (non-'field' line). (Treat as "X-Unknown" field.)
35    
36 wakaba 1.19 2002-06-01 wakaba <w@suika.fam.cx>
37    
38     * Entity.pm (_encode_body): Some bug fixes and
39     better support of CT/CTE/charset.
40     (_parse_value): Passes options 'body_default_charset'
41     and 'body_default_charset_input' and parameter
42     'header' to body class.
43     * Util.pm (encode_body_string, encode_header_string):
44     Returns minimum charset name if available.
45    
46 wakaba 1.18 2002-05-30 wakaba <w@suika.fam.cx>
47    
48     * Entity.pm (_encode_body): Checks charset name
49     to decide CTE.
50    
51 wakaba 1.17 2002-05-29 wakaba <w@suika.fam.cx>
52    
53     * Entity.pm:
54     - (%ENCODE, %DECODE): Removed. (Moved to Message::MIME::Encoding)
55     - Uses \x0D\x0A instead of \n. (Temporary. `linebreak-strict'
56     and related options should be implemented /strictly/.)
57     - (_encode_body): Checks media type to choose CTE.
58     - (accept_coderange): New option.
59     - (body_default_media_type, body_default_charset): Likewise.
60     - (fill_ct): Likewise.
61     - Uses %Message::Header::NS_phname2uri instead of direct
62     access to namespace definition package.
63     - (content_type): Returns (type, subtype) list when wantarray'ed.
64     - (media_type): New method. (Alias of content_type)
65     * Header.pm (_replace_hash_shift): Checks namespace of field name.
66    
67 wakaba 1.16 2002-05-26 wakaba <w@suika.fam.cx>
68    
69     * Header.pm (url_mailto_safe): Removed.
70     (Moved to Message::Header::RFC822.)
71    
72     * Makefile: New file.
73 wakaba 1.17
74     * Entity.pm: Uses Win32 if use_config and $^O eq
75     MSWin32.
76 wakaba 1.16
77 wakaba 1.15 2002-05-25 wakaba <w@suika.fam.cx>
78    
79     * Entity.pm, Header.pm: Supports namespaced header
80     field name started with { prefix "-" }. (But
81     it is not completely supported yet.)
82     * Header/: New directory.
83    
84     * Header.pm: Uses Message::Field::Structured
85     as parent module.
86    
87 wakaba 1.14 2002-05-16 wakaba <w@suika.fam.cx>
88    
89     * Util.pm:
90     - ($REG{NON_http_attribute_char_wsp}): New regex.
91     - (wsps_to_sp): New function.
92     - (decode_header_string): Don't do away tail WSPs.
93     - TODO: Util.pm must have some needless functions.
94    
95 wakaba 1.13 2002-05-15 wakaba <w@suika.fam.cx>
96    
97     * Header.pm:
98     - Add Resent-User-Agent: field support.
99     - Use Message::Field::Addresses instead of
100     Message::Field::Address.
101    
102 wakaba 1.12 2002-05-14 wakaba <w@suika.fam.cx>
103    
104     * Entity.pm (pod:uri-url-mailto-*): New list-items.
105     (stringify): Output mailto: URL when format =~ url-mailto.
106     * Header.pm (stringify): Ditto.
107     * Util.pm: Bugs are fixed.
108     (remove_meaningless_wsp): New function.
109    
110 wakaba 1.11 2002-04-21 wakaba <w@suika.fam.cx>
111    
112     * Entity.pm (pod:C<format>): New section.
113    
114 wakaba 1.10 2002-04-05 wakaba <w@suika.fam.cx>
115    
116     * Util.pm: Add some functions from Message::Field::Structured.
117    
118 wakaba 1.9 2002-04-03 wakaba <w@suika.fam.cx>
119    
120     * Entity.pm, Header.pm: Updated.
121    
122 wakaba 1.8 2002-03-31 wakaba <w@suika.fam.cx>
123    
124     * Header.pm: Support Message::Field::URI.
125    
126 wakaba 1.7 2002-03-27 wakaba <w@suika.fam.cx>
127    
128     * Fix bug of treatment of FWS sorounding encoded-word.
129     (MIME/EncodedWord.pm and related modules.)
130    
131 wakaba 1.6 2002-03-26 wakaba <w@suika.fam.cx>
132    
133     * Entity.pm: Adds User-Agent: value when stringify.
134     (ua_field_name, ua_use_config): New options.
135     (add_ua): New option.
136     (_add_ua): New proceder.
137    
138 wakaba 1.5 2002-03-25 wakaba <w@suika.fam.cx>
139    
140     * MIME/: New directory.
141     * Util.pm: New module.
142     * Entity.pm, Header.pm (parse_all): New option.
143     (hook_encode_string, hook_decode_string): Likewise.
144    
145 wakaba 1.4 2002-03-23 wakaba <w@suika.fam.cx>
146    
147     * Header.pm: Supports Message::Field::CSV,
148     Message::Field::ValueParams, Message::Field::ContentType,
149     Message::Field::ContentDisposition.
150    
151 wakaba 1.3 2002-03-21 wakaba <w@suika.fam.cx>
152    
153     * Body/: New directory.
154    
155 wakaba 1.2 2002-03-16 wakaba <w@suika.fam.cx>
156    
157     * Header.pm: Use Message::Field::Date.
158    
159 wakaba 1.1 2002-03-13 wakaba <w@suika.fam.cx>
160    
161     * Header.pm: New module.
162     * Entity.pm: Likewise.
163    
164     * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24