fix a leak introduced in claws24 - sorry
[claws.git] / ChangeLog.claws
index 27f0a4453cce2360408a0dc0d9e399e3512c9926..a58ad6a03be087f3164a60bd9e5604aee5c70bca 100644 (file)
@@ -1,3 +1,475 @@
+2003-01-31 [colin]     0.8.9claws26
+
+       * src/summaryview.c
+               Fix a leak introduced in claws24
+
+2003-01-31 [colin]     0.8.9claws25
+
+       * src/summaryview.c
+               Freeze/Thaw folder updates when deleting dups
+
+2003-01-31 [colin]     0.8.9claws24
+       
+       * src/addr_compl.c
+         src/summaryview.c
+         src/msgcache.c
+               little speed improvements
+
+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]
+               removed reference to LDAP constants. removed error2string.
+               included functions to support LDAP dynamic queries.
+       * src/syldap.h
+               moved LDAP constants here.
+       * src/addressbook.c
+       * src/addrindex.c
+       * src/importldif.c
+               removed references to LDAP constants and references to
+               error2string.
+
+2003-01-25 [paul]      0.8.9claws6
+
+       * src/summaryview.c
+               summary_thread_build(), summary_thread_init(): remove 
+               unneeded reference to summaryview->folder_item
+
+2003-01-25 [christoph] 0.8.9claws5
+
+       * src/gtk/description_window.c
+               o allow description texts to expand over multiple columns
+               o translate all columns
+       * src/prefs_actions.c
+               change syntax description to use new multi column feature
+
+       Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
+
+2003-01-25 [match]     0.8.9claws4
+
+       * src/vcard.c
+               fixed bug with Quoted-Printable
+
+2003-01-25 [paul]      0.8.9claws3
+
+       * src/folder.[ch]
+         src/summaryview.[ch]
+               implement per-folder collapsed/expanded threads setting
+               
+       * src/prefs_common.c
+               remove global collapsed/expanded threads 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
+
+       * 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.
+               
+       * 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.
+                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
+               destroy folder items, when a folder item is removed
+
+2003-01-17 [christoph] 0.8.8claws110
+
+       * src/folder.c
+               fix wrong folder stats update when ignored message is
+               deleted
+
+2003-01-17 [colin]     0.8.8claws109
+       
+       * src/mainwindow.c
+       * src/summaryview.c
+               Quicksearch bugfixes: 
+               - hide help button at startup if not extended
+               - switch to extended when looking for replies
+
+2003-01-17 [paul]
+
+       * sync with 0.8.9 release
+
+2003-01-17 [paul]      0.8.8claws108
+
+       * sync with 0.8.8cvs11
+               see ChangeLog 2003-01-17
+
+2003-01-16 [colin]     0.8.8claws107
+
+       * src/procmsg.c
+               Changed encryption test to re-ask passphrase
+               if an encrypted message hasn't been decrypted
+               Fixes bug #5
+
+2003-01-16 [christoph] 0.8.8claws106
+
+       * src/prefs_gtk.c
+       * src/prefs_toolbar.c
+       * src/gtk/prefswindow.h
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               remove page destroy function that is not used anymore
+
+2003-01-16 [paul]      0.8.8claws105
+
+       * sync with 0.8.8cvs9
+               see ChangeLog 2002-01-16
+
+2003-01-16 [colin]     0.8.8claws104
+
+       * src/compose.[ch]
+               Fix bug with autosaved drafts for IMAP, when draft
+               folder is specified - fixes bugzilla bug #20
+
+2003-01-15 [paul]      0.8.8claws103
+
+       * src/compose.[ch]
+         src/procmsg.c
+               store folder and message-id of message forwarding
+               in queue header and set forward flag after sending
+
+2003-01-15 [paul]      0.8.8claws102
+
+       * sync with 0.8.8cvs8
+               see ChangeLog 2002-01-15
+
+2003-01-15 [colin]     0.8.8claws101
+
+       * src/Makefile.am
+               Fix linking with GNU libiconv
+
+2003-01-15 [darko]     0.8.8claws100
+
+       * src/pine.c
+               fix crash when importing pine address book
+               entry with an empty name (reported by DY
+               <dybulk at tri8.net>)
+
+2003-01-14 [paul]      0.8.8claws99
+
+       * configure.in  ** REMOVED **
+         configure.ac  ** NEW FILE **
+               rename configure.in to configure.ac, as it is now
+               preferred
+
+2003-01-14 [melvin]    0.8.8claws98
+
+       * src/folderview.c
+               folderview_check_new(): More precise function description
+
+2003-01-14 [melvin]    0.8.8claws97
+
+       * src/folderview.c
+               folderview_check_new(): return the number of new messages 
+                       since last check.
+       * src/inc.c
+               inc_account_mail(): Disable counting of new messages for IMAP
+                       and NNTP until bug [19] and [14] are fixed.
+
+2003-01-14 [paul]      0.8.8claws96
+
+       * sync with 0.8.8cvs6
+               see ChangeLog 2003-01-14
+
+2003-01-13 [alfons]    0.8.8claws95
+
+       * src/textview.c
+               tune email address validation (c. 0.8.8claws89): if . is 
+               just one char away from @, the address is invalid too 
+               (correctly rejects addresses like foo@.com)
+
+2003-01-13 [paul]      0.8.8claws94
+
+       * src/messageview.c
+         src/toolbar.c
+               fixes to the Message View toolbar and menu:
+               fix non-functioning Forward button
+               make Reply button consider default_reply_list
+               remove 'Follow-up...' menu entry
+               add 'Forward' and 'Redirect' menu entries
+
+2003-01-13 [melvin]    0.8.8claws93
+
+       * src/inc.c
+               Fixed typo that could make new messages count incorrect.
+
+2003-01-13 [melvin]    0.8.8claws92
+
+       * src/folderview.[ch]
+               folderview_check_new(): return the number of new messages.
+       * src/inc.c
+               Should fix bug [14] where new mail notification worked 
+                       incorrectly with IMAP accounts.
+               inc_spool_account(): return number of new msgs, or -1 on error
+               inc_all_spool(): return number of new msgs
+               
+2003-01-13 [melvin]    0.8.8claws91
+
+       * src/prefs_actions.c
+               Justify help text.
+
 2003-01-12 [thorsten]  0.8.8claws90
 
        * src/common/prefs.c
 2003-01-12 [paul]      0.8.8claws86
 
        * sync with 0.8.8cvs5
