* src/pine.c
[claws.git] / ChangeLog.claws
index e91587306a19e0cd5276b81004f4228a6b1c4261..a394b4a617dcec97cde91d552ea01622be28098b 100644 (file)
@@ -1,3 +1,92 @@
+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
+               updated Bulgarian translation, submitted by
+               George Danchev
+
+2002-09-13 [paul]      0.8.2claws45
+
+       * src/compose.c
+               merge claws' select_account() with main's
+               (new) compose_select_account(). [sync with
+               0.8.2cvs15, see ChangeLog 2002-09-11]
+
+2002-09-12 [christoph] 0.8.2claws44
+
+       * src/filter.c
+               allocate 1 elements of FolderItem not 0
+
 2002-09-12 [colin]     0.8.2claws43
 
        * src/compose.c