/[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.8 by wakaba, Mon Mar 25 10:15:26 2002 UTC revision 1.30 by wakaba, Sun Jun 23 12:10:16 2002 UTC
# Line 1  Line 1 
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>  2002-03-25  wakaba <w@suika.fam.cx>
148    
149          * Address.pm, CSV.pm, Params.pm, Unstructured.pm,          * Address.pm, CSV.pm, Params.pm, Unstructured.pm,

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.30

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24