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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.16 - (hide annotations) (download)
Sun Feb 26 14:32:38 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.15: +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.16 2006-02-26 Wakaba <wakaba@suika.fam.cx>
2    
3     * Makefile (distclean): New rule.
4    
5 wakaba 1.15 2005-04-23 Wakaba <wakaba@suika.fam.cx>
6    
7     * Multipart.pm (@BCHARS): COLON is removed from the list
8     since it is problematic (some old MTA might break the message).
9    
10 wakaba 1.14 2002-07-22 Wakaba <w@suika.fam.cx>
11    
12     * Text.pm, TextPlain.pm (parse): If returned 'failed' value
13     of decode is failed and 'charset' is false, set
14     body_default_charset_input to _charset.
15    
16 wakaba 1.12 2002-07-20 Wakaba <w@suika.fam.cx>
17    
18     * TextMessageRFC1153.pm: New module.
19 wakaba 1.13 * Text.pm, TextPlain.pm (check_msmime): New option.
20 wakaba 1.12
21 wakaba 1.11 2002-07-19 Wakaba <w@suika.fam.cx>
22    
23     * TextMessageRFC934.pm: New module.
24    
25 wakaba 1.10 2002-07-14 Wakaba <w@suika.fam.cx>
26    
27     * Text.pm:
28     - (default_charset): Removed.
29     - (body_default_charset): New option.
30     - (body_default_charset_input): Likewise.
31     - (parse, stringify): Use new options instead of default_charset
32     option.
33     * TextPlain.pm (_init): Set 1 to fill_ct option
34     when format =~ rfc2822 | news-usefor (in addition to
35     http | mime).
36    
37 wakaba 1.9 2002-07-08 Wakaba <w@suika.fam.cx>
38    
39     * MessageDeliveryStatus.pm: New module.
40    
41 wakaba 1.8 2002-07-02 Wakaba <w@suika.fam.cx>
42    
43     * Multipart.pm:
44     - (parse): Call Message::Util::decide_newline.
45     - (data_part, control_part): New methods.
46     - (stringify): Set 'protocol' parameter of parent entity
47     if media type is message/signed or message/encrypted.
48    
49 wakaba 1.7 2002-06-23 wakaba <w@suika.fam.cx>
50    
51     * TextPlain.pm (stringify): Minimumize MIME charset name
52     (bug fix).
53    
54 wakaba 1.6 2002-06-16 wakaba <w@suika.fam.cx>
55    
56     * Text.pm, TextPlain.pm (_init): Bug fix of normalization
57     option (was not worked).
58    
59 wakaba 1.5 2002-06-14 wakaba <w@suika.fam.cx>
60    
61     * MessageExternalBody.pm: New module.
62    
63 wakaba 1.4 2002-06-11 wakaba <w@suika.fam.cx>
64    
65     * Multipart.pm: Some bug fixes.
66    
67     2002-06-10 wakaba <w@suika.fam.cx>
68    
69     * Multipart.pm (add, delete, count, item): Supported.
70    
71 wakaba 1.3 2002-06-09 wakaba <w@suika.fam.cx>
72    
73     * Multipart.pm: New module.
74     * Text.pm (stringify): Don't append "\x0D\x0A" unless it
75     when normalization.
76     * TextPlain.pm (stringify):
77     - Minimumlizes mime charset name (if fill_ct).
78     - Don't append "\x0D\x0A" unless it when normalization.
79    
80 wakaba 1.2 2002-06-01 wakaba <w@suika.fam.cx>
81    
82     * TextPlain.pm: Reimplemented with parent class
83     Message::Field::Structured.
84    
85 wakaba 1.1 2002-03-21 wakaba <w@suika.fam.cx>
86    
87     * ChangeLog: New file.
88    
89     * TextPlain.pm: New module.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24