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

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.48

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24