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