/[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.27 - (show annotations) (download)
Sat Jun 15 07:15:59 2002 UTC (23 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.26: +5 -0 lines
2002-06-15  wakaba <w@suika.fam.cx>

	* AngleQuoted.pm: New module.
	* Mailbox.pm, URI.pm: Use AngleQuoted.pm

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24