Fix segfault when forwarding nothing
[claws.git] / ChangeLog.claws
index 3b390d77ef8164369315e391f97627ada73d28f0..7b45ac63253e68e4f30168d6036b9c021212d436 100644 (file)
@@ -1,3 +1,113 @@
+2003-01-31 [colin]     0.8.9claws23
+
+       * src/summaryview.c
+               Fix segfault when forwarding nothing
+               Patch from "Ruslan N. Balkin" <baron@voices.ru>
+               
+2003-01-30 [paul]      0.8.9claws22
+
+       * sync with 0.8.9cvs3
+               see ChangeLog 2003-01-30
+
+2003-01-30 [paul]      0.8.9claws21
+
+       * sync with 0.8.9cvs2
+               see ChangeLog 2003-01-30
+
+2003-01-29 [paul]      0.8.9claws20
+
+       * sync with 0.8.9cvs1
+               see ChangeLog 2003-01-29
+
+2003-01-28 [paul]      0.8.9claws19
+
+       * po/POTFILES.in
+               update to reflect changes. 
+               thanks to Ricardo Mones Lastra
+
+2003-01-27 [christoph] 0.8.9claws18
+
+       * ac/openssl.m4
+       * ac/spamassassin.m4
+       * src/plugins/spamassassin/README
+       * src/plugins/spamassassin/libspamc.[ch]
+       * src/plugins/spamassassin/utils.[ch]
+               updated to latest libspamc
+
+2003-01-27 [christoph] 0.8.9claws17
+
+       * src/folder.c
+               fix wrong use of procheader_get_header_fields
+
+2003-01-27 [christoph] 0.8.9claws16
+
+       * src/news.c
+       * src/prefs_account.[ch]
+       * src/common/nntp.[ch]
+               allow to force authentication for NNTP servers
+
+       Patch submitted by Florian Mickler <dmk@d-labs.de>
+
+2003-01-26 [paul]      0.8.9claws15
+
+       * src/summaryview.c
+               speed up of marking messages as read
+               patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
+
+2003-01-26 [christoph] 0.8.9claws14
+
+       * src/Makefile.am
+       * src/mgutils.[ch]
+       * src/xml.[ch]
+       * src/xmlprops.[ch]
+       * src/common/Makefile.am
+       * src/common/mgutils.[ch]
+       * src/common/xml.[ch]
+       * src/common/xmlprops.[ch]
+               move xml files to common directory
+
+2003-01-26 [christoph] 0.8.9claws13
+
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               only set gtk entry text if string is available
+
+2003-01-26 [melvin]    0.8.9claws12
+
+       * src/description_window.c
+               Allow resizing of the window
+               Allow automatic horizontal scroll bar
+               Do not vertically expand and fill
+
+2003-01-26 [christoph] 0.8.9claws11
+
+       * src/Makefile.am
+       * src/gtkutils.[ch]             ** REMOVE **
+       * src/common/sylpheed.c
+       * src/gtk/Makefile.am
+       * src/gtk/description_window.c
+       * src/gtk/gtkutils.[ch]         ** NEW **
+       * src/gtk/prefswindow.c
+               move gtkutils to gtk directory
+
+2003-01-26 [paul]      0.8.9claws10
+
+       * src/summaryview.c
+               rename summary_unread_clicked() to summary_status_clicked()
+
+2003-01-26 [melvin]    0.8.9claws9
+
+       * src/prefs_actions.c
+               Cosmetical changes to the help text
+
+2003-01-26 [paul]      0.8.9claws8
+
+       * src/folder.[ch]
+         src/mainwindow.c
+         src/prefs_common.c
+         src/prefs_sumamry_column.c
+         summaryview.[ch]
+               rename the 'Unread' column to 'Status'
+
 2003-01-25 [match]     0.8.9claws7
 
        * src/mgutils.[ch]
 2003-01-25 [paul]      0.8.9claws6
 
        * src/summaryview.c
-               summary_thread_build{}, summary_thread_init{}: remove 
+               summary_thread_build(), summary_thread_init(): remove 
                unneeded reference to summaryview->folder_item
 
 2003-01-25 [christoph] 0.8.9claws5
 
 2003-01-25 [paul]      0.8.9claws1
 
-       * codeconv.c
+       * src/codeconv.c
                conv_encode_header():  fix bug when long headers with 8-bit
                characters are used, so that the encoded words are wrapped.
                If the space in the original text falls on the wrap boundary,
                it can be lost.
                Patch by Sergey Vlasov.
                
-       * folderview.c
+       * src/folderview.c
                 fix bug where a change to the sorting method or thread view
                 of a folder's messages is lost if simpify-subject is set and
                 toggled on or off.