2007-11-20 [colin] 3.1.0cvs11
[claws.git] / ChangeLog
index d41aee12c7001f9cdfd7b01d8158b36144296270..0163689155d861afde0d787e03ce4f87a1294547 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,250 @@
+2007-11-20 [colin]     3.1.0cvs11
+
+       * src/folderview.c
+       * src/main.c
+       * src/mainwindow.c
+               Fix bug 1396, 'Crash on disabling a filter 
+               while it is processing'
+
+2007-11-20 [paul]      3.1.0cvs10
+
+       * src/folder.c
+               fix bug 1395, 'Crash on checking for new mails
+               while filter is running'
+               Thanks to Colin
+
+2007-11-20 [paul]      3.1.0cvs9
+
+       * src/compose.c
+               make this string easier for translators
+
+2007-11-19 [colin]     3.1.0cvs8
+
+       * src/prefs_summaries.c
+       * src/summaryview.c
+               Don't enable more tooltips on Maemo
+
+2007-11-19 [colin]     3.1.0cvs7
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_summaries.c
+       * src/summaryview.c
+               Fix bug 1388, 'message list tool tips'
+               Add (optional) tooltips in summaryview.
+               This only works with GTK+ >= 2.12
+
+2007-11-19 [colin]     3.1.0cvs6
+
+       * src/compose.c
+               Make strings a bit better when attaching
+               from mailto: URIs
+
+2007-11-19 [colin]     3.1.0cvs5
+
+       * src/common/utils.c
+               Fix bug 1392, 'Top level domain .EU is 
+               not recognised as valid'
+
+2007-11-19 [wwp]       3.1.0cvs4
+
+       * src/compose.c
+       * src/compose.h
+               Revert changes to compose.c made in 3.1.0cvs2.
+
+2007-11-19 [wwp]       3.1.0cvs3
+
+       * src/addressbook.c
+       * src/addressbook.h
+       * src/editaddress.c
+       * src/editgroup.c
+       * src/addrduplicates.c
+               Minor improvements in the address book:
+               always accept new contacts provided that some
+               detail is set (instead of rejecting silently).
+               Better guessing of contact name from incomplete
+               name information. Better display of contacts with
+               no name, in contact lists, group contents, find
+               duplicate results.
+               
+
+2007-11-19 [wwp]       3.1.0cvs2
+
+       * src/compose.c
+       * src/compose.h
+       * src/prefs_logging.c
+       * src/prefs_summaries.c
+               GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
+               wrap some long label in prefs/summaries, layout checkboxes
+               in a more compact form in prefs/loggin, make account and
+               header's combos have the same size/spacing in compose
+               window.
+
+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