/[suikacvs]/messaging/manakai/lib/Message/Field/ChangeLog
Suika

Log of /messaging/manakai/lib/Message/Field/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Links to stable: (view) (download) (annotate)
Sticky Tag:

Revision 1.46.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Dec 28 08:38:42 2002 UTC (21 years, 11 months ago) by wakaba
Branch: stable
Changes since 1.46: +4 -0 lines
Diff to previous 1.46 , to next main 1.51
Minor fix


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Wed Nov 13 08:08:51 2002 UTC (22 years ago) by wakaba
Branch: MAIN
CVS Tags: msg-0-1
Branch point for: stable
Changes since 1.45: +6 -0 lines
Diff to previous 1.45
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.


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Thu Aug 29 12:14:37 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.44: +7 -0 lines
Diff to previous 1.44
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'.


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Mon Aug 5 09:40:54 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.43: +2 -0 lines
Diff to previous 1.43
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.


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Mon Aug 5 09:33:18 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.42: +8 -0 lines
Diff to previous 1.42
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.


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sat Aug 3 23:32:04 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.41: +9 -0 lines
Diff to previous 1.41
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.


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sat Aug 3 04:57:59 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.40: +4 -0 lines
Diff to previous 1.40
2002-08-03  Wakaba <w@suika.fam.cx>

	* Status.pm: New module.


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Thu Aug 1 09:19:46 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.39: +1 -0 lines
Diff to previous 1.39
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.


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Thu Aug 1 06:42:37 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.38: +6 -0 lines
Diff to previous 1.38
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).


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Jul 30 08:50:36 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.37: +11 -0 lines
Diff to previous 1.37
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.)


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sun Jul 28 00:30:49 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.36: +4 -0 lines
Diff to previous 1.36
2002-07-28  Wakaba <w@suika.fam.cx>

	* UA.pm (add_rcs, replace_rcs): New methods.


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 02:49:45 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.35: +2 -0 lines
Diff to previous 1.35
2002-07-22  Wakaba <w@suika.fam.cx>

	* Util.pm: Some fix for new returned value style
	of Message::MIME::Charset.


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 02:42:17 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.34: +9 -0 lines
Diff to previous 1.34
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.)


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Jul 21 03:25:00 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.33: +6 -0 lines
Diff to previous 1.33
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.


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Jul 13 09:27:35 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.32: +4 -0 lines
Diff to previous 1.32
2002-07-13  Wakaba <w@suika.fam.cx>

	* MDNDisposition.pm, ReportingUA.pm: New modules.


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Jul 8 11:44:29 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.31: +4 -0 lines
Diff to previous 1.31
2002-07-08  Wakaba <w@suika.fam.cx>

	* TypedText.pm: New module.


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Jun 29 09:31:45 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.30: +5 -0 lines
Diff to previous 1.30
2002-06-29  Wakaba <w@suika.fam.cx>

	* ContentType.pm, Params.pm, ValueParams.pm,
	XMoe.pm: Rewritten.


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Jun 23 12:10:16 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.29: +11 -0 lines
Diff to previous 1.29
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.


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Jun 16 11:02:45 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.28: +1 -0 lines
Diff to previous 1.28
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.


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Jun 16 10:42:06 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.27: +6 -0 lines
Diff to previous 1.27
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).


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sat Jun 15 07:15:59 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.26: +5 -0 lines
Diff to previous 1.26
2002-06-15  wakaba <w@suika.fam.cx>

	* AngleQuoted.pm: New module.
	* Mailbox.pm, URI.pm: Use AngleQuoted.pm


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sun Jun 9 11:08:27 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.25: +20 -0 lines
Diff to previous 1.25
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.


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri May 17 05:42:27 2002 UTC (22 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.24: +6 -0 lines
Diff to previous 1.24
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.


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu May 16 11:43:40 2002 UTC (22 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.23: +4 -0 lines
Diff to previous 1.23
2002-05-16  wakaba <w@suika.fam.cx>

	* Date.pm: Remade.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed May 15 07:29:09 2002 UTC (22 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.22: +13 -1 lines
Diff to previous 1.22
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.)


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue May 14 13:42:40 2002 UTC (22 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.21: +16 -0 lines
Diff to previous 1.21
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".


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed May 8 09:11:31 2002 UTC (22 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.20: +5 -0 lines
Diff to previous 1.20
2002-05-08  wakaba <w@suika.fam.cx>

	* Structured.pm (item, method_available): New methods.
	* Addresses.pm: New module.


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat May 4 06:05:48 2002 UTC (22 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.19: +2 -0 lines
Diff to previous 1.19
2002-05-04  wakaba <w@suika.fam.cx>

	* XMoe.pm: New module.
	* CSV.pm: Use XMoe.pm.
	
	* MsgID/: Removed.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat May 4 06:03:58 2002 UTC (22 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.18: +10 -0 lines
Diff to previous 1.18
2002-05-04  wakaba <w@suika.fam.cx>

	* XMoe.pm: New module.
	* CSV.pm: Use XMoe.pm.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Apr 22 08:28:20 2002 UTC (22 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.17: +6 -0 lines
Diff to previous 1.17
2002-04-22  wakaba <w@suika.fam.cx>

	* Makefile: New file.
	
	* Received.pm: Reformed.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Apr 21 04:27:42 2002 UTC (22 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.16: +6 -0 lines
Diff to previous 1.16
2002-04-21  wakaba <w@suika.fam.cx>

	* ValueParams.pm: Merged ContentDisposition.pm.
	* ContentDisposition.pm: Removed.
	* ContentType.pm: Reformed.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Apr 13 01:33:54 2002 UTC (22 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.15: +4 -0 lines
Diff to previous 1.15
2002-04-13  wakaba <w@suika.fam.cx>

	* Path.pm: Reformed.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Apr 6 06:01:04 2002 UTC (22 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.14: +4 -0 lines
Diff to previous 1.14
2002-04-06  wakaba <w@suika.fam.cx>

	* UA.pm: Reformed.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Apr 5 14:55:28 2002 UTC (22 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.13: +5 -0 lines
Diff to previous 1.13
2002-04-05  wakaba <w@suika.fam.cx>

	* Structured.pm, Unstructured.pm: Use new style.
	* Numval.pm: Use base Structured.pm.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Apr 2 11:52:12 2002 UTC (22 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.12: +4 -0 lines
Diff to previous 1.12
2002-04-02  wakaba <w@suika.fam.cx>

	* Path.pm: New module.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Apr 1 06:27:32 2002 UTC (22 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.11: +4 -0 lines
Diff to previous 1.11
2002-04-01  wakaba <w@suika.fam.cx>

	* URI.pm (uri): New method.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Apr 1 05:32:15 2002 UTC (22 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
2002-03-31  wakaba <w@suika.fam.cx>

	* URI.pm: New module.
	* Numval.pm: Likewise.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Mar 31 13:11:55 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.9: +10 -0 lines
Diff to previous 1.9
2002-03-31  wakaba <w@suika.fam.cx>

	* URI.pm: New module.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Mar 26 05:31:55 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.8: +4 -0 lines
Diff to previous 1.8
2002-03-26  wakaba <w@suika.fam.cx>

	* UA.pm: New module.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Mar 25 10:15:26 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +7 -0 lines
Diff to previous 1.7
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.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Mar 23 11:41:36 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
2002-03-23  wakaba <w@suika.fam.cx>

	* Params.pm, ContentType.pm, ContentDisposition.pm,
	ValueParams.pm: New files.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Mar 23 10:41:33 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +5 -0 lines
Diff to previous 1.5
2002-03-23  wakaba <w@suika.fam.cx>

	* Params.pm, ContentType.pm, ContentDisposition.pm:
	New files.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 04:18:38 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +4 -0 lines
Diff to previous 1.4
2002-03-21  wakaba <w@suika.fam.cx>

	* CSV.pm: New module.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Mar 20 09:56:26 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +5 -0 lines
Diff to previous 1.3
2002-03-20  wakaba <w@suika.fam.cx>

	* MsgID.pm, Received.pm, Subject.pm: New modules.
	* MsgID/: New directory.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Mar 16 08:15:31 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +5 -0 lines
Diff to previous 1.2
2002-03-16  wakaba <w@suika.fam.cx>

	* Date.pm: Support ISO 8601 (full format), RFC 561/724 
	(slash format).


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Mar 16 01:26:30 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +8 -0 lines
Diff to previous 1.1
2002-03-15  wakaba <w@suika.fam.cx>

	* Date.pm: New module.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Mar 13 07:26:22 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Branch point for: wakaba
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.

  Diffs between and
  Type of Diff should be a

Sort log by:

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24