2008-11-28 [colin] 3.6.1cvs51
[claws.git] / ChangeLog
index 57e112cf81329cb5b07f404531cd0059f33cddeb..d7dd54db6d49ae8659d5d7a0dd828b9f95a71265 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,185 @@
+2008-11-28 [colin]     3.6.1cvs51
+
+       * po/fr.po
+               Update translation
+
+2008-11-28 [colin]     3.6.1cvs50
+
+       * src/mainwindow.c
+               Fix account selection in Mailing list
+               menu
+
+2008-11-28 [paul]      3.6.1cvs49
+
+       * po/Makefile.in.in
+               automatically remove obsolete strings
+
+2008-11-28 [colin]     3.6.1cvs48
+
+       * src/plugins/pgpcore/sgpgme.c
+               Fix error message when key isn't available.
+
+2008-11-27 [colin]     3.6.1cvs47
+
+       * src/filtering.c
+       * src/matcher.c
+               Fix a little leak
+
+2008-11-26 [colin]     3.6.1cvs46
+
+       * src/common/ssl.c
+               Fix new warning
+
+2008-11-26 [colin]     3.6.1cvs45
+
+       * src/plugins/pgpcore/select-keys.c
+       * src/plugins/pgpcore/sgpgme.c
+               Fix bug 1591, 'S/MIME: better key 
+               handling/selection dialog'
+               Really ignore revoked/expired keys
+
+2008-11-26 [colin]     3.6.1cvs44
+
+       * src/main.c
+       * src/common/claws.c
+       * src/common/ssl.c
+               Make sure libgcrypt's threading is initialised
+               before gnutls. See also old bug 1539.
+
+2008-11-26 [colin]     3.6.1cvs43
+
+       * src/imap.c
+       * src/news.c
+       * src/etpan/imap-thread.c
+               Fix possible crashes due to clist_begin()
+               not checking for NULLs (it should!)
+
+2008-11-25 [colin]     3.6.1cvs42
+
+       * src/procmime.c
+               Fix line length in MIME parameters
+
+2008-11-22 [paul]      3.6.1cvs41
+
+       * src/compose.c
+               grab Return key press in attachments Properties
+               dialog
+
+2008-11-21 [colin]     3.6.1cvs40
+
+       * src/compose.c
+       * src/procmime.c
+               Fix bug 1776, 'use encoded name parameters 
+               for attachments instead of ascii'.
+               Break the RFC 2047 by using B-encoded 
+               filename parameter, like everyone does,
+               following advice from the RFC author.
+
+2008-11-21 [colin]     3.6.1cvs39
+
+       * src/common/socket.c
+               Rehandshake if server asks to
+
+2008-11-21 [colin]     3.6.1cvs38
+
+       * src/mimeview.h
+       * src/toolbar.h
+       * src/common/session.h
+       * src/common/smtp.h
+               Move conditional-compilation members to
+               end of structs
+
+2008-11-19 [wwp]       3.6.1cvs37
+
+       * src/prefs_actions.c
+               Fixed wrong behaviour when pressing Escape (was not cancelling
+               the action).
+
+2008-11-19 [wwp]       3.6.1cvs36
+
+       * src/compose.c
+       * src/matcher.c
+       * src/messageview.c
+       * src/mimeview.c
+       * src/prefs_actions.c
+       * src/prefs_filtering_action.c
+       * src/procmsg.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/common/utils.c
+               Replace occurrences of "command line" with "command-line" everywhere.
+               Enforce code style (mostly indentation) in prefs_actions.c.
+
+2008-11-19 [colin]     3.6.1cvs35
+
+       * src/compose.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+               Add primary_paste_unselects hidden preference
+               to change how middle-click pasting changes
+               the selection and insert point; defaults to
+               pre-3.6.1cvs31
+
+2008-11-19 [colin]     3.6.1cvs34
+
+       * src/folderview.c
+               Always give focus to summaryview, even if
+               the folder is empty, in small screen layout.
+               Allows to go back to folderlist using the
+               keyboard.
+
+2008-11-18 [colin]     3.6.1cvs33
+
+       * src/mainwindow.h
+               Put back conditional at the end of struct
+
+2008-11-18 [colin]     3.6.1cvs32
+
+       * src/procmime.c
+       * src/common/w32_reg.c
+               Fix crash on win32 when browsing to a
+               directory
+
+2008-11-15 [colin]     3.6.1cvs31
+
+       * src/compose.c
+               After a mid-click paste, deselect selection
+               and go to end of paste.
+
+2008-11-15 [colin]     3.6.1cvs30
+
+       * src/compose.c
+               Auto-save draft after external editor quits
+
+2008-11-15 [colin]     3.6.1cvs29
+
+       * src/plugins/pgpcore/sgpgme.c
+               Fix wrong error display, thanks to
+               Charles A. Edwards
+
+2008-11-14 [colin]     3.6.1cvs28
+
+       * src/prefs_actions.c
+               Comment out bogus (IMO) warning
+
+2008-11-14 [colin]     3.6.1cvs27
+
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/gtk/menu.c
+       * src/gtk/menu.h
+               Share summaryview's context menu actions with
+               the equivalent menu items of the main menu;
+               this allows to share accelerators and de-
+               duplicate code.
+
+2008-11-14 [colin]     3.6.1cvs26
+
+       * src/plugins/pgpcore/sgpgme.c
+               Fix bug 1768, 'claws-mail crashes while 
+               checking smime bad signature'
+
 2008-11-13 [colin]     3.6.1cvs25
 
        * src/account.c