2006-12-01 [wwp] 2.6.0cvs72
[claws.git] / ChangeLog
index ed3f44ed73af71cc8b3a58fce11f6d824a766a37..adc2e206b696a509ec12c706294cbf4763c93d6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,571 @@
+2006-12-01 [wwp]       2.6.0cvs72
+
+       * src/common/defs.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/message_search.c
+       * src/summary_search.c
+       * src/gtk/combobox.c
+       * src/gtk/combobox.h
+               add history combos to all message and summary search fields.
+
+2006-12-01 [wwp]       2.6.0cvs71
+
+       * src/summaryview.c
+               As the list may change while the mark as read delay
+               runs, we can't rely on the 'row' pointer, which can
+               be invalid when the timeout is called. As the mark
+               as read is only done if the message is still selected,
+               use summaryview->selected instead. Thanks to Colin.
+
+2006-11-30 [paul]      2.6.0cvs70
+
+       * src/textview.c
+               give emphasis to "Sylpheed-Claws"
+               as well as "Claws Mail"
+
+2006-11-30 [colin]     2.6.0cvs69
+
+       * src/wizard.c
+               Put the SSL checkboxes in the receiving
+               and sending server pages.
+
+2006-11-29 [colin]     2.6.0cvs68
+
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkvscrollbutton.c
+               Revert some deprecated fixes - they seem to
+               deprecate stuff as soon as a new one gets out.
+               g_object_ref_sink needed glib-2.10.
+
+2006-11-29 [colin]     2.6.0cvs67
+
+       * src/common/utils.c
+               Create .mailcap if it doesn't exist
+
+2006-11-29 [colin]     2.6.0cvs66
+
+       * src/compose.c
+               Followup to cvs60: use original list
+               of recipients if replying to a mail
+               in Sent Drafts or Queue.
+
+2006-11-27 [paul]      2.6.0cvs65
+
+       * src/image_viewer.c
+               revert the last change for now (it's broken)
+
+2006-11-27 [paul]      2.6.0cvs64
+
+       * Makefile.am
+       * configure.ac
+       * m4/aclocal-include.m4
+       * m4/check-type.m4
+       * src/Makefile.am
+       * src/addr_compl.c
+       * src/compose.c
+       * src/crash.c
+       * src/export.c
+       * src/exporthtml.c
+       * src/exportldif.c
+       * src/imap.c
+       * src/import.c
+       * src/main.c
+       * src/main.h
+       * src/matcher.c
+       * src/mimeview.c
+       * src/procmsg.c
+       * src/textview.c
+       * src/common/Makefile.am
+       * src/common/claws.c
+       * src/common/claws.h
+       * src/common/ssl.c
+       * src/common/sylpheed.c
+       * src/common/sylpheed.h
+       * src/etpan/Makefile.am
+       * src/gtk/Makefile.am
+       * src/gtk/claws-marshal.list
+       * src/gtk/filesel.c
+       * src/gtk/gtksctree.c
+       * src/gtk/quicksearch.c
+       * src/gtk/sylpheed-marshal.list
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/clamav/clamav_plugin_gtk.c
+       * src/plugins/demo/demo.c
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/pgpcore/Makefile.am
+       * src/plugins/pgpcore/claws.def
+       * src/plugins/pgpcore/pgp_viewer.c
+       * src/plugins/pgpcore/plugin.c
+       * src/plugins/pgpcore/sylpheed.def
+       * src/plugins/pgpinline/Makefile.am
+       * src/plugins/pgpinline/claws.def
+       * src/plugins/pgpinline/plugin.c
+       * src/plugins/pgpinline/sylpheed.def
+       * src/plugins/pgpmime/Makefile.am
+       * src/plugins/pgpmime/claws.def
+       * src/plugins/pgpmime/plugin.c
+       * src/plugins/pgpmime/sylpheed.def
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/trayicon/trayicon.c
+               yet more renaming
+               remove deprecated gtk_tooltips_set_delay()
+
+2006-11-26 [paul]      2.6.0cvs63
+
+       * src/expldifdlg.c
+       * src/folderview.c
+       * src/image_viewer.c
+       * src/mainwindow.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkvscrollbutton.c
+       * src/gtk/prefswindow.c
+       * src/plugins/pgpcore/prefs_gpg.c
+               replace more deprecated GTK+ functions
+
+2006-11-26 [paul]      2.6.0cvs62
+
+       * src/addr_compl.c
+       * src/addressbook.c
+       * src/browseldap.c
+               replace deprecated gtk_idle_... functions
+
+2006-11-26 [paul]      2.6.0cvs61
+
+       * src/compose.c
+       * src/folderview.c
+       * src/inc.c
+       * src/summaryview.c
+       * src/gtk/gtkvscrollbutton.c
+       * src/gtk/quicksearch.c
+       * src/plugins/pgpcore/passphrase.c
+               replace deprecated gtk_timeout_add and
+               gtk_timeout_remove
+
+2006-11-26 [paul]      2.6.0cvs60
+
+       * src/compose.c
+               fix bug that caused the wrong recipient
+               to be selected when replying to a msg
+               which is From one of our accounts to
+               another of our accounts
+
+2006-11-25 [paul]      2.6.0cvs59
+
+       * src/summaryview.c
+               don't change the From column title to
+               To if the To column is visible
+
+2006-11-24 [paul]      2.6.0cvs58
+
+       * src/compose.c
+               fix bug 1069, 'Sent mails disappear, BCC
+               or locking problem?'
+
+2006-11-21 [wwp]       2.6.0cvs57
+
+       * src/compose.c
+               fix spelling menu when replying (same as 2.3.1cvs39):
+               discrepancy between context menu and top menu when
+               folder's dictionary isn't the default one.
+
+2006-11-19 [paul]      2.6.0cvs56
+
+       * src/summaryview.c
+               obey always_show_msg option when
+               marking as spam
+       * src/plugins/bogofilter/bogofilter.c
+               fix typo
+
+2006-11-18 [paul]      2.6.0cvs55
+
+       * AUTHORS
+       * README
+       * debian/copyright
+       * manual/ack.xml
+       * manual/es/ack.xml
+       * manual/fr/ack.xml
+       * manual/pl/ack.xml
+       * src/gtk/authors.h
+       * src/gtk/icon_legend.c
+       * src/gtk/icon_legend.h
+       * tools/OOo2claws-mail.pl
+       * tools/README
+       * tools/acroread2claws-mail.pl
+       * tools/claws.i18n.status.pl
+       * tools/filter_conv.pl
+       * tools/filter_conv_new.pl
+       * tools/freshmeat_search.pl
+       * tools/google_search.pl
+       * tools/kmail2claws-mail.pl
+       * tools/kmail2claws-mail_v2.pl
+       * tools/maildir2claws-mail.pl
+       * tools/make.themes.project
+       * tools/multiwebsearch.pl
+       * tools/outlook2claws-mail.pl
+       * tools/tb2claws-mail
+       * tools/kdeservicemenu/README
+       * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
+               update mine and wwp's email addresses in
+               several places
+               Patch by wwp
+       * src/prefs_compose_writing.c
+               set sensitivity on 'new message format' frame
+
+2006-11-17 [paul]      2.6.0cvs54
+
+       * src/gtk/about.c
+               more reworking of the GUI
+               Patch by Fabien Vantard
+
+2006-11-16 [paul]      2.6.0cvs53
+
+       * src/gtk/about.c
+               set a minimum size for the window, allow
+               it to automatically expand as necessary
+
+2006-11-16 [wwp]       2.6.0cvs52
+
+       * src/gtk/about.c
+               better wrap of copyright info on some systems.
+
+2006-11-16 [paul]      2.6.0cvs51
+
+       * src/gtk/about.c
+               move the tech info from the upper panel
+               to the Info tab
+               use a gtk_text_view for the features tab
+
+2006-11-16 [paul]      2.6.0cvs50
+
+       * po/Makevars
+               update my email address
+       * src/addressbook.c
+       * src/compose.c
+       * src/imap_gtk.c
+       * src/mh_gtk.c
+       * src/news_gtk.c
+       * src/summaryview.c
+       * src/plugins/trayicon/trayicon.c
+               don't offer simple menu separators
+               for translation
+       * src/folderview.c
+               add separator between 'mark all read'
+               and 'search folder'
+
+2006-11-15 [wwp]       2.6.0cvs49
+
+       * src/gtk/authors.h
+               updated manuals authors.
+
+2006-11-14 [paul]      2.6.0cvs48
+
+       * src/compose.c
+               Fix Options/Reply mode after draft save
+
+2006-11-14 [paul]      2.6.0cvs47
+
+       * src/Makefile.am
+               Fix make DESTDIR=...
+       * src/mbox.c
+               Optimise speed
+       * src/plugins/pgpinline/pgpinline.c
+               Probably fix bug 1061
+
+2006-11-14 [paul]      2.6.0cvs46
+
+       * po/Makevars
+               enable Q_ macro
+       * src/Makefile.am
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/gtk/about.c
+       * src/pixmaps/active.xpm
+       * src/pixmaps/inactive.xpm
+               add a new page, 'Features', to the About dialog
+               showing which features are compiled in and which
+               are not
+
+2006-11-14 [paul]      2.6.0cvs45
+
+       * po/ru.po
+               updated by Pavlo Bohmat
+
+2006-11-14 [colin]     2.6.0cvs44
+
+       * src/compose.c
+       * src/inc.c
+       * src/messageview.c
+       * src/news.c
+       * src/pop.c
+       * src/procmsg.c
+       * src/gtk/gtkaspell.c
+               Fix 64-bit-related warnings
+       * src/ssl_manager.c
+               Fix possible infinite loop
+       * src/plugins/pgpcore/sgpgme.c
+               Remove useless check
+
+2006-11-13 [colin]     2.6.0cvs43
+
+       * src/gtk/Makefile.am
+               authors.h isn't generated
+
+2006-11-13 [colin]     2.6.0cvs42
+
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               Very probably fix bug 1061, 'crash on 
+               opening signed email'. Another cast
+               problem
+
+2006-11-13 [colin]     2.6.0cvs41
+
+       * src/plugins/pgpcore/sgpgme.c
+               Maybe fix bug 1061, 'crash on opening 
+               signed email'
+
+2006-11-13 [wwp]       2.6.0cvs40
+
+       * src/plugins/pgpinline/pgpinline.c
+               fix candidate for bug #1057, thanks to Colin.
+
+2006-11-13 [wwp]       2.6.0cvs39
+
+       * src/compose.c
+       * src/quote_fmt_parse.y
+               fix bug 1052: current parser buffer was not always 
+               allocated, ptr to this buffer could be returned as 
+               NULL whereas no parser error has occurred. in 
+               consequence, defining a template body as "%d" 
+               (w/o the quotes) for the first time of the instance 
+               of claws-mail, was reporting a parser error. make 
+               sure that the buffer is always allocated, even to 
+               an empty string.
+               fix mis-unescaping in compose.:compose_quote_fmt(): 
+               unescaping of the fmt string was always done 
+               whereas it must be done *only* when receiving 
+               quote format strings issued from the prefs 
+               (compose new message, reply, forward, redirect 
+               formats), *not* when applying templates.  in 
+               consequences, applying templates w/ sequences 
+               like \\|p{echo} were failing. make sure that 
+               unescaping is done only when necessary.
+
+2006-11-12 [colin]     2.6.0cvs38
+
+       * po/de.po
+               Fix typo (s/KB/MB)
+
+2006-11-12 [colin]     2.6.0cvs37
+
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               Release GPG context at the latest 
+               possible moment. Maybe fixes 
+               bug 1057, 'crash on sending signed 
+               message to a newsgroup'
+               
+
+2006-11-12 [colin]     2.6.0cvs36
+
+       * src/plugins/pgpcore/sgpgme.c
+               Tell a bit more when gpg's status doesn't
+               contain any signature
+
+2006-11-12 [colin]     2.6.0cvs35
+
+       * src/compose.c
+               Fix bug 1060, 'compilation error with 
+               Irix's cc'
+
+2006-11-12 [paul]      2.6.0cvs34
+
+       * doc/man/claws-mail.1
+       * src/prefs_gtk.c
+       * src/plugins/clamav/README
+       * src/plugins/spamassassin/README
+       * tools/README
+       * tools/freshmeat_search.pl
+       * tools/google_search.pl
+       * tools/multiwebsearch.pl
+               more renaming
+       * src/plugins/trayicon/trayicon.c
+               fix compiliation warning
+
+2006-11-11 [colin]     2.6.0cvs33
+
+       * src/folderview.c
+               Forbid drag and drop from/to different
+               folders of type F_UNKNOWN
+
+2006-11-11 [colin]     2.6.0cvs32
+
+       * src/plugins/pgpinline/pgpinline.c
+               Fix typo in previous commit:
+               - gpgme_new(&ctx);
+               + if ((err = gpgme_new(&data->ctx)) ...)
+
+2006-11-11 [colin]     2.6.0cvs31
+
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               Check success after calling gpgme_new
+               Maybe fixes bug 1057, 'crash on sending 
+               signed message to a newsgroup'
+
+2006-11-11 [colin]     2.6.0cvs30
+
+       * src/undo.c
+               init undostruct to 0s (from
+               valgrind log of bug 1057)
+
+2006-11-10 [colin]     2.6.0cvs29
+
+       * src/mainwindow.c
+               Set cursor to wait before filtering
+               duplicates in all folders
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter.h
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               Completely thread away the bogofilter
+               filtering
+
+2006-11-10 [mones]     2.6.0cvs28
+
+       * src/compose.c
+       * src/compose.h
+               added COMPOSE_CHECK_BEFORE_SEND hook
+
+2006-11-10 [paul]      2.6.0cvs27
+
+       * src/crash.c
+               more renaming
+               add libSM to get_compiled_in_features()
+       * src/main.c
+               more renaming
+
+2006-11-10 [colin]     2.6.0cvs26
+
+       * src/etpan/imap-thread.c
+               Add a reference to libetpan's sasl engine
+               so that sasl_done() doesn't get called by
+               libetpan, and doesn't break openssl.
+               Should fix bug 1053, 'SC fails to reestablish 
+               a secure connection'
+               Patch by Hoa
+
+2006-11-10 [colin]     2.6.0cvs25
+
+       * manual/addrbook.xml
+       * manual/advanced.xml
+       * manual/faq.xml
+       * manual/intro.xml
+               Some more renaming
+
+2006-11-09 [colin]     2.6.0cvs24
+
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               Add comment about annoyance
+
+2006-11-09 [colin]     2.6.0cvs23
+
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               Prepare things needed to thread bogofilter
+               filtering: separate bogo stuff and possible GUI
+               stuff. 
+
+2006-11-09 [colin]     2.6.0cvs22
+
+       * src/account.c
+       * src/compose.c
+               Search for one of our accounts in Delivered-To
+               (helps for auto-account selection when 
+                replying/forwarding)
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/plugins/trayicon/trayicon.c
+               Allow opening a new mail with any account from
+               the contextual menu
+
+2006-11-09 [wwp]       2.6.0cvs21
+
+       * src/compose.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_compose_writing.c
+               add a compose new message format (in prefs/compose/writing), it's a
+               simple subject+body template to use when opening a new composition
+               window. It's similar to the existent reply and forward formats.
+
+               enhanced the template/format % symbols substitution mechanism to
+               use current composition window information when % are used in
+               the compose new message format or in templates applied to new
+               messages (there were useless in that situations before). When
+               applied to new messages, %d corresponds to the system time/date.
+
+2006-11-09 [paul]      2.6.0cvs20
+
+       * src/gtk/authors.h
+               fix last commit
+
+2006-11-09 [paul]      2.6.0cvs19
+
+       * src/gtk/authors.h
+               keep tje alphabetical order
+
+2006-11-08 [colin]     2.6.0cvs18
+
+       * src/etpan/imap-thread.c
+               Fix bug 1054, 'Slowness logging big 
+               data chunks'
+
+2006-11-08 [paul]      2.6.0cvs17
+
+       * tools/Makefile.am
+               fix the renaming
+
+2006-11-08 [paul]      2.6.0cvs16
+
+       * src/common/defs.h
+               update BUGZILLA_URI
+
+2006-11-08 [paul]      2.6.0cvs15
+
+       * tools/Makefile.am
+       * tools/OOo2claws-mail.pl
+       * tools/OOo2sylpheed.pl
+       * tools/README
+       * tools/acroread2claws-mail.pl
+       * tools/acroread2sylpheed.pl
+       * tools/kmail2claws-mail.pl
+       * tools/kmail2claws-mail_v2.pl
+       * tools/kmail2sylpheed.pl
+       * tools/kmail2sylpheed_v2.pl
+       * tools/maildir2claws-mail.pl
+       * tools/maildir2sylpheed.pl
+       * tools/nautilus2claws-mail.sh
+       * tools/nautilus2sylpheed.sh
+       * tools/outlook2claws-mail.pl
+       * tools/outlook2sylpheed.pl
+       * tools/tb2claws-mail
+       * tools/tb2sylpheed
+       * tools/tbird2claws.py
+       * tools/tbird2syl.py
+       * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
+       * tools/kdeservicemenu/install.sh
+       * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
+       * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
+       * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
+       * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
+       * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
+               renamed (removed, added) tools files
+
 2006-11-08 [paul]      2.6.0cvs14
 
        * src/main.c