From: Paul Mangan Date: Sun, 15 Sep 2002 08:02:17 +0000 (+0000) Subject: sync with 0.8.3 X-Git-Tag: rel_0_8_3~25 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=444859f61160e5a81bb54bfbd1a4687631bc3c53;hp=f7f8e4386682c028315caf257288388ee424260f sync with 0.8.3 --- diff --git a/ChangeLog b/ChangeLog index 14b4cc24d..283aea9e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2002-09-15 + + * version 0.8.3 + +2002-09-15 + + * src/codeconv.c: changed the charset for ru_RU.CP1251 to + Windows-1251. Added bg_BG locale. + 2002-09-11 * src/compose.c: account_activated(): change the state of menu items diff --git a/ChangeLog.claws b/ChangeLog.claws index 2c14aee7d..0b25bc87c 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2002-09-15 [paul] 0.8.2claws47 + + * sync with 0.8.3 + see ChangeLog 2002-09-15 + 2002-09-14 [paul] 0.8.2claws46 * po/bg.po diff --git a/ChangeLog.jp b/ChangeLog.jp index edbc74011..c3819cf65 100644 --- a/ChangeLog.jp +++ b/ChangeLog.jp @@ -1,3 +1,12 @@ +2002-09-15 + + * version 0.8.3 + +2002-09-15 + + * src/codeconv.c: ru_RU.CP1251 ¤Î charset ¤ò Windows-1251 ¤ËÊѹ¹¤·¡¢ + bg_BG locale ¤òÄɲᣠ+ 2002-09-11 * src/compose.c: account_activated(): ÁªÂò¤µ¤ì¤¿¥¢¥«¥¦¥ó¥È¤Ë±þ¤¸¤Æ diff --git a/NEWS b/NEWS index a4d8c8b72..e3e5aba65 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,20 @@ Changes of Sylpheed +* 0.8.3 + + * The state of compose window is now changed automatically when the + account is selected. + * The option to only mark message as read when opened in new window has + been added. + * The receive progress dialog now shows detailed information in the + status list. + * The receive progress dialog can be kept open. + * The line-joining problem of auto-wrapping has been fixed. + * IMAP and News cache files/directores are now correctly purged if + they become unnecessary. + * The wrong news article number calculation has been fixed. + * The summary refresh problem has been fixed. + * 0.8.2 * GnuPG improvements and fix diff --git a/configure.in b/configure.in index cecde79cc..88575b545 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ MINOR_VERSION=8 MICRO_VERSION=2 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws46 +EXTRA_VERSION=claws47 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/codeconv.c b/src/codeconv.c index c67a1286e..83df42bb2 100644 --- a/src/codeconv.c +++ b/src/codeconv.c @@ -759,6 +759,8 @@ static const struct { {"ru_RU.KOI8-R" , C_KOI8_R}, {"ru_RU.CP1251" , C_WINDOWS_1251}, + {"bg_BG" , C_WINDOWS_1251}, + {"en_US" , C_ISO_8859_1}, {"ca_ES" , C_ISO_8859_1}, {"da_DK" , C_ISO_8859_1},