2011-08-09 [paul] 3.7.9cvs43
[claws.git] / ChangeLog
index 3c031cfeadf65d11626c28796ba6a80a28129e2e..904640ba404c10c754ab289cc8b6d94025b040d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,166 @@
+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
+       * src/common/plugin.h
+               Make licences allowed for plugins more explicit and also
+               accept dual (or more) licences when properly formatted.
+               Doesn't require any change on current plugins.
+
+2011-07-18 [mones]     3.7.9cvs36
+
+       * manual/advanced.xml
+               Document briefly tags feature.
+       * manual/glossary.xml
+               Fix definition to avoid confussion with tags.
+       * manual/es/advanced.xml
+       * manual/es/glossary.xml
+               Synchronize Spanish translation with the above.
+
+2011-07-07 [holger]    3.7.9cvs35
+
+       * claws-mail.desktop
+               Add indicator stuff to the desktop file
+               Taken from bug #2450
+
+2011-07-06 [paul]      3.7.9cvs34
+
+       * src/edittags.c
+               fix English usage
+
+2011-07-06 [mones]     3.7.9cvs33
+
+       * src/edittags.c
+               Do not create an empty tag name row in panel and
+               warn user about using a non-reserved tag instead
+
+2011-07-05 [mones]     3.7.9cvs32
+
+       * src/imap.c
+       * src/common/tags.c
+       * src/common/tags.h
+       * src/etpan/imap-thread.c
+               Make constants for reserved tags and use them
+               Removed also duplicate comparison while at it
+
+2011-07-05 [paul]      3.7.9cvs31
+
+       * src/compose.c
+               when using a Compose template, only place the cursor
+               in the body when the cursor symbol, %cursor (%X), is used
+
+2011-07-03 [paul]      3.7.9cvs30
+
+       * src/main.c
+               do main_window_popup(mainwin); on plugin load error, or
+               else the warning dialogue and mainwindow stays minimised
+               and hidden
+
+2011-07-03 [paul]      3.7.9cvs29
+
+       * src/wizard.c
+               fix bug 2462, 'Building without GnuTLS support leads to a
+               failure in wizard.c'
+
+2011-07-03 [paul]      3.7.9cvs28
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/summaryview.c
+               fix bug #2461, 'popup menu in message list displays
+               'move to trash' and 'delete''.
+               Add a new sensitivity condition 'M_NOT_TRASH' and
+               remove the broken workaround for right-click in summaryview.c.
+               Fix broken main menu sensitivity for "Menu/Message/Move" in
+               News folder.
+
+2011-06-21 [paul]      3.7.9cvs27
+
+       * src/mainwindow.c
+               revert 3.7.9cvs2, it does no good
+
+2011-06-18 [mir]       3.7.9cvs26
+
+       * configure.ac
+       Fix autoconf warnings introduced in autoconf >= 2.64
+
+2011-06-05 [paul]      3.7.9cvs25
+
+       * po/ca.po
+       * po/cs.po
+       * po/de.po
+       * po/it.po
+       * po/ja.po
+       * po/pt_PT.po
+       * po/sk.po
+       * po/uk.po
+               fix strings where an informational message has been
+               wrongly entered into the translated string
+       * src/toolbar.c
+               enable 'Trash' and 'Sender' to be translated based on
+               the context, e.g. as button text and as mail header
+       * src/gtk/about.c
+               fix english in Info tab
+
+2011-05-25 [colin]     3.7.9cvs24
+
+       * src/action.c
+               Fix bug #2439, "use bitwise operator for bitmask instead of
+               logical operator". Thanks to Nicolas Kaiser for the patch.
+
+2011-05-18 [colin]     3.7.9cvs23
+
+       * src/news.c
+               Fix missing group selection before xover if the
+               connection was reset before.
+
+2011-05-12 [colin]     3.7.9cvs22
+
+       * src/common/utils.c
+               Fix bug #2412, "Send account mail address in Message-ID
+               wrongly implemented". Patch by Fabian Keil.
+
 2011-05-12 [mones]     3.7.9cvs21
 
        * src/etpan/nntp-thread.c