2008-12-12 [colin] 3.6.1cvs72
[claws.git] / ChangeLog
index 3162584364a3fa16c82c076f3f14ef52e190fe44..1ccbea9023aca8c1e9edfb7e2952e60e1845510b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,243 @@
+2008-12-12 [colin]     3.6.1cvs72
+
+       * configure.ac
+       * src/plugins/pgpinline/claws.def
+               Windows build fixes
+
+2008-12-12 [paul]      3.6.1cvs71
+
+       * src/imap.c
+       * src/mh.c
+       * src/partial_download.c
+       * src/textview.c
+       * src/common/claws.c
+       * src/common/prefs.c
+       * src/common/utils.c
+               win32: fix unlinking, renaming and bug with
+               non-ascii username
+               Patch by Colin
+
+2008-12-11 [colin]     3.6.1cvs70
+
+       * po/fr.po
+       * manual/fr/advanced.xml
+               Update french translations
+
+2008-12-10 [colin]     3.6.1cvs69
+
+       * manual/faq.xml
+               Correct bug submission guidelines
+
+2008-12-10 [colin]     3.6.1cvs68
+
+       * src/plugins/pgpcore/pgp_viewer.c
+               Fix bug 1736, 'Key import does not work'
+               Kill the correct pid (and not the parent
+               shell), and increase the timeout a bit.
+
+2008-12-09 [paul]      3.6.1cvs67
+
+       * src/messageview.c
+               ensure that any stray noticeview buttons are hidden,
+               as clicking them causes segfaults!
+
+2008-12-09 [colin]     3.6.1cvs66
+
+       * src/compose.c
+       * src/compose.h
+       * src/folder_item_prefs.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/common/defs.h
+               Fix bug 1792, '"Save Message to" should 
+               retain list of recently selected folders'
+               Also, make Enchant-related prefs stick
+               even if the build doesn't enable enchant
+
+2008-12-09 [paul]      3.6.1cvs65
+
+       * src/messageview.c
+               fix bug 1787, 'Prevent automatic PGP inline
+               decryption attempts' use the noticeview to display
+               decryption failure messages instead of the irritating
+               popup dialog
+
+2008-12-09 [colin]     3.6.1cvs64
+
+       * src/prefs_filtering.c
+               Fix bug 1789, 'filtering account selection 
+               (regression)'. Filtering on sending-only
+               accounts can be a little useful when using
+               filtering via Tools menu.
+
+2008-12-07 [paul]      3.6.1cvs63
+
+       * src/prefs_actions.c
+               don't auto-select first entry (same as other
+               similar dialogs)
+       * src/gtk/pluginwindow.c
+               these parents don't have children so don't look
+               for them
+
+2008-12-07 [paul]      3.6.1cvs62
+
+       * src/prefs_account.c
+       * src/gtk/pluginwindow.c
+       * src/gtk/prefswindow.c
+       * src/gtk/prefswindow.h
+               auto-select first page
+
+2008-12-05 [colin]     3.6.1cvs61
+
+       * src/codeconv.c
+       * src/procmime.c
+               Fix bug 1788, 'CM crashes re-encoding 
+               encoded parameters' (introduced in cvs40)
+
+2008-12-05 [paul]      3.6.1cvs60
+
+       * src/prefs_common.h
+               remove gpg prefs that are no longer needed here
+
+2008-12-03 [colin]     3.6.1cvs59
+
+       * src/msgcache.c
+               Speed up cache reading (about 10% gain)
+       * src/summaryview.c
+       * src/gtk/gtksctree.c
+               Speed up expand/collapse all threads
+               (about 95% gain)
+
+2008-12-03 [paul]      3.6.1cvs58
+
+       * configure.ac
+               eradicate gcc4's signedness warnings
+               fix building with gnuTLS on (Open)Solaris
+
+2008-12-01 [colin]     3.6.1cvs57
+
+       * src/gtk/gtkcmclist.c
+               Fix column headers
+
+2008-12-01 [colin]     3.6.1cvs56
+
+       * src/plugins/pgpinline/pgpinline.c
+               Fix bug 1779, 'PGP Inline badly handles 
+               multipart'. Properly dump the current part
+               instead of running around with scissors
+
+2008-11-30 [paul]      3.6.1cvs55
+
+       * manual/advanced.xml
+       * manual/plugins.xml
+       * src/prefs_toolbar.c
+               remove the verb from the page title and
+               update references in the manual
+
+2008-11-30 [paul]      3.6.1cvs54
+
+       * src/prefs_other.c
+               move Other/ page to Other/Miscellaneous
+       * src/gtk/prefswindow.c
+               make parent page unselectable
+
+2008-11-29 [paul]      3.6.1cvs53
+
+       * README
+               add the new 'primary_paste_unselects' hidden
+               option, add missing 'log_[...]_color' options,
+               and reformat the text
+       * manual/advanced.xml
+               add the new 'primary_paste_unselects' hidden
+                option, add missing 'log_[...]_color' options
+
+2008-11-28 [colin]     3.6.1cvs52
+
+       * src/mimeview.c
+               Fix leak
+
+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