From: Paul Mangan Date: Fri, 17 Jan 2003 10:58:38 +0000 (+0000) Subject: sync with 0.8.9 release X-Git-Tag: rel_0_8_9~31 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=0687789ee66e6167a322452d1bed4144ede3d44d sync with 0.8.9 release --- diff --git a/ChangeLog b/ChangeLog index 2e469adcb..0cb591f09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-01-17 + + * version 0.8.9 + +2003-01-17 + + * updated INSTALL. + 2003-01-17 * src/quoted-printable.c: qp_encode_line(): fixed linebreak diff --git a/ChangeLog.claws b/ChangeLog.claws index 5f4733371..95ef670f8 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,7 @@ +2003-01-17 [paul] + + * sync with 0.8.9 release + 2003-01-17 [paul] 0.8.8claws108 * sync with 0.8.8cvs11 diff --git a/ChangeLog.jp b/ChangeLog.jp index ae2e4e84d..175e0446c 100644 --- a/ChangeLog.jp +++ b/ChangeLog.jp @@ -1,3 +1,11 @@ +2003-01-17 + + * version 0.8.9 + +2003-01-17 + + * INSTALL ¤ò¹¹¿·¡£ + 2003-01-17 * src/quoted-printable.c: qp_encode_line(): ¸µ¤Îʸ»úÎó¤Ë CRLF ¤¬ diff --git a/INSTALL b/INSTALL index 1c01bdcf1..12e117bf4 100644 --- a/INSTALL +++ b/INSTALL @@ -112,11 +112,8 @@ You can get compface utilities and library from the following location: http://freshmeat.net/projects/compface/ Sylpheed supports US-ASCII, ISO-8859-1, and EUC-JP by default. -If you want other character set / encoding (such as UTF-8, KOI8-R, and GB2312) -to be supported, you have to install libjconv, which is a wrapper for -iconv(). You can obtain it from the following location: - - http://ghost.math.sci.hokudai.ac.jp/misc/libjconv/ +If your system supports iconv() API, other character set / encoding +(such as UTF-8, KOI8-R, and GB2312) will be also supported. GnuPG (>= 1.2.0) and GPGME (>= 0.3.10) are required for GnuPG (PGP) support. You can get GnuPG and GPGME from the following location: @@ -127,13 +124,15 @@ You can get GnuPG and GPGME from the following location: Options for configure script ============================ - --disable-compface disable compface (X-Face) support - --disable-jconv disable libjconv support - --enable-openssl SSL support (requires OpenSSL) - --enable-ipv6 IPv6 support - --enable-gpgme GnuPG support (requires GPGME and GnuPG) - --enable-ldap LDAP support - --enable-jpilot JPilot support + --disable-compface disable compface (X-Face) support + --enable-openssl SSL support (requires OpenSSL) + --enable-ipv6 IPv6 support + --enable-gpgme GnuPG support (requires GPGME and GnuPG) + --enable-ldap LDAP support + --enable-jpilot JPilot support + --enable-aspell Aspell support + --enable-spamassassin-plugin SpamAssassin support + --enable-crash-dialog GDB support For other options, refer to ./configure --help . diff --git a/NEWS b/NEWS index 379be9857..49299827e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ Changes of Sylpheed +* 0.8.9 + + * Transition from libjconv to direct use of iconv() API has been made. + * Quoted-Printable encoding for outgoing messages has been enabled. + * Content-Transfer-Encoding for outgoing messages became user definable. + * The abbreviation method of newsgroup name has been improved. + * Russian locales support has been improved. + * Fixes for message canonicalization have been made. + * Bugs of header MIME encoding have been fixed. + * 0.8.8 * The option to sort by recipient has been added.