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

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.54

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24