/[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.33 by wakaba, Sat Jul 20 03:11:46 2002 UTC revision 1.44 by wakaba, Wed Nov 13 08:26:45 2002 UTC
# Line 1  Line 1 
1    2002-11-13  Wakaba <w@suika.fam.cx>
2    
3            * Util.pm (%FMT2STR, sprintxf): Aliasnized.
4            (Moved to new module Message::Util::Formatter.)
5            * Util/: New directory.
6    
7    2002-08-05  Wakaba <w@suika.fam.cx>
8    
9            * Util.pm:
10            - (sprintxf): Use Message::Util::Wide::unquote_if_quoted_string
11            instead of Message::Util::unquote_if_quoted_string.
12            - (Message::Util::Wide): New package.
13            - (%Message::Util::Wide::REG): New hash.
14            - (Message::Util::unquote_if_quoted_string): New function.
15            - NOTE: "Wide" package is created to support utf8 string
16            of perl 5.7.3 or later.  Utf8 string does not work
17            only for [\x00-\xFF] regex of current functions,
18            and this regex is used as (?:.|\x0D|\x0A).  (Without
19            's' option, "." does not match with newline character.)
20            When we can do away problematic code from all
21            Message::* modules, we can also do away "Wide" package.
22    
23    2002-08-04  Wakaba <w@suika.fam.cx>
24    
25            * Entity.pm: Don't fill_source by default if format =~ http.
26    
27    2002-08-01  Wakaba <w@suika.fam.cx>
28    
29            * Entity.pm (list_name, list_count): New methods.
30    
31    2002-07-28  Wakaba <w@suika.fam.cx>
32    
33            * Entity.pm (destination, sender): New methods.
34            * Tool.pm (escape_from, unescape_from): New functions.
35    
36    2002-07-26  Wakaba <w@suika.fam.cx>
37    
38            * Entity.pm:
39            - (fill_missing_fields): New option.
40            - (fill_source, fill_destination): New options.
41            - (hook_stringify_fill_fields): Option removed.
42            * Header.pm:
43            - (_header_cmp): Removed.
44            - (@header_order, %header_order): Removed.
45            - (_scan_sort): Use Message::Header::* namespace packages to sort.
46    
47    2002-07-25  Wakaba <w@suika.fam.cx>
48    
49            * Tool.pm: New module.
50    
51    2002-07-22  Wakaba <w@suika.fam.cx>
52    
53            * Util.pm: Some fix for new returned value style
54            of Message::MIME::Charset.
55    
56    2002-07-21  Wakaba <w@suika.fam.cx>
57    
58            * Entity.pm (import): New.
59    
60  2002-07-20  Wakaba <w@suika.fam.cx>  2002-07-20  Wakaba <w@suika.fam.cx>
61    
62          * Entity.pm (content_type): Guess media type:          * Entity.pm (content_type): Guess media type:

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.44

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24