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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24