2009-01-17 [colin] 3.7.0cvs37
[claws.git] / ChangeLog
index bfb27a4aaff7e300a3209937ac9c0091795dbcc4..93e729c92dda8c807e5909e2fc0325f7ea923194 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,567 @@
+2009-01-17 [colin]     3.7.0cvs37
+
+       * src/addressbook.c
+       * src/compose.c
+       * src/foldersel.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/mbox.c
+       * src/common/md5.c
+       * src/common/ssl_certificate.c
+       * src/common/tags.c
+       * src/common/utils.c
+       * src/etpan/imap-thread.c
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/smime/smime.c
+               Probably fix bug 1825, 'Unable to fetch messages from 
+               IMAP folders named with non-ASCII string'
+               Change remaining occurences of fopen and open with
+               g_fopen and g_open
+
+2009-01-17 [paul]      3.7.0cvs36
+
+       * manual/faq.xml
+               update an old, outdated piece of info
+
+2009-01-17 [paul]      3.7.0cvs35
+
+       * src/prefs_folder_item.c
+               fix bug where saving Folder Properties of a
+               sub-folder of outbox, queue, draft or trash
+               would change its parent's folder type to normal
+
+2009-01-12 [mones]     3.7.0cvs34
+
+       * po/es.po
+               Updated translation
+
+2009-01-12 [wwp]       3.7.0cvs33
+
+       * tools/fix_date.sh
+       * tools/popfile-link.sh
+       * tools/textviewer.sh
+               Fix bashisms and other portability glitches (thanks to
+               Steven M. Bellovin).
+
+2009-01-11 [paul]      3.7.0cvs32
+
+       * src/addrindex.c
+               clean up some build warnings
+
+2009-01-11 [colin]     3.7.0cvs31
+
+       * src/addrindex.c
+               Revert part of patch 3.7.0cvs29 
+               This function is used when jpilot
+               support is disabled
+
+2009-01-11 [colin]     3.7.0cvs30
+
+       * src/folder.c
+               folder_find_child_item_by_name():
+               actually use name, not path's basename
+
+2009-01-11 [paul]      3.7.0cvs29
+
+       * src/addrclip.c
+       * src/addrindex.c
+       * src/addritem.c
+       * src/foldersel.h
+       * src/folderview.c
+       * src/prefs_folder_item.c
+               clean up some build warnings
+
+2009-01-11 [paul]      3.7.0cvs28
+
+       * src/gtk/about.c
+               don't even mention printing support, assume its
+               presence, unless building with GTK+ < 2.10.0
+
+2009-01-10 [colin]     3.7.0cvs27
+
+       * src/codeconv.c
+               Fix bug 1811, '[mime] Crash when there's no 
+               room for filename's start on the same line'
+               When the mimetype of the attachment is very 
+               long, there's no room at all to start the 
+               name=... parameter on the same line. This
+               caused an infinite loop as 0 characters of
+               the filename could be appended.
+               In such cases, insert linebreak before the
+               name parameter.
+
+2009-01-09 [colin]     3.7.0cvs26
+
+       * src/compose.c
+       * src/mainwindow.c
+       * src/common/utils.c
+               Win32: Fix bug 1815, 'Drag-n-Drop of files on 
+               Compose Window does not attach'
+
+2009-01-09 [colin]     3.7.0cvs25
+
+       * src/foldersel.c
+               Fix bug 1817, 'Changing Themes does not 
+               update the pixmaps in "Select folder" 
+               dialog box'
+
+2009-01-09 [colin]     3.7.0cvs24
+
+       * src/main.c
+               Win32: Fix bug 1816, 'Attaching files with 
+               command-line generates error after attaching'
+
+2009-01-09 [paul]      3.7.0cvs23
+
+       * src/gtk/about.c
+               forgot this '2009' in last commit
+
+2009-01-09 [paul]      3.7.0cvs22
+
+       * src/*/*.[c,h]
+               it's 2009!
+               update copyright headers
+
+2009-01-09 [paul]      3.7.0cvs21
+
+       * doc/man/claws-mail.1
+               update Team list
+
+2009-01-09 [colin]     3.7.0cvs20
+
+       * src/messageview.c
+               Fix bug 1814, 'Windows' WM badly places 
+               message view'
+
+2009-01-09 [colin]     3.7.0cvs19
+
+       * src/prefs_themes.c
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/common/utils.c
+       * src/common/utils.h
+               Win32: Fix bug 1813, 'Installing Theme Creates Error'
+
+2009-01-08 [colin]     3.7.0cvs18
+
+       * src/mimeview.c
+               Win32: Fix bug 1810, 'Pressing 'o' key 
+               crashes CM'
+
+2009-01-07 [colin]     3.7.0cvs17
+
+       * src/html.c
+               Fix bug 1432, '&amp; not escaped in links (HTML 
+               rendered as text)'
+
+2009-01-06 [colin]     3.7.0cvs16
+
+       * src/plugins/pgpcore/select-keys.c
+               Warn translators the usual way about
+               accels
+
+2009-01-06 [colin]     3.7.0cvs15
+
+       * src/mainwindow.c
+               Fix synchronisation dialog that shouldn't
+               appear when network goes down (Network
+               Manager)
+       * src/mimeview.c
+       * src/textview.c
+               Fix save as when attach_save_dir isn't set
+               fixes bug 1804, 'attach_save_directory does 
+               not default to $HOME'
+       * src/plugins/pgpcore/select-keys.c
+               Add mnemonics to buttons - warn translators!
+
+2009-01-06 [wwp]       3.7.0cvs14
+
+       * src/common/utils.c
+               Fix cvs13, thanks to Colin.
+
+2009-01-06 [wwp]       3.7.0cvs13
+
+       * src/common/utils.c
+               Better support for Spanish Outlook replies (RES).
+
+2009-01-02 [colin]     3.7.0cvs12
+
+       * src/folderview.c
+               Fix (+) sign after collapsed folder names that 
+               have quicksearch-matching children.
+               Fixes bug 1506, 'Recursive search in collapsed 
+               folders'
+
+2009-01-02 [colin]     3.7.0cvs11
+
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+               Remove now-unused stock_pixmap_gdk
+
+2009-01-02 [colin]     3.7.0cvs10
+
+       * src/gtk/gtkutils.c
+       * src/pixmaps/claws-mail_icon.xpm
+               Use pixbuf for app icon, and make the app icon
+               a bit nicer
+
+2009-01-02 [colin]     3.7.0cvs9
+
+       * src/uri_opener.c
+               Show both link title and URI if possible
+
+2009-01-02 [colin]     3.7.0cvs8
+
+       * src/addressadd.c
+       * src/addressbook.c
+       * src/addressbook_foldersel.c
+       * src/addressitem.h
+       * src/folderview.c
+       * src/grouplistdialog.c
+       * src/importldif.c
+       * src/mimeview.c
+       * src/summaryview.c
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmclist.h
+       * src/gtk/gtkcmctree.c
+       * src/gtk/gtkcmctree.h
+       * src/gtk/gtksctree.c
+       * src/gtk/gtksctree.h
+               Implement pixbuf rendering in tree widgets
+               instead of pixmaps
+       * src/plugins/trayicon/trayicon.c
+       * src/noticeview.c
+       * src/prefs_themes.c
+               Use pixbuf rendering here too
+
+2008-12-30 [paul]      3.7.0cvs7
+
+       * src/textview.c
+               no need to prematurely trim the uri in the statusbar
+
+2008-12-29 [paul]      3.7.0cvs6
+
+       * src/procmsg.c
+               prefer List-Id header to X-* headers when creating
+               filter rule automatically
+
+2008-12-28 [colin]     3.7.0cvs5
+
+       * src/compose.c
+               Set minimum height to 440 instead of 480
+
+2008-12-22 [colin]     3.7.0cvs4
+
+       * src/compose.c
+               Fix bug 1799, '"Discard message" deletes manually 
+               saved draft'. Switch rmode to REEDIT after 
+               manually saving.
+
+2008-12-21 [paul]      3.7.0cvs3
+
+       * tools/claws.i18n.status.pl
+               updates
+
+2008-12-21 [paul]      3.7.0cvs2
+
+       * AUTHORS
+       * src/gtk/authors.h
+               (more) updates
+
+2008-12-21 [paul]      3.7.0cvs1
+
+       * AUTHORS
+       * src/gtk/authors.h
+               updates
+
+2008-12-19 [paul]      3.7.0
+
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.7.0 released!
+
+2008-12-19 [paul]      3.6.1cvs80
+
+       * configure.ac
+               remove unmaintained sk and sr from ALL_LINGUAS
+               add newly maintained cs to ALL_LINGUAS
+       * po/bg.po
+       * po/ca.po
+       * po/cs.po
+       * po/de.po
+       * po/fi.po
+       * po/hu.po
+       * po/nl.po
+       * po/pt_BR.po
+       * po/ru.po
+       * po/sv.po
+               updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
+               Stephan Sachse, Flammie Pirinen, Páder Rezso, Marcel Pol,
+               Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
+               Persson Fink
+
+2008-12-16 [colin]     3.6.1cvs79
+
+       * src/plugins/pgpcore/sgpgme.c
+               Fix warning
+
+2008-12-15 [colin]     3.6.1cvs78
+
+       * src/compose.c
+       * src/privacy.c
+       * src/privacy.h
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpcore/sgpgme.h
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/smime/smime.c
+               Fix bug 1796, 'PGP/MIME setting: "select key by your 
+               email address" doesn't work'. Use custom from address
+               if set
+
+2008-12-15 [colin]     3.6.1cvs77
+
+       * src/common/utils.c
+               Fix bug 1746, 'Makes a mailto link from several 
+               paragraphs'
+
+2008-12-15 [paul]      3.6.1cvs76
+
+       * m4/spamassassin.m4
+               fix warnings thrown up by autoconf-2.63
+
+2008-12-13 [colin]     3.6.1cvs75
+
+       * Makefile.am
+       * src/Makefile.am
+       * src/common/ssl.c
+       * src/common/utils.c
+       * src/common/utils.h
+       * tools/Makefile.am
+               Finish previous patch
+
+2008-12-13 [colin]     3.6.1cvs74
+
+       * tools/Makefile.am
+               Only install certs on windows
+
+2008-12-13 [colin]     3.6.1cvs73
+
+       * tools/Makefile.am
+       * tools/ca-certificates.crt
+       * src/common/Makefile.am
+       * src/common/ssl.c
+               First try to ship SSL certificates in Windows
+               build
+
+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