/[suikacvs]/messaging/manakai/lib/Message/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by wakaba, Sun Apr 21 04:28:46 2002 UTC revision 1.52 by wakaba, Sat May 26 06:34:46 2007 UTC
# Line 1  Line 1 
1    2007-05-26  Wakaba  <wakaba@suika.fam.cx>
2    
3            * IMT/: New directory.
4    
5    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
6    
7            * Makefile (clean-db): New rule.
8    
9    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
10    
11            * Makefile: Directories |URI| and |Charset| are added.
12    
13            * Charset/: New directory.
14    
15    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
16    
17            * Makefile (distclean): New rule.
18    
19    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
20    
21            * Makefile: Rules to build subdirectories added.
22    
23    2004-08-21  Wakaba  <wakaba@suika.fam.cx>
24    
25            * DOM/: New directory.
26    
27    2004-01-06  Wakaba  <wakaba@suika.fam.cx>
28    
29            * Entity.pm (parse): Don't remove all "From"s within text when use_magic_line.
30    
31    2003-01-04  Wakaba  <w@suika.fam.cx>
32    
33            * Util.pm (Message::Util::Wide::unquote_if_quoted_string): Give 's' option
34            to 's'.
35    
36    2002-11-13  Wakaba <w@suika.fam.cx>
37    
38            * Util.pm (%FMT2STR, sprintxf): Aliasnized.
39            (Moved to new module Message::Util::Formatter.)
40            * Util/: New directory.
41    
42    2002-08-05  Wakaba <w@suika.fam.cx>
43    
44            * Util.pm:
45            - (sprintxf): Use Message::Util::Wide::unquote_if_quoted_string
46            instead of Message::Util::unquote_if_quoted_string.
47            - (Message::Util::Wide): New package.
48            - (%Message::Util::Wide::REG): New hash.
49            - (Message::Util::unquote_if_quoted_string): New function.
50            - NOTE: "Wide" package is created to support utf8 string
51            of perl 5.7.3 or later.  Utf8 string does not work
52            only for [\x00-\xFF] regex of current functions,
53            and this regex is used as (?:.|\x0D|\x0A).  (Without
54            's' option, "." does not match with newline character.)
55            When we can do away problematic code from all
56            Message::* modules, we can also do away "Wide" package.
57    
58    2002-08-04  Wakaba <w@suika.fam.cx>
59    
60            * Entity.pm: Don't fill_source by default if format =~ http.
61    
62    2002-08-01  Wakaba <w@suika.fam.cx>
63    
64            * Entity.pm (list_name, list_count): New methods.
65    
66    2002-07-28  Wakaba <w@suika.fam.cx>
67    
68            * Entity.pm (destination, sender): New methods.
69            * Tool.pm (escape_from, unescape_from): New functions.
70    
71    2002-07-26  Wakaba <w@suika.fam.cx>
72    
73            * Entity.pm:
74            - (fill_missing_fields): New option.
75            - (fill_source, fill_destination): New options.
76            - (hook_stringify_fill_fields): Option removed.
77            * Header.pm:
78            - (_header_cmp): Removed.
79            - (@header_order, %header_order): Removed.
80            - (_scan_sort): Use Message::Header::* namespace packages to sort.
81    
82    2002-07-25  Wakaba <w@suika.fam.cx>
83    
84            * Tool.pm: New module.
85    
86    2002-07-22  Wakaba <w@suika.fam.cx>
87    
88            * Util.pm: Some fix for new returned value style
89            of Message::MIME::Charset.
90    
91    2002-07-21  Wakaba <w@suika.fam.cx>
92    
93            * Entity.pm (import): New.
94    
95    2002-07-20  Wakaba <w@suika.fam.cx>
96    
97            * Entity.pm (content_type): Guess media type:
98            text/x-message-rfc1153, text/x-pgp-cleatext-singed,
99            application/pgp, text/x-message-pem.
100    
101    2002-07-19  Wakaba <w@suika.fam.cx>
102    
103            * Entity.pm:
104            - (guess_media_type): New option.
105            - (content_type): Guess media type (text/x-message-rfc934)
106            if necessary.
107    
108    2002-07-13  Wakaba <w@suika.fam.cx>
109    
110            * Util.pm:
111            - (get_host_fqdn): New function.
112            - (%OPTION): New hash.
113            * Entity.pm (stringify): Pass 'format' option
114            to the body (when stringify'ing it) with
115            -parent_format option, instead of -format option.
116    
117    2002-07-08  Wakaba <w@suika.fam.cx>
118    
119            * Entity.pm (parse): Typo fix.
120            * Header.pm (hook_init_fill_options, hook_stringify_fill_fields):
121            New options.
122    
123    2002-07-07  Wakaba <w@suika.fam.cx>
124    
125            * Entity.pm (check_md5): New method.
126            * Entity.pm (fill_md5, fill_md5_name, recalc_md5): New options.
127    
128    2002-07-06  Wakaba <w@suika.fam.cx>
129    
130            * Header.pm: Support of RFC 2774 namespace.
131    
132    2002-07-04  Wakaba <w@suika.fam.cx>
133    
134            * Util.pm (encode_printable_string, decode_printable_string,
135            encode_t71_string, decode_t71_string, encode_restricted_rfc822,
136            decode_restricted_rfc822): New functions.
137    
138    2002-07-02  Wakaba <w@suika.fam.cx>
139    
140            * Util.pm (decide_newline): New function.
141            * Entity.pm (parse): Call Message::Util::decide_newline
142            instead of local code.
143    
144    2002-06-23  Wakaba <w@suika.fam.cx>
145    
146            * Entity.pm (header_default_charset, header_default_charset_input):
147            New options.
148            * Header.pm (ditto): Likewise.
149            * Util.pm
150            - (angle_quoted, angle_qcontent, M_angle_quoted): New regexs
151            (Moved from Message::Field::AngleQuoted).
152            - (decode_ccontent): Order of arguments of
153            Message::MIME::EncodedWord::decode_ccontent is changed.
154            - (unquote_if_angle_quoted): New function.
155    
156    2002-06-16  wakaba <w@suika.fam.cx>
157    
158            * Header.pm (_n11n_field_name): Check namespace definition's
159            case_sensible option.
160            * Entity.pm (_add_ua): Removed.  (Moved to Message::Field::UA.)
161    
162    2002-06-14  wakaba <w@suika.fam.cx>
163    
164            * Entity.pm (parse): See 'strict_linebreak' option
165            and guess data's linebreak sequence.
166    
167    2002-06-11  wakaba <w@suika.fam.cx>
168    
169            * Header.pm (_item_match): Bug fix of "-by => 'ns'".
170            * Partial.pm (reassembly): New function.
171    
172    2002-06-10  wakaba <w@suika.fam.cx>
173    
174            * Entity.pm (force_mime_entity): New option.
175            * Header.pm (_item_match): -by => 'ns': New option.
176            * Partial.pm: New module.
177    
178    2002-06-09  wakaba <w@suika.fam.cx>
179    
180            * Entity.pm:
181            - (stringify): Minimumize MIME charset name when MIME'izing.
182            - (mime-entity): New 'format' type.
183            - (default_media_subtype): New option.  Now 'default_media_type'
184            is used for only (narrower meaning of) media type.
185            - (content_type): See 'default_media_type' and
186            'default_media_subtype'.  (Was hardcoded as 'text/plain'.)
187            - (option): '-resucrive': new option.
188            * Header.pm (parse, parse_array): Don't discard invalid
189            line (non-'field' line).  (Treat as "X-Unknown" field.)
190    
191    2002-06-01  wakaba <w@suika.fam.cx>
192    
193            * Entity.pm (_encode_body): Some bug fixes and
194            better support of CT/CTE/charset.
195            (_parse_value): Passes options 'body_default_charset'
196            and 'body_default_charset_input' and parameter
197            'header' to body class.
198            * Util.pm (encode_body_string, encode_header_string):
199            Returns minimum charset name if available.
200    
201    2002-05-30  wakaba <w@suika.fam.cx>
202    
203            * Entity.pm (_encode_body): Checks charset name
204            to decide CTE.
205    
206    2002-05-29  wakaba <w@suika.fam.cx>
207    
208            * Entity.pm:
209            - (%ENCODE, %DECODE): Removed.  (Moved to Message::MIME::Encoding)
210            - Uses \x0D\x0A instead of \n.  (Temporary.  `linebreak-strict'
211            and related options should be implemented /strictly/.)
212            - (_encode_body): Checks media type to choose CTE.
213            - (accept_coderange): New option.
214            - (body_default_media_type, body_default_charset): Likewise.
215            - (fill_ct): Likewise.
216            - Uses %Message::Header::NS_phname2uri instead of direct
217            access to namespace definition package.
218            - (content_type): Returns (type, subtype) list when wantarray'ed.
219            - (media_type): New method.  (Alias of content_type)
220            * Header.pm (_replace_hash_shift): Checks namespace of field name.
221    
222    2002-05-26  wakaba <w@suika.fam.cx>
223    
224            * Header.pm (url_mailto_safe): Removed.
225            (Moved to Message::Header::RFC822.)
226            
227            * Makefile: New file.
228            
229            * Entity.pm: Uses Win32 if use_config and $^O eq
230            MSWin32.
231    
232    2002-05-25  wakaba <w@suika.fam.cx>
233    
234            * Entity.pm, Header.pm: Supports namespaced header
235            field name started with { prefix "-" }.  (But
236            it is not completely supported yet.)
237            * Header/: New directory.
238            
239            * Header.pm: Uses Message::Field::Structured
240            as parent module.
241    
242    2002-05-16  wakaba <w@suika.fam.cx>
243    
244            * Util.pm:
245            - ($REG{NON_http_attribute_char_wsp}): New regex.
246            - (wsps_to_sp): New function.
247            - (decode_header_string): Don't do away tail WSPs.
248            - TODO: Util.pm must have some needless functions.
249    
250    2002-05-15  wakaba <w@suika.fam.cx>
251    
252            * Header.pm:
253            - Add Resent-User-Agent: field support.
254            - Use Message::Field::Addresses instead of
255            Message::Field::Address.
256    
257    2002-05-14  wakaba <w@suika.fam.cx>
258    
259            * Entity.pm (pod:uri-url-mailto-*): New list-items.
260            (stringify): Output mailto: URL when format =~ url-mailto.
261            * Header.pm (stringify): Ditto.
262            * Util.pm: Bugs are fixed.
263            (remove_meaningless_wsp): New function.
264    
265  2002-04-21  wakaba <w@suika.fam.cx>  2002-04-21  wakaba <w@suika.fam.cx>
266    
267          * Entity.pm (pod:C<format>): New section.          * Entity.pm (pod:C<format>): New section.

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.52

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24