2011-08-29 [colin] 3.7.10cvs6
[claws.git] / ChangeLog
index c436c31fcfb9c17e7f2f36bca9bc00305ef903a4..4c9adf36d3bfd933a9afa277524829e12942239e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,164 @@
+2011-08-29 [colin]     3.7.10cvs6
+
+       * src/plugins/pgpcore/Makefile.am
+       * src/plugins/pgpinline/Makefile.am
+       * src/plugins/pgpmime/Makefile.am
+       * src/plugins/smime/Makefile.am
+               Windows build fix:
+               libtool: link: require no space between `-L' and `.'
+
+2011-08-29 [colin]     3.7.10cvs5
+
+       * src/account.c
+       * src/compose.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+               Revert cvs4 which is rather illogical and instead
+               use Fabian's patch from bug #2471
+
+2011-08-29 [colin]     3.7.10cvs4
+
+       * src/compose.c
+               Don't insert custom headers that have empty values.
+               Allows not inserting X-Mailer if it's set to nothing.
+               Fixes bug #2471, "Make setting an X-Mailer header optional".
+
+2011-08-29 [colin]     3.7.10cvs3
+
+       * src/image_viewer.c
+       * src/textview.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               Handle EXIF orientation in images (both in textview's
+               preview and image viewer)
+
+2011-08-28 [paul]      3.7.10cvs2
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/summaryview.c
+               add new hidden option to control the display in the From
+               column in the Message List: 0 (default): show name,
+               1: show address, 2: show name + address
+
+2011-08-27 [paul]      3.7.10cvs1
+
+       * po/POTFILES.in
+       * src/common/ssl_certificate.c
+       * src/etpan/imap-thread.c
+       * src/etpan/nntp-thread.c
+               offer up some missing log_error() strings to translators
+
+2011-08-27 [paul]      3.7.10
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.7.10 unleashed!               
+
+2011-08-27 [paul]      3.7.9cvs52
+
+       * po/cs.po
+       * po/fr.po
+       * po/hu.po
+       * po/lt.po
+       * po/pt_BR.po
+       * po/sk.po
+               updated by David Vachulka, wwp, Pader Rezso, Mindaugas
+               Baranauskas, Frederico Goncalves Guimaraes, and Slavko
+
+2011-08-27 [mones]     3.7.9cvs51
+
+       * claws-mail.desktop
+               Include generic name and comment translations
+               Thanks to all the people on the translators ML!
+
+2011-08-23 [paul]      3.7.9cvs50
+
+       * src/common/ssl.c
+               probable/possible fix/workaround for bug 2402,
+               'can't download message from pop3 server'
+
+2011-08-18 [paul]      3.7.9cvs49
+
+       * manual/handling.xml
+               fix typos. thanks to vilpan
+
+2011-08-17 [paul]      3.7.9cvs48
+
+       * tools/claws.i18n.status.pl
+               add Mindaugas Baranauskas (Lithuanian)
+
+2011-08-14 [mir]       3.7.9cvs47
+
+       * src/news.c
+       * src/etpan/nntp-thread.c
+               Fix bug 2418. Patch provided by Sébastien Bigaret with
+               some minor contribution by me.
+
+2011-08-13 [mir]       3.7.9cvs46
+
+       * src/etpan/nntp-thread.c
+               Fix bug when NNTP server sends authentication warning
+               as part of the connection session. Privously etpan would
+               bail out for any return code other than NEWSNNTP_NO_ERROR
+               but as early as the connection session a return code like
+               NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
+               NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
+               be considered as an error.
+
+2011-08-12 [paul]      3.7.9cvs45
+
+       * src/mimeview.c
+               3.7.9cvs43 mistakenly dropped off the info
+               about the mime part from the tooltip
+
+2011-08-12 [wwp]       3.7.9cvs44
+
+       * src/gtk/quicksearch.c
+        Fix duplicate key accel (thanks to Ra-Mones-Mones II).
+
+2011-08-09 [paul]      3.7.9cvs43
+
+       * src/mimeview.c
+               fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
+
+2011-08-06 [paul]      3.7.9cvs42
+
+       * src/compose.c
+               fix cursor placement in Forward template
+
+2011-08-06 [paul]      3.7.9cvs41
+
+       * src/gtk/description_window.c
+               fix bug 1963, 'Preferences Templates Information Window Focus loss'
+
+2011-08-05 [holger]    3.7.9cvs40
+
+       * claws-mail.desktop
+               Revert 3.7.9cvs35 for now, it may be problematic
+               (see bug #2450)
+
+2011-08-05 [paul]      3.7.9cvs39
+
+       * src/mainwindow.c
+       * src/messageview.c
+               use 'Collapse quotes' rather than 'Fold quotes' on
+               labels, for consistency
+       * src/toolbar.c
+               use 'Receive mail from account' rather than 'on account'
+
+2011-07-30 [mir]       3.7.9cvs38
+
+       * src/etpan/Makefile.am
+       * src/plugins/pgpcore/Makefile.am
+       * src/plugins/pgpmime/Makefile.am
+       * src/plugins/smime/Makefile.am
+               Fix broken build on Debian Sid. enchant.h cannot be
+               found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
+               present in Makefile.am. Apparently enchant.h in older
+               versions were placed in /usr/include which is always
+               scanned be default.
+
 2011-07-21 [mones]     3.7.9cvs37
 
        * src/common/plugin.c
 2011-06-18 [mir]       3.7.9cvs26
 
        * configure.ac
-       Fix autoconf warnings introduced in autoconf >= 2.64
+               Fix autoconf warnings introduced in autoconf >= 2.64
 
 2011-06-05 [paul]      3.7.9cvs25
 
 2010-12-03 [mir]       3.7.7cvs10
 
        * configure.ac
-         Fix bug so that configure option --disable-manual
-         actually disable building the manuals
+               Fix bug so that configure option --disable-manual
+               actually disable building the manuals
 
 2010-12-01 [pawel]     3.7.7cvs9