fix target folder colorization
[claws.git] / ChangeLog.claws
index f8ece7fe5f104ad05c99cbb449717105aacc4f37..17a3001a55fe4fe01cedf73f844fdb72968ca36c 100644 (file)
@@ -1,3 +1,80 @@
+2001-08-17 [paul]
+
+       * configure.in
+               add pl to ALL_LINGUAS - sync with main branch
+
+       * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
+               Updated. Translations by Jens Oberender, Ricardo Mones
+               Lastra, Alfons, and Fabio Junior Beneditto respectively.
+
+       * po/pl.po  ** NEW FILE **
+               sync with the main branch
+
+        * src/folderview.c
+               fix target folder colorizing and refresh problem
+
+
+2001-08-17 [christoph]
+
+       * src/mainwindow.c
+               claws uses 4 colors for target folder coloring.
+               arrays were not long enough and destroyed the
+               stack causing a segfault.
+               target folder colorizing does not work anymore
+               for me
+
+2001-08-16 [paul]
+
+       * configure.in
+               change to version 0.5.3claws1
+
+       * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
+         src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
+         src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
+
+               sync with sylpheed 0.5.3 release, but keep claws method of
+               configuring/saving fonts
+
+       * src/addressbook.[ch]
+               rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
+               in line with a similar change in Hiroyuki's branch
+
+       * src/mainwindow.[ch]
+               disable main_window_set_thread_option()
+       * src/prefs_folder_item.c
+               comment out &tmps_prefs.enable_thread,
+       * src/mbox_folder.c, src/procmsg.[ch]
+               comment out MSG_IS_IGNORE_THREAD
+       * src/summaryview.c
+               comment out summary_ignore_thread() and summary_unignore_thread()
+               comment out MSG_IS_IGNORE_THREAD
+
+                use Hiroyuki's threading instead.
+
+
+
+2001-08-15 [paul]
+
+       * src/account.c
+               use Hiroyuki's 0.5.3 column scheme but also
+               include the enable/disable button.
+       * src/pixmaps/mark.xpm
+               add Hiroyuki's amended pixmap
+
+2001-08-13 [christoph]
+
+       * src/account.c
+               receive at get all column showed wrong state for APOP
+               button should only work for POP3 and APOP accounts
+       * src/prefs_account.c
+               added missing preprocessor statement for SSL
+
+2001-08-12 [paul]
+
+       * src/account.[ch]
+               add 'receive at get all' column and enable/disable
+               button.
+
 2001-08-06 [christoph]
 
        * src/account.c