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