-               see ChangeLog 2002-01-13 (!)
+               see ChangeLog 2003-01-13 (!)
 
 2003-01-12 [alfons]    0.8.8claws85
 
                give up const-correctness on functions that call non-const-correct functions;
                several casts to gpointer in g_free();
                add change_score;
-               
+
 2003-01-12 [christoph] 0.8.8claws84
 
        * src/compose.c
        * src/toolbar.c
                use the translatable string for "Separator" as file name for
                separator toolbar items (probably make this uppercase?)
-       
+
 2003-01-10 [alfons]    0.8.8claws79
 
        * src/prefs_toolbar.c
                Note: - Please verify that no updates are missing
                      - Check where freeze/thaws should be added
 
-2003-01-07 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.8claws62
+2003-01-07 [christoph] 0.8.8claws62
 
        * src/prefs_actions.c
                don't translate empty strings
 
-2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.8claws61
+       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
+
+2003-01-06 [christoph] 0.8.8claws61
 
        * src/prefs_actions.c
                mark strings for gettext
                use new description window for Execute action and
                match condition in Filtering
 
+       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
+
 2003-01-06 [alfons]    0.8.8claws60
 
        keep myself inspired to re-organize matcher part 8; 
                add documentation so others may comprehend the
                UI part of the conditions
                
-2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.8claws59
+2003-01-06 [christoph] 0.8.8claws59
 
        * src/prefs_actions.c
                use new description window for syntax help
        * src/gtk/description_window.c
                fix display of descriptions with column count != 2
 
-2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.8claws58
+       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
+
+2003-01-06 [christoph] 0.8.8claws58
 
        * src/quote_fmt.c
        * src/summaryview.[ch]
                currently used in quote_fmt and summaryview (new description
                for extended quick search)
 
+       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
+
 2003-01-06 [paul]      0.8.8claws57
 
        * sync with 0.8.8cvs1
 
        * 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