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