summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-107.99.1v7.99.1snap-20180910Ken'ichi Fukamachi
2018-09-10on 7.99 seriesKen'ichi Fukamachi
2018-09-10brief descriptions on major changes after 7.99.1.Ken'ichi Fukamachi
old changes are separeted to fml/doc/ja/CHANGES-7.97.txt (in fml-devel (before 7.98) age) and fml/doc/ja/CHANGES-7.98.txt (in fml 7.98.xx age).
2018-09-10changes in fml 7.98 age separeted from CHANGES.txt to here.Ken'ichi Fukamachi
2018-09-10changes in fml-devel (before 7.98) age separeted from CHANGES.txt to here.Ken'ichi Fukamachi
2018-09-10handle subject_tag with % (e.g. %d, %05d) or not correctly to avoid warning.Ken'ichi Fukamachi
2018-09-08TARGET=_top seems proper for the link to github ? (I don't know why ...)Ken'ichi Fukamachi
2018-09-08move the link to github up to the top of the menu.Ken'ichi Fukamachi
2018-09-08fix charset= from EUC-JP to US-ASCII.Ken'ichi Fukamachi
2018-09-08fix typo 2018/09/07 -> 2018/09/08.Ken'ichi Fukamachi
2018-09-08oops, this garbage should be removed since we use configure 2.69 already.Ken'ichi Fukamachi
2018-09-08Makefile template, which ./configure generates Makefile from.Ken'ichi Fukamachi
2018-09-08remove the tradisional Makefile. instead, ./configure generates Makefile now.Ken'ichi Fukamachi
2018-09-08regenKen'ichi Fukamachi
2018-09-08expand Makefile, too.Ken'ichi Fukamachi
2018-09-08check "git" command, too.Ken'ichi Fukamachi
2018-09-0820180907: mime header handling e.g. "Subject" is switched to the current ↵Ken'ichi Fukamachi
Perl UTF8 internal way.
2018-09-08updates 08/01-09/07: merged [feature/utf8-mime-header-handling] branch et.al.Ken'ichi Fukamachi
2018-09-08fix document: removed as_str() in it (no such function).Ken'ichi Fukamachi
2018-09-08obsolete Mail::Message::Encode functions are moved to here temporarily.feature/utf8-mime-header-handlingKen'ichi Fukamachi
The functions are encode_mime_string(), decode_mime_string() and decode_mime_utf8_to_euc().
2018-09-08removed encode_mime_string(), decode_mime_string() and ↵Ken'ichi Fukamachi
decode_mime_utf8_to_euc(). They are moved to Mail::Message::Encode::Obsolete temporarily.
2018-09-08subject handling is changed to mime_header_decode() and as_external_form() ↵Ken'ichi Fukamachi
style. XXX bug this module is broken now. XXX it seems text2html() handles the input as ISO-8859-1 always ?
2018-09-08update comments on subject (mime header) handling.Ken'ichi Fukamachi
2018-09-08subject handling is changed to use Mail::Message::Subject based e.g. ↵Ken'ichi Fukamachi
mime_header_decode(). Mail::Message::Subject
2018-09-08subject handling is changed to Mail::Message::Subject->mime_header_decode() ↵Ken'ichi Fukamachi
and as_external_form() style.
2018-09-08subject handling is changed to mime_header_decode() and as_external_form() ↵Ken'ichi Fukamachi
style.
2018-09-08private _regexp_compile() is elevated to public regexp_compile().Ken'ichi Fukamachi
2018-09-08remove base64() and qp().Ken'ichi Fukamachi
2018-09-08just a template. removed not-used "use Jcode".Ken'ichi Fukamachi
2018-09-08clarified each variable is Perl internal or external form.Ken'ichi Fukamachi
2018-09-08fixed the new() description: no, we do not use Jcode here.Ken'ichi Fukamachi
2018-09-08remove debug codes.Ken'ichi Fukamachi
2018-09-08define convert_from_internal_to_external_form() which convert the given Perl ↵Ken'ichi Fukamachi
internal form to the external printable one.
2018-09-08article_thread_init() modified to use Mail::Message::Subject.Ken'ichi Fukamachi
2018-09-08removed obsolete mime_encode() and mime_decode().Ken'ichi Fukamachi
2018-09-08define as_external_form() which return the internal data as the external ↵Ken'ichi Fukamachi
form string.
2018-09-08fix the document descriptions on rewrite_article_subject_tag().Ken'ichi Fukamachi
2018-09-08remove debug codes.Ken'ichi Fukamachi
2018-09-08_decode_mime_string() switched to use mime_header_decode_as_octets() of ↵Ken'ichi Fukamachi
Mail::Message::Encode::Perl class.
2018-09-08remove debug.Ken'ichi Fukamachi
2018-09-08return the phrase of from: address by using mime_header_decode_as_octets().Ken'ichi Fukamachi
2018-09-08define mime_header_decode_as_octets(). It returns printable form not Perl ↵Ken'ichi Fukamachi
internal one.
2018-09-08rewrite_article_subject_tag() switched to use Mail::Message::Encode::Perl.Ken'ichi Fukamachi
2018-09-08switched to use Mail::Message::Encode::Perl in From address parsing.Ken'ichi Fukamachi
2018-09-08fix documentation and debug codes to use mime_header_decode/encode().Ken'ichi Fukamachi
2018-09-08mime header decode/encode switched to use Mail::Message::Encode::Perl.Ken'ichi Fukamachi
define new functions: mime_header_encode() and mime_header_decode().
2018-09-08add Mail::Message::Encode::Perl for Perl (character-oriented) based encoding.Ken'ichi Fukamachi
2018-09-04oops, it was wrong. toward 7.99.00 not 7.98.99 ;_;Ken'ichi Fukamachi
2018-09-04clarify FML::Header::Subjectrewrite_article_subject_tag_orig is obsoleteKen'ichi Fukamachi
by renaming to rewrite_article_subject_tag_obsolete(). It should be removed in the future. It will stay with the repository for a while.
2018-09-04Revert "FML::Header::Subject->rewrite_article_subject_tag is obsolete."Ken'ichi Fukamachi
This reverts commit e1a83b9afe47ce152788651d0a395ec3cdd39d43.