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

Log of /messaging/manakai/lib/Message/MIME/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.14 - (view) (download) (annotate) - [select for diffs]
Sun Aug 18 06:22:36 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
CVS Tags: msg-0-1
Branch point for: stable
Changes since 1.13: +5 -0 lines
Diff to previous 1.13
2002-08-18  Wakaba <w@suika.fam.cx>

	* Charset.pm (_name_utf16be, _name_utf32be): Removed.
	(Moved to Message::MIME::Charset::MinName)


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

	* Charset.pm:
	- (encode, decode): Reformed.  Return a hash as second or
	greter'th element of returned array.  (Now only 'success'
	key is used.)
	- (_utf8_on, _utf8_off): New procedures.
	- (%_IsMimeText): New hash.
	- (is_mime_text): New function.
	* EncodedWord.pm (_decode_eword): Fix for new 
	Message::MIME::Charset::decode.


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

	* Charset.pm:
	- (encode, decode): Reformed.  Return a hash as second or
	greter'th element of returned array.  (Now only 'success'
	key is used.)
	* EncodedWord.pm (_decode_eword): Fix for new 
	Message::MIME::Charset::decode.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Jul 21 03:25:23 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.10: +4 -0 lines
Diff to previous 1.10
2002-07-20  Wakaba <w@suika.fam.cx>

	* Charset.pm (msname2iananame): New function.


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

	* MediaType.pm (message/disposition-notification):
	Fill host's FQDN and user agent product name
	if fill_reporting_ua.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jul 2 06:36:26 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.8: +5 -0 lines
Diff to previous 1.8
2002-07-02  Wakaba <w@suika.fam.cx>

	* MediaType.pm: 'text_content' property is given to
	some media types.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Jun 23 12:16:10 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +12 -0 lines
Diff to previous 1.7
2002-06-23  Wakaba <w@suika.fam.cx>

	* Charset.pm
	- New name_minimumizers. (Some are moved from 
	Message::MIME::Charset::Jcode.)
	- (%_MINIMUMIZER): New internal hash.
	- Use internal name-minimumizer (with %_MINIMUMIZER)
	if minimumizer is not defined in charset's definition.
	* EncodedWord.pm (decode_ccontent): Order of arguments
	is changed.
	* MediaType.pm: Typo fix.


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

	* Charset.pm (US-ASCII name-minimumizer): Returns "unknown-8bit"
	when 8bit octets are included.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jun 9 11:13:14 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +10 -0 lines
Diff to previous 1.5
2002-06-09  wakaba <w@suika.fam.cx>

	* Charset.pm:
	- Support of 'name_minimumizer' property of charset object.
	- (name_minimumize): New function.
	* Encoding.pm (encode_qp): Don't encode inner WSPs within
	tailing WSPs.
	* MediaType.pm: Support of some new media types
	and their parameters.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Jun 1 05:37:18 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +8 -0 lines
Diff to previous 1.4
2002-06-01  wakaba <w@suika.fam.cx>

	* Charset.pm:
	- (encode): Returns minimum charset name if possible.
	- (definition of iso-2022-int-1, us-ascii): mime_text = 1.
	* Encoding.pm (decide_coderange): Returns 'binary'
	when there are lines consist of more than 998 octets.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu May 30 12:51:05 2002 UTC (22 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +10 -0 lines
Diff to previous 1.3
2002-05-30  wakaba <w@suika.fam.cx>

	* Charset.pm:
	- (%ENCODER, %DECODER, %N11NTABLE): Removed.
	- (%CHARSET): New hash.
	- (make_charset): New function.
	* Encoding.pm:
	- (decide_coderange): Checks media-type.
	- (uuencode): Typo fix.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed May 29 10:54:49 2002 UTC (22 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +4 -0 lines
Diff to previous 1.2
2002-05-29  wakaba <w@suika.fam.cx>

	* MediaType.pm, Encoding.pm: New modules.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat May 25 09:55:20 2002 UTC (22 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +7 -0 lines
Diff to previous 1.1
2002-05-25  wakaba <w@suika.fam.cx>

	* Makefile: New file.
	* EncodedWord.pm: 
	- Procedes trailing WSP correctly.
	- Don't fail with unknown error.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Mar 25 10:17:04 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
2002-03-25  wakaba <w@suika.fam.cx>

	* Charset.pm, EncodedWord.pm: New modules.
	* ChangeLog: New file.


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