2008-09-20 [colin] 3.5.0cvs120
[claws.git] / ChangeLog
index 97b243556e6609b89e9643d681b12e0bb1f31ce2..cc5c4787c1a5c914680ddfd9d511d66b911c3658 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,218 @@
+2008-09-20 [colin]     3.5.0cvs120
+
+       * po/POTFILES.in
+               Add the new files to the translations
+
+2008-09-20 [colin]     3.5.0cvs119
+
+       * configure.ac
+       * src/plugins/Makefile.am
+       * src/plugins/smime/Makefile.am
+       * src/plugins/smime/plugin.c
+       * src/plugins/smime/smime.c
+       * src/plugins/smime/smime.deps
+       * src/plugins/smime/smime.h
+               Include S/Mime plugin in the main plugins
+               Will ease the Gpg4win team's work
+
+2008-09-20 [colin]     3.5.0cvs118
+
+       * src/autofaces.c
+       * src/compose.c
+       * src/ldapquery.c
+       * src/main.c
+       * src/news.c
+       * src/common/socket.c
+       * src/gtk/gtkutils.c
+       * src/plugins/pgpcore/claws.def
+               Windows: more fixes, thanks to wwp and
+               Marcus Brinkmann
+
+2008-09-20 [colin]     3.5.0cvs117
+
+       * src/imap.c
+               Tell on which server errors happened
+
+2008-09-20 [colin]     3.5.0cvs116
+
+       * src/etpan/etpan-thread-manager.c
+       * src/etpan/imap-thread.c
+       * src/etpan/nntp-thread.c
+               Windows: Fix hang on IMAP/NNTP
+
+2008-09-20 [colin]     3.5.0cvs115
+
+       * src/common/utils.c
+               Fix bug 1723, "Buffer overflow crash caused by 
+               preview in 'Date format help' dialog box"
+               Also, optimise fast_strftime a bit :)
+
+2008-09-18 [colin]     3.5.0cvs114
+
+       * src/procmime.c
+       * src/textview.c
+               Check for NULLs before str* functions
+
+2008-09-18 [colin]     3.5.0cvs113
+
+       * src/messageview.c
+       * src/procmime.c
+       * src/textview.c
+               Handle html parts in multipart/related
+               Decode ISO-8859-1 as Windows-1252 (the former
+               is a subset of the latter) in order to 
+               workaround Outlook mails misencoding
+       * src/gtk/logwindow.c
+       * src/gtk/logwindow.h
+               Clear mainwindow's error pixmap when the
+               error scrolls out of the log
+
+2008-09-17 [colin]     3.5.0cvs112
+
+       * src/image_viewer.c
+               Fix image loading (multiple childs added to 
+               scrolledwindow, break of the resize functionality)
+       * src/account.c
+       * src/prefs_folder_item.c
+       * src/prefs_spelling.c
+       * src/gtk/gtkaspell.c
+               Better fix problems with dictionaries updates
+
+2008-09-17 [colin]     3.5.0cvs111
+
+       * src/common/utils.c
+               Fix double-opening (fixes multiple signatures when
+               using signify)
+
+2008-09-16 [colin]     3.5.0cvs110
+
+       * src/prefs_account.c
+       * src/prefs_folder_item.c
+       * src/prefs_spelling.c
+       * src/gtk/gtkaspell.c
+               Better stripping of aspell dictionaries names
+
+2008-09-16 [colin]
+
+       * 3.6.0-rc1 released
+
+2008-09-16 [colin]     3.5.0cvs109
+
+       * src/account.c
+       * src/inc.c
+       * src/mainwindow.c
+       * src/prefs_account.h
+       * src/prefs_other.c
+       * src/send_message.c
+       * src/gtk/inputdialog.c
+               Don't add a pref to allow remembering passwords
+               (Just not checking the checkbox is enough)
+
+2008-09-16 [colin]     3.5.0cvs108
+
+       * configure.ac
+               Require libetpan 0.56 as 0.55 is crashy
+       * src/messageview.c
+               Fix english
+       * src/gtk/inputdialog.c
+       * src/gtk/inputdialog.h
+               Fix warnings
+
+2008-09-16 [wwp]       3.5.0cvs107
+
+       * src/compose.c
+               Complete 3.5.0cvs106 by removing a function that got
+               moved to account.[ch].
+
+2008-09-16 [wwp]       3.5.0cvs106
+
+       * src/account.c
+       * src/account.h
+       * src/compose.c
+       * src/quote_fmt.c
+       * src/quote_fmt_lex.l
+       * src/quote_fmt_parse.y
+               Add account signature (path and value string) manipulation
+               keywords to the template processor. It's now possible in
+               all templates to insert the account signature to an
+               arbitrary location or to pass it to a external script for
+               further editing.
+
+
+2008-09-16 [mones]     3.5.0cvs105
+
+       * src/imap.c
+       * src/inc.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/news.c
+       * src/prefs_account.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_other.c
+       * src/send_message.c
+       * src/gtk/inputdialog.c
+       * src/gtk/inputdialog.h
+               Implement session passwords: unsaved passwords for receiving
+               or sending of accounts can be remembered while running to 
+               avoid repetitive typing.
+               As keeping passwords in memory is unsafe a new preference 
+               in Other page is added to activate or not such capability.
+
+2008-09-14 [colin]     3.5.0cvs104
+
+       * src/codeconv.c
+       * src/codeconv.h
+               Make conv_iconv_strdup static
+
+2008-09-12 [colin]     3.5.0cvs103
+
+       * claws-mail.pc.in
+       * src/Makefile.am
+       * src/compose.c
+       * src/compose.h
+       * src/crash.c
+       * src/folder_item_prefs.c
+       * src/folder_item_prefs.h
+       * src/main.c
+       * src/prefs_account.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_folder_item.c
+       * src/prefs_spelling.c
+       * src/prefs_template.c
+       * src/quote_fmt.h
+       * src/quote_fmt_parse.y
+       * src/toolbar.c
+       * src/toolbar.h
+       * src/gtk/Makefile.am
+       * src/gtk/about.c
+       * src/gtk/filesel.c
+       * src/gtk/gtkaspell.c
+       * src/gtk/gtkaspell.h
+       * src/plugins/bogofilter/Makefile.am
+       * src/plugins/dillo_viewer/Makefile.am
+       * src/plugins/spamassassin/Makefile.am
+       * src/plugins/trayicon/Makefile.am
+               Switch spellchecker to Enchant
+
+2008-09-12 [paul]      3.5.0cvs102
+
+       * tools/README
+       * tools/csv2addressbook.pl
+               add support for Fox Mail
+
+2008-09-12 [paul]      3.5.0cvs101
+
+       * src/compose.c
+       * src/prefs_wrapping.c
+               changes to English
+
+2008-09-12 [paul]      3.5.0cvs100
+
+       * configure.ac
+               revert cvs99's libenchant commit error
+
 2008-09-12 [colin]     3.5.0cvs99
 
        * src/inc.c