/[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.22 by wakaba, Wed Jun 12 11:38:56 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>  2002-06-11  wakaba <w@suika.fam.cx>
182    
183          * Header.pm (_item_match): Bug fix of "-by => 'ns'".          * Header.pm (_item_match): Bug fix of "-by => 'ns'".

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24