/[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.35 - (hide annotations) (download)
Mon Jul 22 02:42:17 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.34: +9 -0 lines
2002-07-22  Wakaba <w@suika.fam.cx>

	* XMoe.pm (_decode_parameters): Don't push 'of' pseudo
	parameter to @$param before SUPER::_decode_parameters.
	(To prevent its value from being reinterpreted incorrectly
	and so being broken.) (Giving also 'section_no' to the hash
	and passing to SUPER::_decode_parameters was another way
	to do it.)

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24