2008-09-26 [colin] 3.5.0cvs132
[claws.git] / ChangeLog
index b7976cd50856ea70ea55772136a83d8c1357802c..4f81ef700c42382410cb9c0b05bb6e4c1bc5b8ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,205 @@
+2008-09-26 [colin]     3.5.0cvs132
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/plugins/pgpcore/pgp_viewer.c
+               Add an accessor to prefs_common for plugins
+               (Win32 fix)
+
+2008-09-25 [colin]     3.5.0cvs131
+
+       * src/main.c
+               Fix bug 1725, 'useless lines in clawsrc'
+       * src/plugins/smime/mypgpcore.def
+               Add a missing symbol
+
+2008-09-25 [paul]      3.5.0cvs130
+
+       * src/plugins/smime/mypgpcore.def
+       * src/plugins/smime/plugin.def
+       * src/plugins/smime/version.rc
+               add these windows-specific files
+               (Thanks to Colin)
+
+2008-09-25 [colin]     3.5.0cvs129
+
+       * src/main.c
+               Load standard plugins only on first run
+
+2008-09-25 [colin]     3.5.0cvs128
+
+       * src/codeconv.c
+               Fix build...
+
+2008-09-24 [colin]     3.5.0cvs127
+
+       * src/codeconv.c
+               Add nb_NO's charset (iso-8859-1)
+
+2008-09-24 [colin]     3.5.0cvs126
+
+       * src/common/utils.c
+               Fix get_mail_base_dir() on windows
+               (was synced from main ages ago)
+
+2008-09-24 [colin]     3.5.0cvs125
+
+       * src/main.c
+       * src/wizard.c
+               Integrate better with Windows' style
+
+2008-09-23 [paul]      3.5.0cvs124
+
+       * src/compose.c
+       * src/mainwindow.c
+       * src/messageview.c
+               offer these strings to translators too 
+
+2008-09-23 [colin]     3.5.0cvs123
+
+       * configure.ac
+               Add a --disable-dbus flag in case we want
+               no DBUS even if headers are available (like
+               for building gpg4win)
+       * src/filtering.c
+       * src/mainwindow.c
+       * src/prefs_logging.c
+       * src/common/utils.c
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/smime/claws.def
+               Windows fixes:
+               - disable filtering log (it's crashy for
+                 some reason)
+               - fix gmtime_r when time is -1 (before 01/01/70)
+               - add symbols for smime
+
+2008-09-22 [colin]     3.5.0cvs122
+
+       * src/common/utils.c
+       * src/account.c
+               Remove raw printf
+       * src/compose.c
+               Fix cursor position after changing account
+       * src/imap.c
+       * src/mimeview.c
+       * src/news.c
+               Fix absolute path detection 
+
+2008-09-21 [colin]     3.5.0cvs121
+
+       * src/gtk/gtkaspell.c
+               Don't try to use empty dictionaries
+
+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