2009-04-03 [colin] 3.7.1cvs37
[claws.git] / ChangeLog
index 918b19565178dd58000a5aa334558695791fb440..c80925a7a5df332c0c1dca151d0707aaab44e02f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,189 @@
+2009-04-03 [colin]     3.7.1cvs37
+
+       * src/compose.c
+       * src/textview.c
+               Add support for gopher:// links
+               Patch by Jacob Head <clawsmail at jacob-head.com>
+               Let's go back to the roots! 
+
+2009-04-03 [paul]      3.7.1cvs36
+
+       * m4/Makefile.am
+               complete cvs35
+
+2009-04-03 [paul]      3.7.1cvs35
+
+       * configure.ac
+               add AC_CONFIG_MACRO_DIR([m4])
+               remove CLAWS_ACLOCAL_INCLUDE(m4)
+       * m4/aclocal-include.m4
+               removed this now unneeded file
+
+2009-04-02 [colin]     3.7.1cvs34
+
+       * src/common/utils.h
+               Fix previous (thanks to Marcus :)
+
+2009-04-02 [colin]     3.7.1cvs33
+
+       * src/common/utils.h
+       * src/etpan/etpan-thread-manager.c
+               pipe() was a macro from GLib on win32 until
+               glib 2.13.2. It's undefined after that.
+               Thanks to Marcus Brinkmann for the heads-up!
+
+2009-03-31 [colin]     3.7.1cvs32
+
+       * src/folder_item_prefs.c
+               Copy folder settings with prefs
+
+2009-03-31 [colin]     3.7.1cvs31
+
+       * src/prefs_account.c
+               Don't use un-sensitive checkboxes in Privacy tab
+               when privacy system in None (makes unchecking 
+               painful when no privacy plugin is loaded)
+
+2009-03-30 [colin]     3.7.1cvs30
+
+       * src/folder.c
+       * src/folder.h
+       * src/imap.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/summaryview.c
+       * src/summaryview.h
+               Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
+               Add an option on the Receive page of IMAP account preferences:
+               "Move deleted mails to trash and expunge immediately". This
+               option defaults to TRUE to avoid changing the existing behaviour.
+               Setting it to FALSE prevents automatic expunging. 
+               Also, add Tools/Expunge and View/Hide deleted messages menu items
+               (View/Hide deleted message being a per-folder setting, and behaving,
+               like View/Hide read messages).
+
+2009-03-30 [colin]     3.7.1cvs29
+
+       * src/imap.c
+               Fix Redhat bug 486422, Ubuntu bug 486422: Don't
+               ask for IMAP password when using GSSAPI auth
+
+2009-03-27 [colin]     3.7.1cvs28
+
+       * src/folder.c
+               Fix cvs14, make sure we mark non-existent caches dirty
+               (or they never get written)
+
+2009-03-27 [colin]     3.7.1cvs27
+
+       * src/imap.c
+               Fix tag update when all tags are removed 
+               from another client
+
+2009-03-25 [colin]     3.7.1cvs26
+
+       * configure.ac
+               Fix configure.ac, thanks to Pawel
+
+2009-03-25 [colin]     3.7.1cvs25
+
+       * src/news.c
+       * src/etpan/nntp-thread.c
+               Fix header fetching (NG/To/Cc). Fixes 
+               bug 1883, 'Message processing fails to 
+               act on Newsgroups: field'
+
+2009-03-23 [colin]     3.7.1cvs24
+
+       * src/textview.c
+               Fix internal headers visible in queue/sent
+
+2009-03-23 [colin]     3.7.1cvs23
+
+       * configure.ac
+               Fix check for RC (resource compiler) used
+               on win32 (AC_LIBTOOL_RC used to call it 
+               implicitely but stopped)
+
+2009-03-19 [colin]     3.7.1cvs22
+
+       * src/toolbar.c
+               Put spam button in default toolbar even if
+               bogofilter and spamassassin are not built.
+               Other anti-spam plugin could exist! :)
+       * src/common/utils.c
+               Fix exit status fetch on win32
+
+2009-03-18 [paul]      3.7.1cvs21
+
+       * src/gtk/spell_entry.c
+               fix "[BUG] Wrong word replaced in 'Subject:'
+               when spell-checking correction used"
+               Patch by Pawel Pekala
+
+2009-03-17 [colin]     3.7.1cvs20
+
+       * src/common/utils.c
+               Fix win32 build (from cvs12)
+
+2009-03-17 [colin]     3.7.1cvs19
+
+       * src/compose.c
+               Fix bug 1735, 'Change To: and Newsgroups: 
+               recipient field according account type'
+               Patch by Pawel
+
+2009-03-17 [colin]     3.7.1cvs18
+
+       * src/msgcache.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_other.c
+       * src/common/prefs.c
+               Add preference for fsyncing metadata
+
+2009-03-16 [paul]      3.7.1cvs17
+
+       * src/prefs_customheader.c
+               add forgotten #if HAVE_LIBCOMPFACE
+
+2009-03-16 [paul]      3.7.1cvs16
+
+       * src/prefs_customheader.c
+               put the (X-)Face preview image below the up/down
+               buttons so they don't jump around.
+               make the list reorderable by drag'n'drop
+
+2009-03-16 [colin]     3.7.1cvs15
+
+       * src/prefs_customheader.c
+               Add a (X-)Face preview. Patch by iwkse.
+
+2009-03-16 [colin]     3.7.1cvs14
+
+       * src/compose.c
+       * src/folder.c
+       * src/folder.h
+       * src/msgcache.c
+       * src/common/prefs.c
+               Add fsync calls to make sure we don't
+               lose data on system crashes. (to do:
+               add a pref to allow people choosing raw
+               speed)
+
+2009-03-15 [colin]     3.7.1cvs13
+
+       * src/gtk/gtkaspell.c
+               Fix empty menu when there are no
+               suggestions (using the Spelling menu)
+
+2009-03-14 [colin]     3.7.1cvs12
+
+       * src/common/utils.c
+               Win32: fix subject prefix length
+
 2009-03-11 [mones]     3.7.1cvs11
 
        * po/es.po