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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24