1 |
|
2004-01-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Entity.pm (parse): Don't remove all "From"s within text when use_magic_line. |
4 |
|
|
5 |
|
2003-01-04 Wakaba <w@suika.fam.cx> |
6 |
|
|
7 |
|
* Util.pm (Message::Util::Wide::unquote_if_quoted_string): Give 's' option |
8 |
|
to 's'. |
9 |
|
|
10 |
|
2002-11-13 Wakaba <w@suika.fam.cx> |
11 |
|
|
12 |
|
* Util.pm (%FMT2STR, sprintxf): Aliasnized. |
13 |
|
(Moved to new module Message::Util::Formatter.) |
14 |
|
* Util/: New directory. |
15 |
|
|
16 |
|
2002-08-05 Wakaba <w@suika.fam.cx> |
17 |
|
|
18 |
|
* Util.pm: |
19 |
|
- (sprintxf): Use Message::Util::Wide::unquote_if_quoted_string |
20 |
|
instead of Message::Util::unquote_if_quoted_string. |
21 |
|
- (Message::Util::Wide): New package. |
22 |
|
- (%Message::Util::Wide::REG): New hash. |
23 |
|
- (Message::Util::unquote_if_quoted_string): New function. |
24 |
|
- NOTE: "Wide" package is created to support utf8 string |
25 |
|
of perl 5.7.3 or later. Utf8 string does not work |
26 |
|
only for [\x00-\xFF] regex of current functions, |
27 |
|
and this regex is used as (?:.|\x0D|\x0A). (Without |
28 |
|
's' option, "." does not match with newline character.) |
29 |
|
When we can do away problematic code from all |
30 |
|
Message::* modules, we can also do away "Wide" package. |
31 |
|
|
32 |
2002-08-04 Wakaba <w@suika.fam.cx> |
2002-08-04 Wakaba <w@suika.fam.cx> |
33 |
|
|
34 |
* Entity.pm: Don't fill_source by default if format =~ http. |
* Entity.pm: Don't fill_source by default if format =~ http. |