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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24