/[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.37 - (hide annotations) (download)
Sun Jul 28 00:30:49 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.36: +4 -0 lines
2002-07-28  Wakaba <w@suika.fam.cx>

	* UA.pm (add_rcs, replace_rcs): New methods.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24