Parent Directory | Revision Log
Links to HEAD: | (view) (download) (annotate) |
Links to HEAD: | (view) (download) (annotate) |
Sticky Tag: |
++ manakai/t/ChangeLog 26 Feb 2006 14:32:29 -0000 * Makefile (distclean): New rule. 2006-02-26 Wakaba <wakaba@suika.fam.cx> ++ manakai/bin/ChangeLog 26 Feb 2006 14:18:44 -0000 * daf.pl: Request for |fe:GenericLS| feature was missing. Sets the |pc:preserve-line-break| parameter for test code as |dac2test.pl| had been. * dac.pl, dac2pm.pl, dac2test.pl: Removed. * disc.pl, cdis2pm.pl, cdis2rdf.pl: Removed. 2006-02-26 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/ChangeLog 26 Feb 2006 14:19:17 -0000 2006-02-26 Wakaba <wakaba@suika.fam.cx> * Makefile (distclean): New rule. ++ manakai/lib/Message/Body/ChangeLog 26 Feb 2006 14:19:35 -0000 2006-02-26 Wakaba <wakaba@suika.fam.cx> * Makefile (distclean): New rule. ++ manakai/lib/Message/Field/ChangeLog 26 Feb 2006 14:24:08 -0000 2006-02-26 Wakaba <wakaba@suika.fam.cx> * Makefile (distclean): New rule. ++ manakai/lib/Message/MIME/ChangeLog 26 Feb 2006 14:24:31 -0000 2006-02-26 Wakaba <wakaba@suika.fam.cx> * Makefile (distclean): New rule. ++ manakai/lib/Message/Markup/ChangeLog 26 Feb 2006 14:24:49 -0000 * Makefile (distclean): New rule. 2006-02-26 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/Util/ChangeLog 26 Feb 2006 14:27:24 -0000 * PerlCode.dis (PerlStringLiteral.stringify): If some character are escaped, the string should have been quoted by |QUOTATION MARK|. * Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis| module was misplaced. (distclean): New rule. (clean): Cleans subdirectories, too. 2006-02-26 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/Util/DIS/ChangeLog 26 Feb 2006 14:31:14 -0000 * Perl.dis (plUpdate): Reads |dis:DefaultFor| property from the source if it is not available from the module in the database, i.e. the |readProperties| method is not performed for the module. (getPerlInterfaceMemberCode): Renamed from |getPerlErrorInterfaceMemberCode|. (DISLang:Const.getPerlInterfaceMemberCode): New method implementation. Constants defined in interfaces were not reflected to the generated Perl module code since the split of |plGeneratePerlModule| method. * DPG.dis (Require): Reference to |DIS:Perl| module was missing. 2006-02-26 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/DOM/ChangeLog 26 Feb 2006 14:21:51 -0000 * SimpleLS.dis (Require): Reference to the |MDOM:Tree| module was missing. * ManakaiDOMLS2003.dis: Some property names was incorrect. * Makefile (distclean): New rule. 2006-02-26 Wakaba <wakaba@suika.fam.cx> * DOMLS.dis: Removed from the CVS repository, since it has been no longer required to make the |daf| system itself. 2006-02-26 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/manakai/ChangeLog 26 Feb 2006 14:32:09 -0000 * Makefile (distclean): New rule. 2006-02-26 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/ChangeLog 26 Feb 2006 14:19:00 -0000 2006-02-26 Wakaba <wakaba@suika.fam.cx> * Makefile (distclean): New rule.
Typo fixed
en_quoted_string, en_phrase: New
Token.pm: New module.
Minor changes
2002-08-05 Wakaba <w@suika.fam.cx> * Util.pm: - (sprintxf): Use Message::Util::Wide::unquote_if_quoted_string instead of Message::Util::unquote_if_quoted_string. - (Message::Util::Wide): New package. - (%Message::Util::Wide::REG): New hash. - (Message::Util::unquote_if_quoted_string): New function. - NOTE: "Wide" package is created to support utf8 string of perl 5.7.3 or later. Utf8 string does not work only for [\x00-\xFF] regex of current functions, and this regex is used as (?:.|\x0D|\x0A). (Without 's' option, "." does not match with newline character.) When we can do away problematic code from all Message::* modules, we can also do away "Wide" package.
2002-08-29 Wakaba <w@suika.fam.cx> * Date.pm: - (%MONTH): Japanese month names are removed. (I wish those will be reintroduced in future version of this module.) - (stringify): New options: '-format_macros', '-format_parameters'.
2002-08-05 Wakaba <w@suika.fam.cx> * Util.pm: - (sprintxf): Use Message::Util::Wide::unquote_if_quoted_string instead of Message::Util::unquote_if_quoted_string. - (Message::Util::Wide): New package. - (%Message::Util::Wide::REG): New hash. - (Message::Util::unquote_if_quoted_string): New function. - NOTE: "Wide" package is created to support utf8 string of perl 5.7.3 or later. Utf8 string does not work only for [\x00-\xFF] regex of current functions, and this regex is used as (?:.|\x0D|\x0A). (Without 's' option, "." does not match with newline character.) When we can do away problematic code from all Message::* modules, we can also do away "Wide" package.
2002-08-05 Wakaba <w@suika.fam.cx> * Date.pm: - (stringify): Use Message::Util::sprintxf instead of _date2str. - (date2str, -fmt2str): Removed. - (%FMT2STR): New hash. * Domain.pm (parse): Allow FWS surrounding the port number.
2002-08-04 Wakaba <w@suika.fam.cx> * Warning.pm: New module. * CSV.pm (_delete_empty): Don't remove reference if the length of its stringified value is zero. * Domain.pm: Parse and output port number if enabled by option. * Date.pm (overload '==', '<=', '>='): Added.
2002-08-03 Wakaba <w@suika.fam.cx> * Status.pm: New module.
2002-08-01 Wakaba <w@suika.fam.cx> * Unstructured.pm: Rewritten. * Subject.pm: Likewise. Support Japanese government's spam mail prefix if Perl has defined $^V (=~ has UTF-8 support). * CSV.pm: Reformatted.
2002-08-01 Wakaba <w@suika.fam.cx> * Unstructured.pm: Rewritten. * Subject.pm: Likewise. Support Japanese government's spam mail prefix if Perl has defined $^V (=~ has UTF-8 support).
2002-07-30 Wakaba <w@suika.fam.cx> * UA.pm: - (add, replace, item, delete): Reimplemented (or newly implemented) by standard Message::Field::Structured method. - (product, product_name, product_version, product_comment): Removed. (Use item method instead.) - (parse): Use robust regex instead of strict usefor format regex. (Accept bare non-token characters as far as possible.)
2002-07-28 Wakaba <w@suika.fam.cx> * UA.pm (add_rcs, replace_rcs): New methods.
2002-07-22 Wakaba <w@suika.fam.cx> * Util.pm: Some fix for new returned value style of Message::MIME::Charset.
2002-07-22 Wakaba <w@suika.fam.cx> * XMoe.pm (_decode_parameters): Don't push 'of' pseudo parameter to @$param before SUPER::_decode_parameters. (To prevent its value from being reinterpreted incorrectly and so being broken.) (Giving also 'section_no' to the hash and passing to SUPER::_decode_parameters was another way to do it.)
2002-07-21 Wakaba <w@suika.fam.cx> * Structured.pm (_parse_value): Inherit header_default_charset, header_default_charset_input, body_default_charset, body_default_charset_input.
2002-07-13 Wakaba <w@suika.fam.cx> * MDNDisposition.pm, ReportingUA.pm: New modules.
2002-07-08 Wakaba <w@suika.fam.cx> * TypedText.pm: New module.
2002-06-29 Wakaba <w@suika.fam.cx> * ContentType.pm, Params.pm, ValueParams.pm, XMoe.pm: Rewritten.
2002-06-23 Wakaba <w@suika.fam.cx> * AngleQuoted.pm (%REG): Don't define regex locally. (Moved to Message::Util). * ContentType.pm, Date.pm, UA.pm, ValueParams.pm: Fix some codes not to be warned as 'Use of uninitialized value'. * Structured.pm (header_default_charset, header_default_charset_input): New options.
2002-06-16 wakaba <w@suika.fam.cx> * MsgID.pm: Check '.test' reserved TLD if '-validate'. * UA.pm (add_our_name): New method (moved from Message::Entity). * ListID.pm, XFace.pm: New modules.
2002-06-16 wakaba <w@suika.fam.cx> * MsgID.pm: Check '.test' reserved TLD if '-validate'. * UA.pm (add_our_name): New method (moved from Message::Entity).
2002-06-15 wakaba <w@suika.fam.cx> * AngleQuoted.pm: New module. * Mailbox.pm, URI.pm: Use AngleQuoted.pm
2002-06-09 wakaba <w@suika.fam.cx> * Addresses.pm (_delete_match): 'addr-spec': new 'by' option. * ContentType.pm: - (_save_param): Call _parse_param_value if parse_all. - (_parse_value): New function. Check Message::MIME::MediaType. * CSV.pm (use_comment): New option. * Date.pm: - (zone): New method. - (set_datetime): Likewise. * Mailbox.pm (display_name): New method. * Numval.pm (use_comment): New option. * Param.pm (_parse_param_value): New function. * Structured.pm: - (_add_return_value, _replace_return_value): New functions. - (_parse_value): Sync with Message::Entity's. - (option): Sync with Message::Entity's. - (option): '-recursive': new option. - (_option_recursive): New function.
2002-05-17 wakaba <w@suika.fam.cx> * Mailbox.pm: Bug fix and minor changes. * URI.pm: Remade. It is now designed by M::F::Mailbox like interface.
2002-05-16 wakaba <w@suika.fam.cx> * Date.pm: Remade.
2002-05-15 wakaba <w@suika.fam.cx> * Address.pm: Removed. * Domain.pm: Bug fix (doesn't treat four-sub-domain- domain as (invalid) IPv4 address). * Mailbox.pm (addr_spec): New method. * Addresses.pm (addr_spec): Likewise. * Structured.pm (option): Doesn't treat ( "-" option-name ) as an alias of option-name. (A ( "-" option-name ) should be recognized as an option for 'option' method.)
2002-05-15 wakaba <w@suika.fam.cx> * Addresses.pm, Mailbox.pm, Domain.pm (son-of-Address.pm's): New modules. * Structured.pm: - (method_available): New method. - (clone): Checks _MEMBERS option. - (comment_add, comment_count, comment_delete, comment_item): New methods. - (item): Implemented. - (_delete_empty): Commentout default action. - (add, replace): Fix bug (parse option didn't work). * MsgID.pm: Don't use non-(ALPHA / DIGIT) as the first character of id-left. * Date.pm: Understands month name "Sept".
2002-05-08 wakaba <w@suika.fam.cx> * Structured.pm (item, method_available): New methods. * Addresses.pm: New module.
2002-05-04 wakaba <w@suika.fam.cx> * XMoe.pm: New module. * CSV.pm: Use XMoe.pm. * MsgID/: Removed.
2002-05-04 wakaba <w@suika.fam.cx> * XMoe.pm: New module. * CSV.pm: Use XMoe.pm.
2002-04-22 wakaba <w@suika.fam.cx> * Makefile: New file. * Received.pm: Reformed.
2002-04-21 wakaba <w@suika.fam.cx> * ValueParams.pm: Merged ContentDisposition.pm. * ContentDisposition.pm: Removed. * ContentType.pm: Reformed.
2002-04-13 wakaba <w@suika.fam.cx> * Path.pm: Reformed.
2002-04-06 wakaba <w@suika.fam.cx> * UA.pm: Reformed.
2002-04-05 wakaba <w@suika.fam.cx> * Structured.pm, Unstructured.pm: Use new style. * Numval.pm: Use base Structured.pm.
2002-04-02 wakaba <w@suika.fam.cx> * Path.pm: New module.
2002-04-01 wakaba <w@suika.fam.cx> * URI.pm (uri): New method.
2002-03-31 wakaba <w@suika.fam.cx> * URI.pm: New module. * Numval.pm: Likewise.
2002-03-31 wakaba <w@suika.fam.cx> * URI.pm: New module.
2002-03-26 wakaba <w@suika.fam.cx> * UA.pm: New module.
2002-03-25 wakaba <w@suika.fam.cx> * Address.pm, CSV.pm, Params.pm, Unstructured.pm, ValueParams.pm: Call hook function for character code convertion and decoding encoded-word when parse or stringify.
2002-03-23 wakaba <w@suika.fam.cx> * Params.pm, ContentType.pm, ContentDisposition.pm, ValueParams.pm: New files.
2002-03-23 wakaba <w@suika.fam.cx> * Params.pm, ContentType.pm, ContentDisposition.pm: New files.
2002-03-21 wakaba <w@suika.fam.cx> * CSV.pm: New module.
2002-03-20 wakaba <w@suika.fam.cx> * MsgID.pm, Received.pm, Subject.pm: New modules. * MsgID/: New directory.
2002-03-16 wakaba <w@suika.fam.cx> * Date.pm: Support ISO 8601 (full format), RFC 561/724 (slash format).
2002-03-15 wakaba <w@suika.fam.cx> * Date.pm: New module.
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |