re-add (closes bug #X) comments to changelog entries
[claws.git] / ChangeLog.claws
index 792b2bc5445f4922fa63a483013346d57a0c223b..ed1b60ec4af0d9c29aefc001d27efb978b91e835 100644 (file)
@@ -1,3 +1,173 @@
+2003-01-25 [paul]      0.8.9claws3
+
+       * src/folder.[ch]
+         src/summaryview.[ch]
+               re-implement per folder message threading
+               
+       * src/prefs_common.c
+               remove global message threading option
+
+2003-01-25 [christoph] 0.8.9claws2
+
+       * po/POTFILES.in
+               add pluginwindow and prefswindow
+       * src/compose.c
+               make send respond correctly to messages that could be added
+               to the queue folder, but the UID of the message is unknown
+       * src/folder.c
+       * src/imap.c
+               don't return guessed UIDs in imap_add_msg anymore. We return
+               0 to tell the folder system it was appened but the UID is
+               unknown. Folder system now get's the UID by scaning the folder
+               and searching the cache for the Message-ID
+               (closes bug #29 Messages queued, but not sent)
+
+2003-01-25 [paul]      0.8.9claws1
+
+       * 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
+                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.
+                Patch by Luke Plant.
+
+2003-01-24 [paul]      0.8.9claws
+
+       * sylpheed-0.8.9claws released
+       
+       * Makefile.am
+         sylpheed.spec.in
+               remove reference to 'INSTALL.jp'
+
+2003-01-23 [paul]      0.8.8claws128
+
+       * po/es.po
+         po/it.po
+         po/ru.po
+         po/sr.po
+               updated translations. submitted by Ricardo Mones Lastra,
+               Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
+
+2003-01-23 [colin]     0.8.8claws127
+
+       * src/compose.c
+               Fix drafted and queued news articles re-edition
+
+2003-01-23 [melvin]    0.8.8claws126
+
+       * po/fr.po
+               Updated French translations
+
+2003-01-23 [colin]     0.8.8claws125
+
+       * src/inc.c
+               Fix "Connecting to..." status message
+
+2003-01-22 [paul]      0.8.8claws124
+
+       * po/bg.po
+               updated by George Danchev
+               
+       * src/folder.c
+               revert last commit [0.8.8claws111] as it breaks folder d'n'd
+               and folder deletion
+
+2003-01-21 [paul]      0.8.8claws123
+
+       * po/bg.po
+               updated by George Danchev
+               
+       * src/about.c
+               its now 2003
+               
+       * src/toolbar.c
+               don't translate 'Separator'
+               
+       * src/plugins/spamassassin/Makefile.am
+               add aspell to CPPFLAGS
+               
+       * src/plugins/spamassassin/spamassassin.c
+         src/plugins/spamassassin/spamassassin_gtk.c
+               set correct default for spamassassin_receive_spam
+               slightly re-word descriptions and some
+               other minor changes
+
+2003-01-19 [alfons]    0.8.8claws122
+               
+       * src/mimeview.c
+               mimeview_save_as(): we might as well show the file name for
+               the single case "Save As" too
+
+2003-01-19 [alfons]    0.8.8claws121
+
+       * src/crash.c
+               change bug tracker URL to bugzilla URL
+
+2003-01-19 [alfons]    0.8.8claws120
+
+       * src/mimeview.c
+               mimeview_save_all(): display name of file before overwriting;
+               continue saving all, even when one overwrite was cancelled
+
+2003-01-19 [christoph] 0.8.8claws119
+
+       * src/summaryview.c
+       * src/procmsg.[ch]
+               fix wrong usage of procmsg_find_children in summaryview
+               by using procmsg_update_unread_children instead of
+               summaryview_update_unread_children
+
+2003-01-19 [christoph] 0.8.8claws118
+
+       * src/procmsg.c
+               fix infinite loop in procmsg_find_children
+                (closes bug #25 sylpheed crashes on delete.)
+
+       Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
+
+2003-01-19 [paul]      0.8.8claws117
+
+       * po/pt_BR.po
+               updated by Ivan Francolin Martinez
+
+2003-01-18 [melvin]    0.8.8claws116
+
+       * src/prefs_actions.c
+               Removed syntax limitation of only one '&' at the end of command.
+                       Now actions that contain '>/dev/null 2>&1' are possible.
+
+2003-01-18 [melvin]    0.8.8claws115
+
+       * src/prefs_actions.c
+               Actions IO dialog: when the action ends
+               the "Close" button now has focus and [Escape] closes the
+               window.
+
+2003-01-18 [christoph] 0.8.8claws114
+
+       * src/procmsg.c
+               o add debug output when MsgInfos are really freed
+               o free GSLists in procmsg_find_children and
+                 procmsg_update_unread_children
+
+2003-01-18 [christoph] 0.8.8claws113
+
+       * src/mainwindow.c
+               reorder Configuration menu
+
+2003-01-18 [christoph] 0.8.8claws112
+
+       * src/compose.c
+               fix applying templates to forwarded messages
+
+       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
+
 2003-01-17 [christoph] 0.8.8claws111
 
        * src/folder.c
 
        * src/procmsg.c
                update save folder after adding the sent message
+                (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
 
 2003-01-02 [christoph] 0.8.8claws42