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

Contents of /messaging/manakai/lib/Message/MIME/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.17 - (hide annotations) (download)
Sun Feb 26 14:32:40 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
CVS Tags: manakai-release-0-3-2, manakai-release-0-3-1, manakai-release-0-4-0, manakai-200612, HEAD
Changes since 1.16: +4 -0 lines
++ 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.

1 wakaba 1.17 2006-02-26 Wakaba <wakaba@suika.fam.cx>
2    
3     * Makefile (distclean): New rule.
4    
5 wakaba 1.16 2002-12-29 Wakaba <w@suika.fam.cx>
6    
7     * EncodedWord.pm (decode): Refine.
8     * Charset.pm (is_utf8): New.
9    
10 wakaba 1.15 2002-12-28 Wakaba <w@suika.fam.cx>
11    
12     * Charset.pm (name_minimumizer): Third argument, $option is added.
13     (_utf8_on, _utf8_off): Require Encode in eval block.
14     (devide_string, _devide_string_1, get_property, get_interchange_charset,
15     is_representable_in): New functions.
16     (*default, *internal): New builtin charsets.
17     * EncodedWord.pm (encode, _encode_q_encoding, _encode): New.
18     (%ENCODER): Likewise.
19    
20 wakaba 1.14 2002-08-18 Wakaba <w@suika.fam.cx>
21    
22     * Charset.pm (_name_utf16be, _name_utf32be): Removed.
23     (Moved to Message::MIME::Charset::MinName)
24    
25 wakaba 1.12 2002-07-22 Wakaba <w@suika.fam.cx>
26    
27     * Charset.pm:
28     - (encode, decode): Reformed. Return a hash as second or
29     greter'th element of returned array. (Now only 'success'
30     key is used.)
31 wakaba 1.13 - (_utf8_on, _utf8_off): New procedures.
32     - (%_IsMimeText): New hash.
33     - (is_mime_text): New function.
34 wakaba 1.12 * EncodedWord.pm (_decode_eword): Fix for new
35     Message::MIME::Charset::decode.
36    
37     2002-07-22 Wakaba <w@suika.fam.cx>
38    
39     * Charset.pm:
40     - Separate 'x-unknown' from 'unknown-8bit'.
41     (unknown-8bit is now suitable as MIME text charset.
42     (But I don't know whether this is correct.
43     This charset is "8bit" (not "binary"!) and defined
44     for 8BITSMTP, so interpret like this.))
45     - New internal charset, '*undef' is defined.
46    
47 wakaba 1.11 2002-07-20 Wakaba <w@suika.fam.cx>
48    
49     * Charset.pm (msname2iananame): New function.
50    
51 wakaba 1.10 2002-07-13 Wakaba <w@suika.fam.cx>
52    
53     * MediaType.pm (message/disposition-notification):
54     Fill host's FQDN and user agent product name
55     if fill_reporting_ua.
56    
57 wakaba 1.9 2002-07-02 Wakaba <w@suika.fam.cx>
58    
59     * MediaType.pm: 'text_content' property is given to
60     some media types.
61    
62 wakaba 1.8 2002-06-23 Wakaba <w@suika.fam.cx>
63    
64     * Charset.pm
65     - New name_minimumizers. (Some are moved from
66     Message::MIME::Charset::Jcode.)
67     - (%_MINIMUMIZER): New internal hash.
68     - Use internal name-minimumizer (with %_MINIMUMIZER)
69     if minimumizer is not defined in charset's definition.
70     * EncodedWord.pm (decode_ccontent): Order of arguments
71     is changed.
72     * MediaType.pm: Typo fix.
73    
74 wakaba 1.7 2002-06-11 wakaba <w@suika.fam.cx>
75    
76     * Charset.pm (US-ASCII name-minimumizer): Returns "unknown-8bit"
77     when 8bit octets are included.
78    
79 wakaba 1.6 2002-06-09 wakaba <w@suika.fam.cx>
80    
81     * Charset.pm:
82     - Support of 'name_minimumizer' property of charset object.
83     - (name_minimumize): New function.
84     * Encoding.pm (encode_qp): Don't encode inner WSPs within
85     tailing WSPs.
86     * MediaType.pm: Support of some new media types
87     and their parameters.
88    
89 wakaba 1.5 2002-06-01 wakaba <w@suika.fam.cx>
90    
91     * Charset.pm:
92     - (encode): Returns minimum charset name if possible.
93     - (definition of iso-2022-int-1, us-ascii): mime_text = 1.
94     * Encoding.pm (decide_coderange): Returns 'binary'
95     when there are lines consist of more than 998 octets.
96    
97 wakaba 1.4 2002-05-30 wakaba <w@suika.fam.cx>
98    
99     * Charset.pm:
100     - (%ENCODER, %DECODER, %N11NTABLE): Removed.
101     - (%CHARSET): New hash.
102     - (make_charset): New function.
103     * Encoding.pm:
104     - (decide_coderange): Checks media-type.
105     - (uuencode): Typo fix.
106    
107 wakaba 1.3 2002-05-29 wakaba <w@suika.fam.cx>
108    
109     * MediaType.pm, Encoding.pm: New modules.
110    
111 wakaba 1.2 2002-05-25 wakaba <w@suika.fam.cx>
112    
113     * Makefile: New file.
114     * EncodedWord.pm:
115     - Procedes trailing WSP correctly.
116     - Don't fail with unknown error.
117    
118 wakaba 1.1 2002-03-25 wakaba <w@suika.fam.cx>
119    
120     * Charset.pm, EncodedWord.pm: New modules.
121     * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24