/[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.26 by wakaba, Tue Jul 2 06:37:56 2002 UTC revision 1.49 by wakaba, Sun Feb 26 14:32:38 2006 UTC
# Line 1  Line 1 
1    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Makefile (distclean): New rule.
4    
5    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
6    
7            * Makefile: Rules to build subdirectories added.
8    
9    2004-08-21  Wakaba  <wakaba@suika.fam.cx>
10    
11            * DOM/: New directory.
12    
13    2004-01-06  Wakaba  <wakaba@suika.fam.cx>
14    
15            * Entity.pm (parse): Don't remove all "From"s within text when use_magic_line.
16    
17    2003-01-04  Wakaba  <w@suika.fam.cx>
18    
19            * Util.pm (Message::Util::Wide::unquote_if_quoted_string): Give 's' option
20            to 's'.
21    
22    2002-11-13  Wakaba <w@suika.fam.cx>
23    
24            * Util.pm (%FMT2STR, sprintxf): Aliasnized.
25            (Moved to new module Message::Util::Formatter.)
26            * Util/: New directory.
27    
28    2002-08-05  Wakaba <w@suika.fam.cx>
29    
30            * Util.pm:
31            - (sprintxf): Use Message::Util::Wide::unquote_if_quoted_string
32            instead of Message::Util::unquote_if_quoted_string.
33            - (Message::Util::Wide): New package.
34            - (%Message::Util::Wide::REG): New hash.
35            - (Message::Util::unquote_if_quoted_string): New function.
36            - NOTE: "Wide" package is created to support utf8 string
37            of perl 5.7.3 or later.  Utf8 string does not work
38            only for [\x00-\xFF] regex of current functions,
39            and this regex is used as (?:.|\x0D|\x0A).  (Without
40            's' option, "." does not match with newline character.)
41            When we can do away problematic code from all
42            Message::* modules, we can also do away "Wide" package.
43    
44    2002-08-04  Wakaba <w@suika.fam.cx>
45    
46            * Entity.pm: Don't fill_source by default if format =~ http.
47    
48    2002-08-01  Wakaba <w@suika.fam.cx>
49    
50            * Entity.pm (list_name, list_count): New methods.
51    
52    2002-07-28  Wakaba <w@suika.fam.cx>
53    
54            * Entity.pm (destination, sender): New methods.
55            * Tool.pm (escape_from, unescape_from): New functions.
56    
57    2002-07-26  Wakaba <w@suika.fam.cx>
58    
59            * Entity.pm:
60            - (fill_missing_fields): New option.
61            - (fill_source, fill_destination): New options.
62            - (hook_stringify_fill_fields): Option removed.
63            * Header.pm:
64            - (_header_cmp): Removed.
65            - (@header_order, %header_order): Removed.
66            - (_scan_sort): Use Message::Header::* namespace packages to sort.
67    
68    2002-07-25  Wakaba <w@suika.fam.cx>
69    
70            * Tool.pm: New module.
71    
72    2002-07-22  Wakaba <w@suika.fam.cx>
73    
74            * Util.pm: Some fix for new returned value style
75            of Message::MIME::Charset.
76    
77    2002-07-21  Wakaba <w@suika.fam.cx>
78    
79            * Entity.pm (import): New.
80    
81    2002-07-20  Wakaba <w@suika.fam.cx>
82    
83            * Entity.pm (content_type): Guess media type:
84            text/x-message-rfc1153, text/x-pgp-cleatext-singed,
85            application/pgp, text/x-message-pem.
86    
87    2002-07-19  Wakaba <w@suika.fam.cx>
88    
89            * Entity.pm:
90            - (guess_media_type): New option.
91            - (content_type): Guess media type (text/x-message-rfc934)
92            if necessary.
93    
94    2002-07-13  Wakaba <w@suika.fam.cx>
95    
96            * Util.pm:
97            - (get_host_fqdn): New function.
98            - (%OPTION): New hash.
99            * Entity.pm (stringify): Pass 'format' option
100            to the body (when stringify'ing it) with
101            -parent_format option, instead of -format option.
102    
103    2002-07-08  Wakaba <w@suika.fam.cx>
104    
105            * Entity.pm (parse): Typo fix.
106            * Header.pm (hook_init_fill_options, hook_stringify_fill_fields):
107            New options.
108    
109    2002-07-07  Wakaba <w@suika.fam.cx>
110    
111            * Entity.pm (check_md5): New method.
112            * Entity.pm (fill_md5, fill_md5_name, recalc_md5): New options.
113    
114    2002-07-06  Wakaba <w@suika.fam.cx>
115    
116            * Header.pm: Support of RFC 2774 namespace.
117    
118    2002-07-04  Wakaba <w@suika.fam.cx>
119    
120            * Util.pm (encode_printable_string, decode_printable_string,
121            encode_t71_string, decode_t71_string, encode_restricted_rfc822,
122            decode_restricted_rfc822): New functions.
123    
124  2002-07-02  Wakaba <w@suika.fam.cx>  2002-07-02  Wakaba <w@suika.fam.cx>
125    
126          * Util.pm (decide_newline): New function.          * Util.pm (decide_newline): New function.

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.49

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24