2007-02-26 [paul] 2.8.0cvs1
[claws.git] / ChangeLog
index 3a41bb0d31f57ef2bb9aa72a9d1e9355915b2eb5..5b19c2ba4d807b787dc10986d67d0542096cc73b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,375 @@
+2007-02-26 [paul]      2.8.0cvs1
+
+       * tools/claws.i18n.status.pl
+               updated
+
+2007-02-26 [paul]      2.7.2cvs75
+
+       * po/ca.po
+       * po/cs.po
+       * po/de.po
+       * po/en_GB.po
+       * po/fi.po
+       * po/fr.po
+       * po/hu.po
+       * po/pl.po
+       * po/pt_BR.po
+       * po/sk.po
+       * po/sr.po
+       * po/zh_CN.po
+               updated by Miquel Oliete, Tim Brain, Stephan Sachse,
+               me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
+               Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
+               Aleksandar Urosevic, and Ralgh Young
+
+2007-02-25 [mones]     2.7.2cvs74
+
+       * po/es.po
+               Updated for release
+
+2007-02-25 [colin]     2.7.2cvs73
+
+       * src/main.c
+               Clearing the list is only useful
+               to prevent a valgrind false-positive
+
+2007-02-25 [paul]      2.7.2cvs72
+
+       * tools/Makefile.am
+       * tools/README
+       * tools/kmail-mailbox2claws-mail.pl  **ADDED**
+       * tools/maildir2claws-mail.pl  **REMOVED**
+               renamed the script, fixed a couple bugs
+
+2007-02-23 [colin]     2.7.2cvs71
+
+       * src/addressbook.c
+               Fix a leak, check for a few improbable nulls
+
+2007-02-23 [colin]     2.7.2cvs70
+
+       * src/main.c
+       * src/main.h
+       * src/plugins/trayicon/trayicon.c
+               Fix blinking mainwin when starting in tray
+               (show mainwindow later in the startup process,
+                apart if restarting post-crash)
+
+2007-02-23 [colin]     2.7.2cvs69
+
+       * src/folderview.c
+       * src/imap_gtk.c
+               Fix crash when unsubscribing the currently
+               selected/opened folder
+
+2007-02-23 [colin]     2.7.2cvs68
+
+       * src/compose.c
+               Fix bug that prevented colorization to
+               work without wrap quotation option
+
+2007-02-23 [colin]     2.7.2cvs67
+
+       * src/addr_compl.c
+               Fix refcounting, start and end completion who
+               behaved as if there couldn't be any other current
+               user of completion
+
+2007-02-23 [wwp]       2.7.2cvs66
+
+       * src/addressbook.c
+       * src/addrindex.c
+               Address completion fixes: fix addressbook_peek_folder_exists() in
+               which the algorithm was ridiculously over-obfuscated and broken.
+               Fix addrindex_load_completion() as well, to load addresses in
+               completion list with regards to what addressbook_peek_folder_exists()
+               returns now.
+
+2007-02-23 [wwp]       2.7.2cvs65
+
+       * src/addr_compl.c
+               Add addresses to completion when they're non-empty (thanks to Colin).
+
+2007-02-23 [paul]      2.7.2cvs64
+
+       * src/plugins/pgpcore/passphrase.c
+               remove 'const '
+
+2007-02-23 [colin]     2.7.2cvs63
+
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/pgpcore/prefs_gpg.h
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               Try harder to respect user's choice wrt
+               gpg-agent even with gpg2, by unsetting
+               GPG_AGENT_INFO when necessary.
+
+2007-02-22 [paul]      2.7.2cvs62
+
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpcore/sgpgme.h
+       * src/plugins/pgpcore/passphrase.c
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               Fix a leak - gpgme_data_release_and_get_mem
+               leaks in recent gpgme. Workaround by using
+               our own function.
+
+2007-02-22 [paul]      2.7.2cvs61
+
+       * src/gtk/quicksearch.c
+               Abandon dynamic search when pressing
+               Enter
+
+2007-02-21 [colin]     2.7.2cvs60
+
+       * src/procmsg.c
+       * src/plugins/pgpcore/passphrase.c
+               Fix little memory leaks
+       * src/main.c
+               Fix false-positive leak at exit
+       * src/gtk/quicksearch.c
+               Fix potentially big leak in recursive
+               Quicksearch
+
+2007-02-21 [wwp]       2.7.2cvs59
+
+       * src/summaryview.c
+               Add missing newline to a debug message.
+
+2007-02-20 [colin]     2.7.2cvs58
+
+       * src/Makefile.am
+       * src/mimeview.c
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/pixmaps/mime_pgpsig.xpm
+               Add icon for application/pgp-signature
+
+2007-02-20 [colin]     2.7.2cvs57
+
+       * src/Makefile.am
+       * src/main.c
+       * src/mimeview.c
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/pixmaps/mime_calendar.xpm
+       * src/pixmaps/mime_pdf.xpm
+       * src/pixmaps/mime_ps.xpm
+               Add icons for text/calendar, application/pdf
+               and application/postscript
+
+2007-02-20 [colin]     2.7.2cvs56
+
+       * autogen.sh
+       * src/matcher_parser_parse.y
+       * src/matcher_parser_lex.l
+               Fix big memory leak in flex, and
+               require flex 2.5.31
+
+2007-02-20 [wwp]       2.7.2cvs55
+
+       * src/matcher_parser_parse.y
+               Fix a duplicate token definition (thanks to iwkse).
+
+2007-02-20 [wwp]       2.7.2cvs54
+
+       * src/matcher_parser_lex.l
+       * src/quote_fmt_lex.l
+               Use proper flex options instead of direct use of #define,
+               make the flex-generated C lighter.
+
+2007-02-20 [colin]     2.7.2cvs53
+
+       * src/summaryview.c
+               Grab focus in message list after hiding
+               the quicksearch, instead of leaving it
+               "somewhere"
+
+2007-02-19 [colin]     2.7.2cvs52
+
+       * src/folderview.c
+               Fix bug 1033, 'Automatically refresh 
+               message list when new messages arrives'
+               Looks like folderview->opened can sometimes
+               be wrong...
+
+2007-02-19 [paul]      2.7.2cvs51
+
+       * tools/Makefile.am
+       * tools/README
+       * tools/thunderbird-filters-convertor.pl
+               add new script which converts thunderbird filter
+               rules to Claws filter rules
+
+2007-02-18 [paul]      2.7.2cvs50
+
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/pgpcore/prefs_gpg.h
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               improved GUI interoperability with gpg-agent
+
+2007-02-18 [paul]      2.7.2cvs49
+
+       * src/prefs_account.c
+               Privacy options sensitivity fix
+
+2007-02-17 [colin]     2.7.2cvs48
+
+       * src/messageview.c
+               Reset icon to warning in the noticeview
+
+2007-02-15 [colin]     2.7.2cvs47
+
+       * src/folderview.c
+               Fix a manifestation of bug 1033 (summaryview failing
+               to update for new mails), which happens after editing
+               account preferences or preferences that cause a 
+               folderview reload.
+
+2007-02-15 [colin]     2.7.2cvs46
+
+       * src/addressbook.c
+               Probably fix bug 1123, 'Segmentation 
+               fault while opening address book'. I get
+               g_warnings if the saved paned position is
+               not greater than 0. Also, save position
+               when hiding the addressbook instead of
+               via signal.
+
+2007-02-14 [colin]     2.7.2cvs45
+
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/pgpcore/prefs_gpg.h
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               Add an option "Use gpg-agent if available". Fixes
+               annoyances with distro-installed gpg-agent, when
+               no pinentry program is installed, and the user's 
+               at a loss on why "decryption failed". Makes more
+               clear why passphrase isn't saved when gpg-agent is
+               used. Defaults to true, to avoid changing the 
+               current behaviour.
+
+2007-02-14 [wwp]       2.7.2cvs44
+
+       * src/matcher_parser_parse.y
+               Fix missing line number reset (wrong line number might appear
+               when re-loading filtering rules if there's a parser error).
+
+2007-02-13 [colin]     2.7.2cvs43
+
+       * src/common/utils.c
+               Don't encode ',' in URIs before passing it
+               to the browser command-line. It was probably
+               done at a time where commas in URIs made
+               mozilla -remote 'openurl(%s,new-window)'
+               bug.
+
+2007-02-13 [wwp]       2.7.2cvs42
+
+       * src/prefs_matcher.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               A bit of string factorization around "Select ..." buttons.
+
+2007-02-11 [colin]     2.7.2cvs41
+
+       * src/alertpanel.c
+               Make sure to escape the title
+
+2007-02-11 [colin]     2.7.2cvs40
+
+       * src/codeconv.c
+               Recognize .utf8 locales as .UTF-8 ones
+
+2007-02-11 [colin]     2.7.2cvs39
+
+       * src/compose.c
+               Fix code conversion when dragging a file
+
+2007-02-09 [colin]     2.7.2cvs38
+
+       * src/plugins/clamav/clamav_plugin.c
+               Complete Paul's patch with conditional
+               compilation to avoid breaking compilation
+               on old Dapper and Edgy... Maybe other
+               distros too.
+
+2007-02-09 [paul]      2.7.2cvs37
+
+       * src/plugins/clamav/clamav_plugin.c
+               fix for the upstream changes in libclamav
+
+2007-02-09 [paul]      2.7.2cvs36
+
+       * src/main.c
+       * src/mainwindow.c
+       * src/procmsg.c
+       * src/procmsg.h
+               fix "warn if there are queued messages" (on exit)
+               option, which only checked the first mailbox's
+               queue
+               don't ask before emptying trash if there are no
+               messages in trash, also check and empty all trash
+               folders
+       * src/prefs_other.c
+               move "Ask before emptying trash" option
+               outside of the "On exit" frame as it's
+               not only an "On exit" option
+
+2007-02-09 [paul]      2.7.2cvs35
+
+       * src/addrgather.c
+       * src/alertpanel.c
+       * src/editldap.c
+       * src/prefs_account.c
+       * src/prefs_folder_item.c
+       * src/prefs_gtk.h
+       * src/prefs_matcher.c
+       * src/prefs_message.c
+       * src/prefs_msg_colors.c
+       * src/prefs_summaries.c
+       * src/wizard.c
+       * src/gtk/inputdialog.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               pedantic commit: use 'checkbtn' everywhere
+               instead of a mixture of 'checkbtn' and 'chkbtn'
+
+2007-02-09 [paul]      2.7.2cvs34
+
+       * src/compose.c
+               fix default hotkeys
+       * src/prefs_other.c
+       * src/prefs_send.c
+               move "Never send Return Receipts" from
+               prefs_other to prefs_send
+               add an option "Ask about account specific
+               filtering rules..." to prefs_other
+       * src/gtk/gtkutils.c
+               fix a compiler warning
+
+2007-02-08 [colin]     2.7.2cvs33
+
+       * src/plugins/pgpinline/pgpinline.c
+               Fix bug 1110, 'pgpmime fails to process 
+               encapsulated openpgp mime (rfc 3156, 6.1 
+               -> rfc1847)'
+               It was due to an interaction between PGP/Mime
+               and PGP/Inline plugin. 
+
+2007-02-08 [colin]     2.7.2cvs32
+
+       * src/inc.c
+       * src/mbox.c
+       * src/mbox.h
+               Fix bug 1117, 'fcntl locking code 
+               does not work in mbox.c'
+
 2007-02-08 [colin]     2.7.2cvs31
 
        * src/prefs_account.c
        * src/plugins/pgpcore/select-keys.c
                Set wmclass on new windows
 
+2007-02-04 [colin]
+
+       2.8.0-rc1 released
+
 2007-02-04 [colin]     2.7.2cvs20
 
        * src/compose.c