/[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.26 - (show annotations) (download)
Sun Jun 9 11:08:27 2002 UTC (23 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.25: +20 -0 lines
2002-06-09  wakaba <w@suika.fam.cx>

	* Addresses.pm (_delete_match): 'addr-spec': new 'by' option.
	* ContentType.pm:
	- (_save_param): Call _parse_param_value if parse_all.
	- (_parse_value): New function.  Check Message::MIME::MediaType.
	* CSV.pm (use_comment): New option.
	* Date.pm:
	- (zone): New method.
	- (set_datetime): Likewise.
	* Mailbox.pm (display_name): New method.
	* Numval.pm (use_comment): New option.
	* Param.pm (_parse_param_value): New function.
	* Structured.pm:
	- (_add_return_value, _replace_return_value): New functions.
	- (_parse_value): Sync with Message::Entity's.
	- (option): Sync with Message::Entity's.
	- (option): '-recursive': new option.
	- (_option_recursive): New function.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24