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

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.31

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24