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

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.34

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24