/[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.21 by wakaba, Wed May 8 09:11:31 2002 UTC revision 1.50 by wakaba, Sat Feb 14 11:26:34 2004 UTC
# Line 1  Line 1 
1    2003-11-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * CSV.pm (pod): Typo fixed.
4    
5    2002-12-29  Wakaba  <w@suika.fam.cx>
6    
7            * Token.pm (de_quoted_string, de_phrase): New.
8            (to_quoted_string, to_phrase): Removed.
9            (en_quoted_string, en_phrase): New.
10    
11    2002-12-28  Wakaba  <w@suika.fam.cx>
12    
13            * UA.pm (replace_system_version): 'WindowsNT' is changed to 'Windows NT'.
14            (pod:DESCRIPTION): New section.
15            
16            * Token.pm: New module.
17    
18    2002-11-03  Wakaba <w@suika.fam.cx>
19    
20            * UA.pm:
21            - (replace_system_version): New.
22            - (add_our_name): Separate 'os' to replace_system_version.
23    
24    2002-08-29  Wakaba <w@suika.fam.cx>
25    
26            * Date.pm:
27            - (%MONTH): Japanese month names are removed.  (I wish
28            those will be reintroduced in future version of this module.)
29            - (stringify): New options: '-format_macros', '-format_parameters'.
30    
31    2002-08-05  Wakaba <w@suika.fam.cx>
32    
33            * Date.pm:
34            - (stringify): Use Message::Util::sprintxf instead of _date2str.
35            - (date2str, -fmt2str): Removed.
36            - (%FMT2STR): New hash.
37            - (%MONTH): Experimental support of Japanese month names
38            (require utf8 support of perl 5.7.3 or later).
39            * Domain.pm (parse): Allow FWS surrounding the port number.
40    
41    2002-08-04  Wakaba <w@suika.fam.cx>
42    
43            * Warning.pm: New module.
44            * CSV.pm (_delete_empty): Don't remove reference
45            if the length of its stringified value is zero.
46            * Domain.pm: Parse and output port number if enabled by option.
47            * Date.pm (overload '==', '<=', '>='): Added.
48    
49    2002-08-03  Wakaba <w@suika.fam.cx>
50    
51            * Status.pm: New module.
52            * URI.pm: Support RFC 1808's Base: field.
53    
54    2002-08-01  Wakaba <w@suika.fam.cx>
55    
56            * Unstructured.pm: Rewritten.
57            * Subject.pm: Likewise.  Support Japanese government's
58            spam mail prefix if Perl has defined $^V (=~ has UTF-8 support).
59            * CSV.pm: Reformatted.
60    
61    2002-07-30  Wakaba <w@suika.fam.cx>
62    
63            * UA.pm:
64            - (add, replace, item, delete): Reimplemented (or newly
65            implemented) by standard Message::Field::Structured method.
66            - (product, product_name, product_version, product_comment):
67            Removed. (Use item method instead.)
68            - (parse): Use robust regex instead of strict usefor
69            format regex.  (Accept bare non-token characters
70            as far as possible.)
71    
72    2002-07-28  Wakaba <w@suika.fam.cx>
73    
74            * UA.pm (add_rcs, replace_rcs): New methods.
75    
76    2002-07-22  Wakaba <w@suika.fam.cx>
77    
78            * XMoe.pm (_decode_parameters): Don't push 'of' pseudo
79            parameter to @$param before SUPER::_decode_parameters.
80            (To prevent its value from being reinterpreted incorrectly
81            and so being broken.) (Giving also 'section_no' to the hash
82            and passing to SUPER::_decode_parameters was another way
83            to do it.)
84            * UA.pm (add_our_name): Undef $@ after eval of use Config
85            and use Win32.
86    
87    2002-07-21  Wakaba <w@suika.fam.cx>
88    
89            * Structured.pm (_parse_value): Inherit header_default_charset,
90            header_default_charset_input, body_default_charset,
91            body_default_charset_input.
92    
93    2002-07-13  Wakaba <w@suika.fam.cx>
94    
95            * MDNDisposition.pm, ReportingUA.pm: New modules.
96    
97    2002-07-08  Wakaba <w@suika.fam.cx>
98    
99            * TypedText.pm: New module.
100    
101    2002-06-29  Wakaba <w@suika.fam.cx>
102    
103            * ContentType.pm, Params.pm, ValueParams.pm,
104            XMoe.pm: Rewritten.
105    
106    2002-06-23  Wakaba <w@suika.fam.cx>
107    
108            * AngleQuoted.pm (%REG): Don't define regex locally.
109            (Moved to Message::Util).
110            * ContentType.pm, Date.pm, UA.pm,
111            ValueParams.pm: Fix some codes not to be warned
112            as 'Use of uninitialized value'.
113            * Structured.pm
114            (header_default_charset, header_default_charset_input):
115            New options.
116    
117    2002-06-16  wakaba <w@suika.fam.cx>
118    
119            * MsgID.pm: Check '.test' reserved TLD if '-validate'.
120            * UA.pm (add_our_name): New method (moved from
121            Message::Entity).
122            * ListID.pm, XFace.pm: New modules.
123    
124    2002-06-15  wakaba <w@suika.fam.cx>
125    
126            * AngleQuoted.pm: New module.
127            * Mailbox.pm, URI.pm: Use AngleQuoted.pm
128    
129    2002-06-09  wakaba <w@suika.fam.cx>
130    
131            * Addresses.pm (_delete_match): 'addr-spec': new 'by' option.
132            * ContentType.pm:
133            - (_save_param): Call _parse_param_value if parse_all.
134            - (_parse_value): New function.  Check Message::MIME::MediaType.
135            * CSV.pm (use_comment): New option.
136            * Date.pm:
137            - (zone): New method.
138            - (set_datetime): Likewise.
139            * Mailbox.pm (display_name): New method.
140            * Numval.pm (use_comment): New option.
141            * Param.pm (_parse_param_value): New function.
142            * Structured.pm:
143            - (_add_return_value, _replace_return_value): New functions.
144            - (_parse_value): Sync with Message::Entity's.
145            - (option): Sync with Message::Entity's.
146            - (option): '-recursive': new option.
147            - (_option_recursive): New function.
148    
149    2002-05-17  wakaba <w@suika.fam.cx>
150    
151            * Mailbox.pm: Bug fix and minor changes.
152            * URI.pm: Remade.  It is now designed by M::F::Mailbox
153            like interface.
154    
155    2002-05-16  wakaba <w@suika.fam.cx>
156    
157            * Date.pm: Remade.
158    
159    2002-05-15  wakaba <w@suika.fam.cx>
160    
161            * Address.pm: Removed.
162            * Domain.pm: Bug fix (doesn't treat four-sub-domain-
163            domain as (invalid) IPv4 address).
164            * Mailbox.pm (addr_spec): New method.
165            * Addresses.pm (addr_spec): Likewise.
166            
167            * Structured.pm (option): Doesn't treat ( "-" option-name )
168            as an alias of option-name.  (A ( "-" option-name ) should
169            be recognized as an option for 'option' method.)
170    
171    2002-05-14  wakaba <w@suika.fam.cx>
172    
173            * Addresses.pm, Mailbox.pm, Domain.pm
174            (sons-of-Address.pm): New modules.
175            * Structured.pm:
176            - (method_available): New method.
177            - (clone): Checks _MEMBERS option.
178            - (comment_add, comment_count, comment_delete, comment_item):
179            New methods.
180            - (item): Implemented.
181            - (_delete_empty): Commentout default action.
182            - (add, replace): Fix bug (parse option didn't work).
183            * MsgID.pm: Don't use non-(ALPHA / DIGIT) as the first
184            character of id-left.
185            * Date.pm: Understands month name "Sept".
186    
187  2002-05-08  wakaba <w@suika.fam.cx>  2002-05-08  wakaba <w@suika.fam.cx>
188    
189          * Structured.pm (item, method_available): New methods.          * Structured.pm (item, method_available): New methods.

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.50

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24