2007-11-19 [wwp] 3.1.0cvs1
[claws.git] / ChangeLog
index 68c46a45eecc0ef23b3ddb4bd873533e82714ecc..e97e3ac8b7ca76cfe919c08c3b863a2cf6ea2f75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,350 @@
+2007-11-19 [wwp]       3.1.0cvs1
+
+       * src/edittags.c
+               Fix a tiny leak and duplicate variable.
+
+2007-11-19 [paul]      3.1.0
+
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.1.0 released
+
+2007-11-19 [paul]      3.0.2cvs145
+
+       * po/de.po
+       * po/fi.po
+       * po/fr.po
+       * po/hu.po
+       * po/it.po
+       * po/pl.po
+       * po/pt_BR.po
+       * po/sk.po
+       * po/zh_CN.po
+               updated by Stephan Sachse, Flammie Pirinen,
+               Fabien Vantard, Pader Rezso, Andrea Spadaccini,
+               Emil Nowak, Frederico Goncalves Guimaraes,
+               Andrej Kacian, and Ralph Young
+
+2007-11-18 [mones]     3.0.2cvs144
+
+       * po/es.po
+               Updated Spanish translation
+
+2007-11-18 [colin]     3.0.2cvs143
+
+       * src/edittags.c
+               Prevent empty tag after edit, thanks to wwp
+
+2007-11-18 [colin]     3.0.2cvs142
+
+       * src/editaddress.c
+               Fix possible "(null)" %s - thanks to wwp
+
+2007-11-16 [wwp]       3.0.2cvs141
+
+       * src/common/utils.c
+               Fix for 3.0.2cvs140, prevents from crashing when opening
+               a compose window.
+
+2007-11-16 [colin]     3.0.2cvs140
+
+       * src/main.c
+       * src/common/claws.c
+               Output a bit more useful info at startup
+               in --debug mode
+
+2007-11-16 [colin]     3.0.2cvs139
+
+       * src/compose.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Fix bug 1387, 'Request for --compose to 
+               support multiple attachments'
+
+2007-11-16 [colin]     3.0.2cvs138
+
+       * src/news.c
+               Fix bug 1390, 'NNTP fails after server 
+               closed connection'
+
+2007-11-16 [colin]     3.0.2cvs137
+
+       * src/prefs_display_header.c
+               Fix bug 1389, 'Changing 'Display headers 
+               in message view' breaks dispheaderrc'
+
+2007-11-14 [colin]     3.0.2cvs136
+
+       * src/summaryview.c
+       * src/gtk/quicksearch.c
+       * src/gtk/quicksearch.h
+               Fix resetting the quicksearch when in non-sticky
+               mode, but Recursive is set: reset only when going
+               out of the root search folder.
+
+2007-11-14 [colin]     3.0.2cvs135
+
+       * src/filtering.c
+               Don't set new flag back when doing "Mark as unread"
+               from filtering
+
+2007-11-12 [paul]      3.0.2cvs134
+
+       * src/plugins/dillo_viewer/dillo_viewer.c
+               don't offer the mime type for translation
+
+2007-11-12 [paul]
+
+       3.1.0-rc2 released
+
+2007-11-11 [colin]     3.0.2cvs133
+
+       * src/imap_gtk.c
+       * src/mh_gtk.c
+               Use markup-escaped strings in dialogs
+
+2007-11-11 [colin]     3.0.2cvs132
+
+       * src/imap.c
+               Better IMAP-UTF7/UTF8 conversion
+
+2007-11-10 [colin]     3.0.2cvs131
+
+       * src/news.c
+               Fix debian bug 450698, 'nntp auth behavior changed 
+               without notice'
+
+2007-11-10 [colin]     3.0.2cvs130
+
+       * configure.ac
+       * src/inc.c
+       * src/main.c
+       * src/main.h
+       * src/mimeview.c
+       * src/statusbar.c
+       * src/common/utils.c
+       * src/etpan/Makefile.am
+       * src/gtk/filesel.c
+       * src/gtk/gtkutils.h
+       * src/gtk/menu.c
+       * src/plugins/bogofilter/Makefile.am
+       * src/plugins/clamav/Makefile.am
+       * src/plugins/dillo_viewer/Makefile.am
+       * src/plugins/pgpcore/Makefile.am
+       * src/plugins/spamassassin/Makefile.am
+       * src/plugins/trayicon/Makefile.am
+               Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
+
+2007-11-09 [colin]     3.0.2cvs129
+
+       * src/addressbook.c
+       * src/ldapupdate.c
+               fix bug 1375, 'Impossible to modify e-mail
+                in LDAP addressbook twice'; Try two. update
+               externalID, don't make display lag, and
+               fix the cases where dn is not mail.
+
+2007-11-08 [paul]      3.0.2cvs128
+
+       * src/account.c
+       * src/compose.c
+       * src/messageview.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+               reinstate 'Generate Message-ID' option as an
+               account preference. (hidden on IMAP)
+               Thanks to Colin
+
+2007-11-08 [paul]      3.0.2cvs127
+
+       * src/textview.c
+               MAEMO: fix failure of loading images inline
+               MAEMO: fix bug 1349, 'Emails still skip to end
+               when opened (in certain circumstances)...'
+
+2007-11-07 [colin]     3.0.2cvs126
+
+       * src/toolbar.c
+               Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
+
+2007-11-07 [colin]     3.0.2cvs125
+
+       * src/toolbar.c
+               Re-change the string occurence of A_CLAWS_ACTIONS
+               to A_SYL_ACTIONS, to prevent parse errors of the
+               toolbar_*.xml files
+
+2007-11-07 [colin]     3.0.2cvs124
+
+       * src/mimeview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * manual/advanced.xml
+               Add an hidden pref, 'save_parts_readwrite';
+               completes 3.0.2cvs35
+
+2007-11-07 [paul]      3.0.2cvs123
+
+       * src/prefs_toolbar.c
+       * src/toolbar.c
+       * src/toolbar.h
+               rename ToolbarSylpheedActions to ToolbarClawsActions
+               rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
+
+2007-11-07 [paul]      3.0.2cvs122
+
+       * src/toolbar.c
+               MAEMO: remove tooltips
+
+2007-11-07 [colin]     3.0.2cvs121
+
+       * src/plugins/pgpinline/pgpinline.c
+               Fix bug 1377, 'unspecific errors on 
+               signature checking'. Fix trimming of
+               UTF8 data.
+
+2007-11-06 [iwkse]     3.0.2cvs120
+
+       * src/prefs_summary_open.c
+               yet a string change
+
+2007-11-06 [paul]      3.0.2cvs119
+
+       * tools/Makefile.am
+       * tools/README
+       * tools/csv2addressbook.pl
+               add a new script that imports a CSV formatted
+               address book. Becky and Thunderbird address
+               book are currently supported.
+
+2007-11-05 [colin]     3.0.2cvs118
+
+       * src/imap.c
+               Fix deletion 
+
+2007-11-05 [iwkse]     3.0.2cvs117
+
+       * src/prefs_summary_open.c
+               String changes
+
+2007-11-04 [paul]      3.0.2cvs116
+
+       * src/addressbook_foldersel.c
+               fix gtk critical warning
+               Patch by Pawel Pekala
+
+2007-11-04 [paul]      3.0.2cvs115
+
+       * tools/README
+       * tools/claws-mail-compose-insert-files.pl
+               add --bcc and uri_escape() everything
+
+2007-11-04 [paul]      3.0.2cvs114
+
+       * src/gtk/gtkutils.c
+               gtkut_stock_with_text_button_set_create(): set
+               GTK_CAN_DEFAULT on buttons 2 and 3
+
+2007-11-03 [paul]      3.0.2cvs113
+
+       * src/common/utils.c
+               fix debian bug #448814, 'mailto: URI decoding
+               desn't decode the destination address field'
+               Patch by Federico Heinz <fheinz@vialibre.org.ar>
+
+2007-11-03 [paul]      3.0.2cvs112
+
+       * AUTHORS
+       * src/compose.c
+       * src/gtk/authors.h
+               allow Bcc in commandline URIs
+               (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
+
+2007-11-02 [colin]     3.0.2cvs111
+
+       * src/addressbook.c
+               Maybe fix bug 1376, 'crash on 
+               addressbook manipulation'
+
+2007-10-31 [paul]      3.0.2cvs110
+
+       * src/ldapupdate.c
+               fix bug 1375, 'Impossible to modify e-mail
+               in LDAP addressbook twice'
+               Patch by Michael Rasmussen
+
+2007-10-30 [paul]      3.0.2cvs109
+
+       * configure.ac
+               enable GnuTLS support with --enable-gnutls which
+               will disable openssl support. if the user has
+               gtk >= 2.10.x don't allow gnomeprint even if the
+               user asks for it
+
+2007-10-30 [paul]
+
+       3.1.0-rc1 released
+
+2007-10-30 [paul]      3.0.2cvs108
+
+       * Makefile.am
+               add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
+
+2007-10-30 [paul]      3.0.2cvs107
+
+       * src/expldifdlg.c
+       * src/prefs_account.c
+       * src/prefs_folder_item.c
+       * src/prefs_spelling.c
+       * src/prefs_themes.c
+       * src/wizard.c
+       * src/gtk/gtkaspell.c
+       * src/gtk/gtkaspell.h
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               replace deprecated gtk_option_menu...
+               patch by Pawel Pekala
+
+2007-10-29 [colin]     3.0.2cvs106
+
+       * src/plugins/dillo_viewer/dillo_prefs.c
+               Fix forgotten signal connect
+
+2007-10-28 [colin]     3.0.2cvs105
+
+       * src/plugins/dillo_viewer/dillo_prefs.c
+       * src/plugins/dillo_viewer/dillo_prefs.h
+       * src/plugins/dillo_viewer/dillo_viewer.c
+               Implement addressbook-based whitelisting for loading
+               remote images. Fixed missing destroy of the embedded
+               browser that made a Dillo window pop up on exit, if
+               an HTML part was displayed.
+
+2007-10-26 [colin]     3.0.2cvs104
+
+       * src/edittags.c
+               Add missing static
+
+2007-10-25 [colin]     3.0.2cvs103
+
+       * src/editaddress.c
+               Add tap-and-hold on the picture, for Maemo
+       * src/edittags.c
+       * src/edittags.h
+       * src/mainwindow.c
+       * src/procmsg.c
+       * src/summaryview.c
+       * src/textview.c
+               Unify tag interfaces.
+
+2007-10-25 [colin]     3.0.2cvs102
+
+       * src/imap.c
+       * src/etpan/imap-thread.h
+               Much better error handling. We'll need to be really
+               clear to users about where errors come from, with 
+               the apparition of Gmail's IMAP server.
+
 2007-10-24 [colin]     3.0.2cvs101
 
        * src/edittags.c