Parent Directory
|
Revision Log
++ manakai/lib/Message/ChangeLog 15 Dec 2008 06:14:23 -0000 2008-12-14 Wakaba <wakaba@suika.fam.cx> * Date.pm: New module.
| 1 | wakaba | 1.57 | 2008-12-14 Wakaba <[email protected]> |
| 2 | |||
| 3 | * Date.pm: New module. | ||
| 4 | |||
| 5 | wakaba | 1.56 | 2008-12-06 Wakaba <[email protected]> |
| 6 | |||
| 7 | * URL.pm: New module. | ||
| 8 | |||
| 9 | wakaba | 1.55 | 2007-11-18 Wakaba <[email protected]> |
| 10 | |||
| 11 | * Charset/: New directory. | ||
| 12 | |||
| 13 | wakaba | 1.54 | 2007-08-11 Wakaba <[email protected]> |
| 14 | |||
| 15 | * Makefile: New directory |CGI| is added. | ||
| 16 | |||
| 17 | 2007-08-11 Wakaba <[email protected]> | ||
| 18 | |||
| 19 | * CGI/: New directory. | ||
| 20 | |||
| 21 | wakaba | 1.53 | 2007-07-29 Wakaba <[email protected]> |
| 22 | |||
| 23 | * Makefile (all): Special rule for |Util| is removed. | ||
| 24 | |||
| 25 | * Charset/: Removed. | ||
| 26 | |||
| 27 | wakaba | 1.52 | 2007-05-26 Wakaba <[email protected]> |
| 28 | |||
| 29 | * IMT/: New directory. | ||
| 30 | |||
| 31 | wakaba | 1.51 | 2006-03-31 Wakaba <[email protected]> |
| 32 | |||
| 33 | * Makefile (clean-db): New rule. | ||
| 34 | |||
| 35 | wakaba | 1.50 | 2006-03-10 Wakaba <[email protected]> |
| 36 | |||
| 37 | * Makefile: Directories |URI| and |Charset| are added. | ||
| 38 | |||
| 39 | * Charset/: New directory. | ||
| 40 | |||
| 41 | wakaba | 1.49 | 2006-02-26 Wakaba <[email protected]> |
| 42 | |||
| 43 | * Makefile (distclean): New rule. | ||
| 44 | |||
| 45 | wakaba | 1.48 | 2005-09-22 Wakaba <[email protected]> |
| 46 | |||
| 47 | * Makefile: Rules to build subdirectories added. | ||
| 48 | |||
| 49 | wakaba | 1.47 | 2004-08-21 Wakaba <[email protected]> |
| 50 | |||
| 51 | * DOM/: New directory. | ||
| 52 | |||
| 53 | wakaba | 1.46 | 2004-01-06 Wakaba <[email protected]> |
| 54 | |||
| 55 | * Entity.pm (parse): Don't remove all "From"s within text when use_magic_line. | ||
| 56 | |||
| 57 | w | 1.45 | 2003-01-04 Wakaba <[email protected]> |
| 58 | |||
| 59 | * Util.pm (Message::Util::Wide::unquote_if_quoted_string): Give 's' option | ||
| 60 | to 's'. | ||
| 61 | |||
| 62 | wakaba | 1.44 | 2002-11-13 Wakaba <[email protected]> |
| 63 | |||
| 64 | * Util.pm (%FMT2STR, sprintxf): Aliasnized. | ||
| 65 | (Moved to new module Message::Util::Formatter.) | ||
| 66 | * Util/: New directory. | ||
| 67 | |||
| 68 | wakaba | 1.43 | 2002-08-05 Wakaba <[email protected]> |
| 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 | wakaba | 1.42 | 2002-08-04 Wakaba <[email protected]> |
| 85 | |||
| 86 | * Entity.pm: Don't fill_source by default if format =~ http. | ||
| 87 | |||
| 88 | wakaba | 1.41 | 2002-08-01 Wakaba <[email protected]> |
| 89 | |||
| 90 | * Entity.pm (list_name, list_count): New methods. | ||
| 91 | |||
| 92 | wakaba | 1.39 | 2002-07-28 Wakaba <[email protected]> |
| 93 | |||
| 94 | * Entity.pm (destination, sender): New methods. | ||
| 95 | wakaba | 1.40 | * Tool.pm (escape_from, unescape_from): New functions. |
| 96 | wakaba | 1.39 | |
| 97 | wakaba | 1.37 | 2002-07-26 Wakaba <[email protected]> |
| 98 | |||
| 99 | * Entity.pm: | ||
| 100 | - (fill_missing_fields): New option. | ||
| 101 | - (fill_source, fill_destination): New options. | ||
| 102 | wakaba | 1.38 | - (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 | wakaba | 1.37 | |
| 108 | wakaba | 1.36 | 2002-07-25 Wakaba <[email protected]> |
| 109 | |||
| 110 | * Tool.pm: New module. | ||
| 111 | |||
| 112 | wakaba | 1.35 | 2002-07-22 Wakaba <[email protected]> |
| 113 | |||
| 114 | * Util.pm: Some fix for new returned value style | ||
| 115 | of Message::MIME::Charset. | ||
| 116 | |||
| 117 | wakaba | 1.34 | 2002-07-21 Wakaba <[email protected]> |
| 118 | |||
| 119 | * Entity.pm (import): New. | ||
| 120 | |||
| 121 | wakaba | 1.33 | 2002-07-20 Wakaba <[email protected]> |
| 122 | |||
| 123 | * Entity.pm (content_type): Guess media type: | ||
| 124 | text/x-message-rfc1153, text/x-pgp-cleatext-singed, | ||
| 125 | application/pgp, text/x-message-pem. | ||
| 126 | |||
| 127 | 2002-07-19 Wakaba <[email protected]> | ||
| 128 | |||
| 129 | * Entity.pm: | ||
| 130 | - (guess_media_type): New option. | ||
| 131 | - (content_type): Guess media type (text/x-message-rfc934) | ||
| 132 | if necessary. | ||
| 133 | |||
| 134 | wakaba | 1.32 | 2002-07-13 Wakaba <[email protected]> |
| 135 | |||
| 136 | * Util.pm: | ||
| 137 | - (get_host_fqdn): New function. | ||
| 138 | - (%OPTION): New hash. | ||
| 139 | * Entity.pm (stringify): Pass 'format' option | ||
| 140 | to the body (when stringify'ing it) with | ||
| 141 | -parent_format option, instead of -format option. | ||
| 142 | |||
| 143 | wakaba | 1.30 | 2002-07-08 Wakaba <[email protected]> |
| 144 | |||
| 145 | * Entity.pm (parse): Typo fix. | ||
| 146 | wakaba | 1.31 | * Header.pm (hook_init_fill_options, hook_stringify_fill_fields): |
| 147 | New options. | ||
| 148 | wakaba | 1.30 | |
| 149 | wakaba | 1.29 | 2002-07-07 Wakaba <[email protected]> |
| 150 | |||
| 151 | * Entity.pm (check_md5): New method. | ||
| 152 | * Entity.pm (fill_md5, fill_md5_name, recalc_md5): New options. | ||
| 153 | |||
| 154 | wakaba | 1.28 | 2002-07-06 Wakaba <[email protected]> |
| 155 | |||
| 156 | * Header.pm: Support of RFC 2774 namespace. | ||
| 157 | |||
| 158 | wakaba | 1.27 | 2002-07-04 Wakaba <[email protected]> |
| 159 | |||
| 160 | * Util.pm (encode_printable_string, decode_printable_string, | ||
| 161 | encode_t71_string, decode_t71_string, encode_restricted_rfc822, | ||
| 162 | decode_restricted_rfc822): New functions. | ||
| 163 | |||
| 164 | wakaba | 1.26 | 2002-07-02 Wakaba <[email protected]> |
| 165 | |||
| 166 | * Util.pm (decide_newline): New function. | ||
| 167 | * Entity.pm (parse): Call Message::Util::decide_newline | ||
| 168 | instead of local code. | ||
| 169 | |||
| 170 | wakaba | 1.25 | 2002-06-23 Wakaba <[email protected]> |
| 171 | |||
| 172 | * Entity.pm (header_default_charset, header_default_charset_input): | ||
| 173 | New options. | ||
| 174 | * Header.pm (ditto): Likewise. | ||
| 175 | * Util.pm | ||
| 176 | - (angle_quoted, angle_qcontent, M_angle_quoted): New regexs | ||
| 177 | (Moved from Message::Field::AngleQuoted). | ||
| 178 | - (decode_ccontent): Order of arguments of | ||