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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.34 - (hide annotations) (download)
Sun Jul 21 03:25:00 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.33: +6 -0 lines
2002-07-21  Wakaba <w@suika.fam.cx>

	* Structured.pm (_parse_value): Inherit header_default_charset,
	header_default_charset_input, body_default_charset,
	body_default_charset_input.

1 wakaba 1.34 2002-07-21 Wakaba <w@suika.fam.cx>
2    
3     * Structured.pm (_parse_value): Inherit header_default_charset,
4     header_default_charset_input, body_default_charset,
5     body_default_charset_input.
6    
7 wakaba 1.33 2002-07-13 Wakaba <w@suika.fam.cx>
8    
9     * MDNDisposition.pm, ReportingUA.pm: New modules.
10    
11 wakaba 1.32 2002-07-08 Wakaba <w@suika.fam.cx>
12    
13     * TypedText.pm: New module.
14    
15 wakaba 1.31 2002-06-29 Wakaba <w@suika.fam.cx>
16    
17     * ContentType.pm, Params.pm, ValueParams.pm,
18     XMoe.pm: Rewritten.
19    
20 wakaba 1.30 2002-06-23 Wakaba <w@suika.fam.cx>
21    
22     * AngleQuoted.pm (%REG): Don't define regex locally.
23     (Moved to Message::Util).
24     * ContentType.pm, Date.pm, UA.pm,
25     ValueParams.pm: Fix some codes not to be warned
26     as 'Use of uninitialized value'.
27     * Structured.pm
28     (header_default_charset, header_default_charset_input):
29     New options.
30    
31 wakaba 1.28 2002-06-16 wakaba <w@suika.fam.cx>
32    
33     * MsgID.pm: Check '.test' reserved TLD if '-validate'.
34     * UA.pm (add_our_name): New method (moved from
35     Message::Entity).
36 wakaba 1.29 * ListID.pm, XFace.pm: New modules.
37 wakaba 1.28
38 wakaba 1.27 2002-06-15 wakaba <w@suika.fam.cx>
39    
40     * AngleQuoted.pm: New module.
41     * Mailbox.pm, URI.pm: Use AngleQuoted.pm
42    
43 wakaba 1.26 2002-06-09 wakaba <w@suika.fam.cx>
44    
45     * Addresses.pm (_delete_match): 'addr-spec': new 'by' option.
46     * ContentType.pm:
47     - (_save_param): Call _parse_param_value if parse_all.
48     - (_parse_value): New function. Check Message::MIME::MediaType.
49     * CSV.pm (use_comment): New option.
50     * Date.pm:
51     - (zone): New method.
52     - (set_datetime): Likewise.
53     * Mailbox.pm (display_name): New method.
54     * Numval.pm (use_comment): New option.
55     * Param.pm (_parse_param_value): New function.
56     * Structured.pm:
57     - (_add_return_value, _replace_return_value): New functions.
58     - (_parse_value): Sync with Message::Entity's.
59     - (option): Sync with Message::Entity's.
60     - (option): '-recursive': new option.
61     - (_option_recursive): New function.
62    
63 wakaba 1.25 2002-05-17 wakaba <w@suika.fam.cx>
64    
65     * Mailbox.pm: Bug fix and minor changes.
66     * URI.pm: Remade. It is now designed by M::F::Mailbox
67     like interface.
68    
69 wakaba 1.24 2002-05-16 wakaba <w@suika.fam.cx>
70    
71     * Date.pm: Remade.
72    
73 wakaba 1.22 2002-05-15 wakaba <w@suika.fam.cx>
74    
75 wakaba 1.23 * Address.pm: Removed.
76     * Domain.pm: Bug fix (doesn't treat four-sub-domain-
77     domain as (invalid) IPv4 address).
78     * Mailbox.pm (addr_spec): New method.
79     * Addresses.pm (addr_spec): Likewise.
80    
81     * Structured.pm (option): Doesn't treat ( "-" option-name )
82     as an alias of option-name. (A ( "-" option-name ) should
83     be recognized as an option for 'option' method.)
84    
85     2002-05-14 wakaba <w@suika.fam.cx>
86    
87 wakaba 1.22 * Addresses.pm, Mailbox.pm, Domain.pm
88 wakaba 1.23 (sons-of-Address.pm): New modules.
89 wakaba 1.22 * Structured.pm:
90     - (method_available): New method.
91     - (clone): Checks _MEMBERS option.
92     - (comment_add, comment_count, comment_delete, comment_item):
93     New methods.
94     - (item): Implemented.
95     - (_delete_empty): Commentout default action.
96     - (add, replace): Fix bug (parse option didn't work).
97     * MsgID.pm: Don't use non-(ALPHA / DIGIT) as the first
98     character of id-left.
99     * Date.pm: Understands month name "Sept".
100    
101 wakaba 1.21 2002-05-08 wakaba <w@suika.fam.cx>
102    
103     * Structured.pm (item, method_available): New methods.
104     * Addresses.pm: New module.
105    
106 wakaba 1.19 2002-05-04 wakaba <w@suika.fam.cx>
107    
108     * XMoe.pm: New module.
109     * CSV.pm: Use XMoe.pm.
110 wakaba 1.20
111     * MsgID/: Removed.
112 wakaba 1.19
113     2002-04-27 wakaba <w@suika.fam.cx>
114    
115     * MsgIDs.pm: New module.
116     * MsgID.pm: Remade.
117    
118 wakaba 1.18 2002-04-22 wakaba <w@suika.fam.cx>
119    
120     * Makefile: New file.
121    
122     * Received.pm: Reformed.
123    
124 wakaba 1.17 2002-04-21 wakaba <w@suika.fam.cx>
125    
126     * ValueParams.pm: Merged ContentDisposition.pm.
127     * ContentDisposition.pm: Removed.
128     * ContentType.pm: Reformed.
129    
130 wakaba 1.16 2002-04-13 wakaba <w@suika.fam.cx>
131    
132     * Path.pm: Reformed.
133    
134 wakaba 1.15 2002-04-06 wakaba <w@suika.fam.cx>
135    
136     * UA.pm: Reformed.
137    
138 wakaba 1.14 2002-04-05 wakaba <w@suika.fam.cx>
139    
140     * Structured.pm, Unstructured.pm: Use new style.
141     * Numval.pm: Use base Structured.pm.
142    
143 wakaba 1.13 2002-04-02 wakaba <w@suika.fam.cx>
144    
145     * Path.pm: New module.
146    
147 wakaba 1.12 2002-04-01 wakaba <w@suika.fam.cx>
148    
149     * URI.pm (uri): New method.
150    
151 wakaba 1.10 2002-03-31 wakaba <w@suika.fam.cx>
152    
153     * URI.pm: New module.
154 wakaba 1.11 * Numval.pm: Likewise.
155 wakaba 1.10
156     2002-03-28 wakaba <w@suika.fam.cx>
157    
158     * Address.pm (dont_reply): New method.
159     (keyword): New method.
160     * Date.pm (as_rfc822_time): Fix typo of C<day-of-week>.
161    
162 wakaba 1.9 2002-03-26 wakaba <w@suika.fam.cx>
163    
164     * UA.pm: New module.
165    
166 wakaba 1.8 2002-03-25 wakaba <w@suika.fam.cx>
167    
168     * Address.pm, CSV.pm, Params.pm, Unstructured.pm,
169     ValueParams.pm: Call hook function for character
170     code convertion and decoding encoded-word when
171     parse or stringify.
172    
173 wakaba 1.6 2002-03-23 wakaba <w@suika.fam.cx>
174    
175 wakaba 1.7 * Params.pm, ContentType.pm, ContentDisposition.pm,
176     ValueParams.pm: New files.
177 wakaba 1.6
178 wakaba 1.5 2002-03-21 wakaba <w@suika.fam.cx>
179    
180     * CSV.pm: New module.
181    
182 wakaba 1.4 2002-03-20 wakaba <w@suika.fam.cx>
183    
184     * MsgID.pm, Received.pm, Subject.pm: New modules.
185     * MsgID/: New directory.
186    
187 wakaba 1.3 2002-03-16 wakaba <w@suika.fam.cx>
188    
189     * Date.pm: Support ISO 8601 (full format), RFC 561/724
190     (slash format).
191    
192 wakaba 1.2 2002-03-15 wakaba <w@suika.fam.cx>
193    
194     * Date.pm: New module.
195    
196     2002-03-14 wakaba <w@suika.fam.cx>
197    
198     * Structured.pm, Unstructured.pm: New modules.
199    
200 wakaba 1.1 2002-03-13 wakaba <w@suika.fam.cx>
201    
202     * Address.pm: New module.
203    
204     * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24