fix open attachment with whitespace bug
[claws.git] / ChangeLog.claws
index ee1bc1db3964d8c71e355e7e349f8cc32b6b2132..b6e899458070bbf6aa95aa90cd940fdbeded73dd 100644 (file)
@@ -1,3 +1,107 @@
+2001-08-23 [paul]
+
+       * configure.in
+               Change version number to 0.5.3claws3
+
+       * sync with sylpheed 0.5.3cvs5
+
+       * src/mimeview.c
+               double quote '%s' in 'gedit %s' to fix bug when
+               opening attachment with spaces in the name
+
+2001-08-22 [alte]
+       * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
+         src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
+               initial message templates support
+
+
+2001-08-22 [paul]
+
+       * configure.in
+               change version number to 0.5.3claws2
+
+       * sync with sylpheed 0.5.3cvs4
+
+       * src/procmsg.h src/summaryview.c
+               re-implement (un)ignore thread
+
+2001-08-21 [paul]
+
+       * src/summaryview.c
+               remove unnecessary code
+       * src/compose.c
+               enable 'dynamic' signatures (submitted by
+               Eric Limpens <eric@hscg-internet.nl>)
+
+2001-08-21 [paul]
+
+       clean up after sync with sylpheed 0.5.3 release
+
+       * src/folderview.c
+               fix re-introduced font mess, see Christoph's
+               entry 2001-06-24
+
+       * src/summaryview.c
+               remove prev_msgnum
+                use sylpheed's small font instead of
+               gtk default font for summary view
+
+
+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