/[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.33 - (show annotations) (download)
Sat Jul 13 09:27:35 2002 UTC (23 years ago) by wakaba
Branch: MAIN
Changes since 1.32: +4 -0 lines
2002-07-13  Wakaba <w@suika.fam.cx>

	* MDNDisposition.pm, ReportingUA.pm: New modules.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24