Fix pop_bfr_smtp_tm_entry sensivity when switching
[claws.git] / ChangeLog.claws
index 2c14aee7ddeb5417eeb7220ace2018819795d961..7d568acf4fba3398419eefc167a33264172f94d7 100644 (file)
@@ -1,3 +1,226 @@
+2002-09-22 [colin]     0.8.3claws11
+
+       * src/prefs_account.c
+               Fix pop_bfr_smtp_tm_entry sensivity when switching
+               from pop3 to apop or vice-versa
+
+2002-09-22 [colin]     0.8.3claws10
+       
+       * src/prefs_account.[ch]
+               Add an option for the POP before SMTP timeout
+       * src/inc.c
+               Remember time of last POP connection
+       * src/send.c
+               Do POP before SMTP only if timeout reached
+
+2002-09-22 [oliver]    0.8.3claws9
+       
+       * README.claws
+               explain custom toolbar
+
+2002-09-22 [oliver]    0.8.3claws8
+
+       * src/prefs_actions.[ch]
+       custom toolbar for compose      
+               actions callback from compose toolbar
+       * src/folderview.c
+               remove include toolbar.h
+               
+2002-09-22 [oliver]    0.8.3claws7
+       
+       * src/prefs_toolbar.[ch]
+               custom toolbar for compose
+               - generic prefs_toolbar handles both
+                 Mainwin's toolbar as well as Compose toolbar          
+               
+2002-09-22 [oliver]    0.8.3claws6
+       
+       * src/toolbar.[ch]
+               custom toolbar for compose
+               restructure toolbar.[ch]
+               
+2002-09-22 [oliver]    0.8.3claws5
+
+       * src/compose.[ch]
+               custom toolbar for compose
+               
+2002-09-22 [oliver]    0.8.3claws4
+       
+       * src/mainwindow.[ch]
+               custom toolbar for compose 
+               move mainwin toolbar back to mainwindow
+
+2002-09-22 [alfons]    0.8.3claws3
+
+       * src/procmsg.c
+               :%sno/if(/if (/gc
+               :%sno/for(/for (/gc
+               (beautify)
+
+2002-09-22 [alfons]    0.8.3claws2
+       
+       * src/procmsg.c
+               procmsg_save_to_outbox(): don't unlink message file from queue;
+               callers should do it using folder_item_remove_msg()
+
+2002-09-22 [colin]     0.8.3claws1
+
+       * src/mimeview.[ch]
+               Made mimeview_check_signature() public
+       * src/textview.c
+               Made GPG signatures verifiable by clicking
+               the [application/pgp-signature] in the Text
+               view
+
+2002-09-22 [paul]      0.8.3claws
+
+       * po/bg.po
+         po/en_GB.po
+         po/es.po
+         po/it.po
+         po/pl.po
+         po/pt_BR.po
+         po/sr.po
+               updated translations, submitted by George Danchev,
+               me, Ricardo Mones Lastra, Alessandro Maestri,
+               Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
+               and Urke MMI, respectively.     
+
+2002-09-22 [alfons]    0.8.2claws65
+
+       * src/procmsg.c
+       * src/pgptext.c
+               no furry valgrinds have been used to plug these memleaks
+
+2002-09-20 [paul]      0.8.2claws64
+
+       * sync with 0.8.3cvs4
+               'Select thread' re-implemented 
+               see ChangeLog 2002-09-20
+
+2002-09-21 [alfons]    0.8.2claws63
+
+       * src/compose.c
+               compose_send(): plug unnoticed memleak
+
+2002-09-20 [alfons]    0.8.2claws62
+
+       * src/addr_compl.c
+               replace_address_in_edit(): strict check for NULL address to
+               fix "[ 607348 ] Segfault in address completion". My guess is
+               that this happens with an empty address book, but it's good
+               to have this check here anyway
+               
+               completion_window_button_press(): free string returned 
+               from the internal cache
+
+2002-09-20 [christoph] 0.8.2claws61
+
+       * src/procmime.h
+               added ENC_BINARY to EncodingType
+       * src/procmime.c
+               the string returned by procmime_get_encoding_str
+               should not depend on the order of values in the
+               EncodingType definition
+       * doc-src/rfc1806.txt   ** NEW FILE **
+               Added rfc1806 about MIME Content-Disposition
+               Extension
+
+2002-09-19 [paul]      0.8.2claws60
+
+       * sync with 0.8.2cvs3
+               see ChangeLog 2002-09-19
+
+2002-09-19 [paul]      0.8.2claws59
+
+       * src/prefs_folder_item.c
+               revert to Darko's original alignment of colour
+               selector button
+               add a colon to folder_color label
+               
+       * src/compose.c
+               add Colin's patch (with Hiro's modifications) to 
+               force BASE64 encoding for 8-bit text when signing
+               (sync with 0.8.3cvs2)
+
+2002-09-18 [alfons]    0.8.2claws58
+
+       * src/compose.c
+               :%sno/if(/if (/gc
+               :%sno/for(/for (/gc
+               (beautify a little bit)
+
+2002-09-18 [christoph] 0.8.2claws57
+
+       * src/pine.c
+               fix handling of fgetc return value
+
+2002-09-17 [alfons]    0.8.2claws56
+       
+       * src/summaryview.c
+               summary_sort(): check non-NULL summaryview->folder_item when no 
+               folder is selected at all
+               (closes "[ 610344 ] sort label make syl Crash")
+
+2002-09-17 [alfons]    0.8.2claws55
+       
+       * src/compose.c
+               beautify a little bit
+
+2002-09-17 [christoph] 0.8.2claws54
+
+       * src/folder.c
+               initialize max values for cache and folder
+               when cache or folder is empty
+
+2002-09-15 [colin]     0.8.2claws53
+
+       * src/compose.c
+               Fix a leak (thanks Alfons!) and cleaned
+               variables names for custom headers
+
+2002-09-15 [colin]     0.8.2claws52
+
+       * src/compose.c
+               Fix custom headers recognition when
+               prefs_common.trans_hdr is on
+
+2002-09-15 [colin]     0.8.2claws51
+
+       * src/compose.c
+               Allow dynamically-added custom headers
+               Yet not reparsed if reedited
+
+2002-09-15 [alfons]    0.8.2claws50
+
+       * src/prefs_account.c
+               fix warnings
+
+2002-09-15 [colin]     0.8.2claws49
+       
+       * src/prefs_account.c
+               fix pop_before_smtp sensitivity
+
+2002-09-15 [colin]     0.8.2claws48
+
+       * src/inc.[ch]
+               add inc_pop_before_smtp()
+               allow MainWindow to be undefined in 
+               inc_account_mail() and inc_start()
+       * src/pop.c
+         src/prefs_account.h
+               add STYPE_POP_BEFORE_SMTP session type
+       * src/prefs_account.c
+               activated pop before smtp option
+       * src/send.c
+               do pop before smtp if the relevant option 
+               is set
+
+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