From: Paul Mangan Date: Sun, 14 Jul 2002 07:57:58 +0000 (+0000) Subject: sync with 0.8.0 X-Git-Tag: rel_0_8_0~47 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=fa657fda6b0e1c485505199b103cd2e93f8575a2 sync with 0.8.0 --- diff --git a/ChangeLog b/ChangeLog index 27aad948e..8800ac48b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-07-14 + + * version 0.8.0 + +2002-07-14 + + * src/compose.c: added 'Tools/Actions' menu. + 2002-07-12 * src/base64.c: a minor fix for BASE64VAL() macro. diff --git a/ChangeLog.claws b/ChangeLog.claws index a04f475df..14af27d77 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,4 +1,9 @@ -2002-07-09 [melvin] 0.7.8claws65 +2002-07-14 [paul] 0.7.8claws66 + + * sync with main 0.8.0 + see ChangeLog 2002-07-14 + +2002-07-13 [melvin] 0.7.8claws65 * src/addrbook.c * src/addressbook.c diff --git a/ChangeLog.jp b/ChangeLog.jp index 33f4c9c71..a2a307b25 100644 --- a/ChangeLog.jp +++ b/ChangeLog.jp @@ -1,3 +1,11 @@ +2002-07-14 + + * version 0.8.0 + +2002-07-14 + + * src/compose.c: ¡Ö¥Ä¡¼¥ë/¥¢¥¯¥·¥ç¥ó¡×¥á¥Ë¥å¡¼¤òÄɲᣠ+ 2002-07-12 * src/base64.c: BASE64VAL() ¥Þ¥¯¥í¤Î¥Þ¥¤¥Ê¡¼¤Ê½¤Àµ¡£ diff --git a/NEWS b/NEWS index cbb24cb42..8aa3b818e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,22 @@ Changes of Sylpheed +* 0.8.0 + + * The "Paste as quotation" feature has been implemented. + * The "Action" feature (function to pass contents of messages to external + programs) has been added. + * Automatic line-wrapping on input has been enabled. + * The Japanese encoding conversion routine has been rewritten and libkcc + has been removed. + * The MIME encode/decode routines based on fetchmail have been rewritten. + * The IMAP response parser has been improved. + * The authentication method on SMTP AUTH can be forced. + * The receive error dialog can be disabled. + * The option to change the displayed message automatically with cursor + key on the summary view has been added. + * The copy and paste problem in MIME mode has been mostly fixed. + * Some other minor bugfixes and improvements have been made. + * 0.7.8 * The feature to leave messages on POP3 server for specified days has diff --git a/configure.in b/configure.in index c9a9dfab0..ee173d506 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ MINOR_VERSION=7 MICRO_VERSION=8 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws65 +EXTRA_VERSION=claws66 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/compose.c b/src/compose.c index 4af936012..2434118b5 100644 --- a/src/compose.c +++ b/src/compose.c @@ -84,6 +84,7 @@ #include "customheader.h" #include "prefs_common.h" #include "prefs_account.h" +#include "prefs_actions.h" #include "account.h" #include "filesel.h" #include "procheader.h" @@ -104,7 +105,6 @@ #include "template.h" #include "undo.h" #include "foldersel.h" -#include "prefs_actions.h" #if USE_GPGME # include "rfc2015.h"