From: Paul Mangan Date: Mon, 12 May 2003 10:11:02 +0000 (+0000) Subject: sync with 0.9.0pre1 X-Git-Tag: rel_0_9_0~44 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=fa6c7902f22d95c01da795569d4cc1bfb1951baa sync with 0.9.0pre1 --- diff --git a/ChangeLog b/ChangeLog index d57b583e3..3acac661c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-05-12 + + * version 0.9.0pre1 + +2003-05-12 + + * src/prefs_account.c: temporarily removed POP before SMTP option. + 2003-05-09 * src/prefs_common.[ch]: changed the description of "Open message when diff --git a/ChangeLog.claws b/ChangeLog.claws index 13d90e903..65924c1c9 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,7 @@ +2003-05-12 [paul] + + * sync with 0.9.0pre1 + 2003-05-09 [paul] 0.8.11claws149 * sync with 0.8.11cvs43 diff --git a/ChangeLog.jp b/ChangeLog.jp index 5ed9c56e9..34458eda4 100644 --- a/ChangeLog.jp +++ b/ChangeLog.jp @@ -1,3 +1,11 @@ +2003-05-12 + + * version 0.9.0pre1 + +2003-05-12 + + * src/prefs_account.c: POP before SMTP ¥ª¥×¥·¥ç¥ó¤ò°ì»þŪ¤Ëºï½ü¡£ + 2003-05-09 * src/prefs_common.[ch]: ¡Ö¥µ¥Þ¥ê¤Ç¥«¡¼¥½¥ë¥­¡¼¤ò²¡¤·¤¿¤È¤­ diff --git a/INSTALL b/INSTALL index 12e117bf4..f0a05de0b 100644 --- a/INSTALL +++ b/INSTALL @@ -31,7 +31,7 @@ o RedHat Linux 5.2 (glibc 2.0.7) o RedHat Linux 6.0 o RedHat Linux 6.1 + Helix GNOME (glibc 2.1.x) o RedHat Linux 6.2 / 6.2J (glibc 2.1.x) -o RedHat Linux 7.0 / 7.0J / 7.1 / 7.2 / 7.3 +o RedHat Linux 7.0 / 7.0J / 7.1 / 7.2 / 7.3 / 8.0 o LinuxPPC2000 + Yukikaze(Japanization kit) o Linux2000G (Intel / PPC) o HOLON Linux 2.0 (Intel / PPC) @@ -41,11 +41,10 @@ o LinuxPPC Q4 2000 (glibc 2.1.x) o Linux MLD4 o Linux MLD5 o Plamo Linux 2.0 / 2.1 / 2.2.x / 3.0 -o Slackware 7.0 / 7.1 / 8.0 / 8.1 +o Slackware 7.0 / 7.1 / 8.0 / 8.1 / 9.0 o Linux Mandrake 7.0 / 7.1 / 7.2 / 8.0 / 8.1 / 9.0 -o SuSE Linux 6.3 (glibc 2.1.2) -o SuSE Linux 6.4 -o SuSE Linux 7.0 / 7.1 / 7.2 / 7.3 +o SuSE Linux 6.3 (glibc 2.1.2) / 6.4 +o SuSE Linux 7.0 / 7.1 / 7.2 / 7.3 / 8.0 / 8.1 o OpenLinux 2.3 (glibc 2.1.1 -> 2.1.3) o Caldera OpenDesktop 2.4 o Caldera Workstation 3.1 @@ -115,7 +114,9 @@ Sylpheed supports US-ASCII, ISO-8859-1, and EUC-JP by default. 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. +GnuPG (>= 1.2.0) and GPGME (>= 0.3.10) are required for GnuPG (PGP) support +(GPGME 0.4.x is not supported yet). + You can get GnuPG and GPGME from the following location: ftp://ftp.gnupg.org/pub/gcrypt/alpha/gpgme/ @@ -124,15 +125,12 @@ You can get GnuPG and GPGME from the following location: Options for configure script ============================ - --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 + --disable-compface disable compface (X-Face) support + --enable-ssl SSL support (requires OpenSSL) + --enable-ipv6 IPv6 support + --enable-gpgme GnuPG support (requires GPGME and GnuPG) + --enable-ldap LDAP support + --enable-jpilot JPilot support For other options, refer to ./configure --help . diff --git a/NEWS b/NEWS index 253c3befe..84e7e9891 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,29 @@ Changes of Sylpheed +* 0.9.0 + + * The multi-process network I/O has been implemented for POP3 and SMTP. + * The Action feature has been improved. + * The automatic signature replacement on account change has been + implemented. + * Hyperlinks of HTML messages are now correctly handled. + * The separated message view now has a menubar. + * Original messages' headers are now included as the preset keywords + on automatic filter creation. + * The verbose error messages are now displayed on POP3 and SMTP. + * The lines of the log window is now restricted to reduce the memory + usage. + * The Shift_JIS locale has been supported. + * The internal MIME structure has been cleaned up. + * Slovak message catalog has been added. + * The header corruption bug on reediting has been fixed. + * The conversion of UTF-7 encoding has been fixed. + * A workaround for unknown timezones has been made. + * A workaround for wrapping problem on UTF-8 locale has been made. + * More workaround for crashes by illegal characters has been made. + * The crash bug of the composition window has been fixed. + * Other bugfixes have been made. + * 0.8.11 * The folder option to remove parentheses and brackets at the beginning