/[suikacvs]/messaging/manakai/lib/Message/Field/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/Field/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.29

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24