2006-04-05 [colin] 2.1.0cvs3
[claws.git] / ChangeLog
index e752e6ea63308733825323a0d455bf38feedcfd4..24d4869d70fdcad1bae2b139448c9cf5a1c7ff63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,158 @@
+2006-04-05 [colin]     2.1.0cvs3
+
+       * src/textview.c
+       * src/mimeview.c
+       * src/mimeview.h
+               Nicer messages in mimeview
+
+2006-04-05 [colin]     2.1.0cvs2
+
+       * src/addressbook.c
+       * src/prefs_summaries.c
+               i18n fix
+
+2006-04-05 [colin]     2.1.0cvs1
+
+       * src/plugins/pgpcore/plugin.c
+       * src/plugins/pgpcore/select-keys.c
+       * src/plugins/pgpcore/select-keys.h
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpcore/sgpgme.h
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpinline/plugin.c
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/pgpmime/plugin.c
+               Factorize and generalize a bit 
+               Drop S/MIME signature verification from PGP/MIME
+               (adding it as another, more complete plugin)
+
+2006-04-05 [paul]      2.1.0
+
+       2.1.0 released
+
+2006-04-05 [paul]      2.0.0cvs186
+
+       * manual/advanced.xml
+               add info on colour labels
+
+2006-04-05 [paul]      2.0.0cvs185
+
+       * po/bg.po
+       * po/cs.po
+       * po/de.po
+       * po/el.po
+       * po/en_GB.po
+       * po/fi.po
+       * po/fr.po
+       * po/it.po
+       * po/nl.po
+       * po/pl.po
+       * po/pt_BR.po
+       * po/sr.po
+       * po/zh_CN.po
+               updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
+               Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
+               Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
+               Guimaraes, Aleksandar Urosevic, Ralgh Young
+       * src/gtk/authors.h
+       * tools/claws.i18n.status.pl
+               added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
+               and new Czech translator, Tim <timbrain@post.cz>
+
+2006-04-05 [mones]     2.0.0cvs184
+
+       * po/es.po
+               Updated translation
+
+2006-04-05 [colin]     2.0.0cvs183
+
+       * src/gtk/quicksearch.c
+               Fix bug #929 (unnecessary reload in quick search bar)
+
+2006-04-05 [colin]     2.0.0cvs182
+
+       * src/compose.c
+               Fix crash on Reply with no From:
+               Show signature and conversion error on queuing 
+               (but not sending)
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/summaryview.h
+               Factorize threading code and make sure msginfo 
+               is not null when it comes from a GtkCTreeRow's 
+               data
+       * src/gtk/gtkaspell.c
+               Check for necessary things
+       * src/gtk/gtksctree.c
+       * src/gtk/gtksctree.h
+               Reset anchor if necessary when removing node
+
+2006-03-29 [colin]     2.0.0cvs181
+
+       * src/folderview.c
+               Warn for disabled IMAP accounts (due to lack of
+               libetpan). Breaks string-freeze - sorry - but it
+               is kind of important ;)
+
+2006-03-28 [colin]     2.0.0cvs180
+
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               Add a gtkut_get_link_btn() function that
+               creates a button which acts like an URI
+       * src/prefs_themes.c
+       * src/gtk/about.c
+               Use this function (factorizes codes)
+       * src/common/defs.h
+       * src/gtk/pluginwindow.c
+               Add a "Get more..." in the plugins window
+
+2006-03-28 [colin]     2.0.0cvs179
+
+       * src/common/smtp.c
+       * src/common/passcrypt.c
+       * src/undo.c
+               Warning fixes. Patch by Pawel Pekala
+
+2006-03-27 [colin]     2.0.0cvs178
+
+       * src/undo.c
+               Fix undoing by blocks with spaces
+
+2006-03-27 [colin]     2.0.0cvs177
+
+       * src/textview.c
+               Set margin to 3px for headers
+
+2006-03-27 [paul]
+
+       2.1.0-rc2 released
+
+2006-03-27 [wwp]       2.0.0cvs176
+
+       * src/summaryview.c
+               don't reset quicksearch when updating the message list.
+               Thanks to Colin.
+
+2006-03-26 [wwp]       2.0.0cvs175
+
+       * src/compose.c
+               use a unified border width ('other' tab in the compose window,
+               patch by Pawel Pekala).
+
+
+2006-03-26 [wwp]       2.0.0cvs174
+
+       * src/common/quoted-printable.c
+       * src/addressbook.c
+               fixed some compilation warnings (incl. one reported by Pawel Pekala).
+
+2006-03-26 [colin]     2.0.0cvs173
+
+       * src/quote_fmt_parse.y
+               Fix non-UTF8 date formats messing up the whole quote a 
+               little bit
+
 2006-03-26 [colin]     2.0.0cvs172
 
        * src/procheader.c