2011-07-05 [paul] 3.7.9cvs31
[claws.git] / ChangeLog
index de2ce5383e889393f389302e76acfac630b2d10e..191b7f6d88218afa80a6607ca33bb42ce816c8f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,130 @@
+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
+               Fix bug #2418 "NNTP authentication is broken"
+
+2011-05-09 [pawel]     3.7.9cvs20
+
+       * src/mainwindow.c
+       * src/prefs_folder_item.c
+               Small UI fixes
+
+2011-05-05 [colin]     3.7.9cvs19
+
+       * src/imap.c
+       * src/inc.c
+       * src/news.c
+       * src/send_message.c
+               Fix bug #2184, "Add account name information inside network log".
+                Initial patch by MSulchan Darmawan, expanded to other protocols.
+               This stuff is too much copy-pasted.
+
+
+2011-04-30 [colin]     3.7.9cvs18
+
+       * src/main.c
+               Fix bug #2414, 'Claws segfaults on startup with
+               notification plugin enabled". Thanks Christian
+               Faulhammer for the patch.
+
+2011-04-27 [colin]     3.7.9cvs17
+
+       * src/codeconv.c
+               Make Windows' encoding CP1251 for ru_RU locale
+               Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
+
+2011-04-24 [paul]      3.7.9cvs16
+
+       * manual/claws-mail-manual.xml
+       * manual/de/claws-mail-manual.xml
+       * manual/es/claws-mail-manual.xml
+       * manual/fr/claws-mail-manual.xml
+       * manual/it/claws-mail-manual.xml
+               update copyright year
+
+2011-04-24 [paul]      3.7.9cvs15
+
+       * src/summaryview.c
+               fix bug #2353, 'Right-clicking on spam in order to delete
+               it causes it to show in message window'
+
 2011-04-24 [paul]      3.7.9cvs14
 
        * src/mainwindow.c