/[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.30 - (show annotations) (download)
Sun Jun 23 12:10:16 2002 UTC (23 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.29: +11 -0 lines
2002-06-23  Wakaba <w@suika.fam.cx>

	* AngleQuoted.pm (%REG): Don't define regex locally.
	(Moved to Message::Util).
	* ContentType.pm, Date.pm, UA.pm,
	ValueParams.pm: Fix some codes not to be warned
	as 'Use of uninitialized value'.
	* Structured.pm 
	(header_default_charset, header_default_charset_input):
	New options.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24