/[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.38 - (hide annotations) (download)
Tue Jul 30 08:50:36 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.37: +11 -0 lines
2002-07-30  Wakaba <w@suika.fam.cx>

	* UA.pm:
	- (add, replace, item, delete): Reimplemented (or newly
	implemented) by standard Message::Field::Structured method.
	- (product, product_name, product_version, product_comment):
	Removed. (Use item method instead.)
	- (parse): Use robust regex instead of strict usefor
	format regex.  (Accept bare non-token characters
	as far as possible.)

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24