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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24