/[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.36 - (show annotations) (download)
Mon Jul 22 02:49:45 2002 UTC (23 years ago) by wakaba
Branch: MAIN
Changes since 1.35: +2 -0 lines
2002-07-22  Wakaba <w@suika.fam.cx>

	* Util.pm: Some fix for new returned value style
	of Message::MIME::Charset.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24