2007-01-16 [paul] 2.7.1cvs6
[claws.git] / ChangeLog
index 7ed1754b96130313871c052f056a965b62a423a1..9f87650ccd9d47caa905787a0eed7ebf7f1c30a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,233 @@
+2007-01-16 [paul]      2.7.1cvs6
+
+       * src/action.c
+       * src/compose.c
+       * src/mimeview.c
+       * src/procmime.c
+       * src/textview.c
+               Save and use errno for procmime_get_part
+
+2007-01-16 [colin]     2.7.1cvs5
+
+       * src/imap.c
+               Never remove INBOX when scanning for
+               new folders. It's a special folder
+               that has to exist.
+
+2007-01-15 [colin]     2.7.1cvs4
+
+       * src/imap.c
+               Fix 'Check for new folders' when IMAP subdirectory
+               is set
+       * src/etpan/imap-thread.c
+               Fix build
+
+2007-01-15 [colin]     2.7.1cvs3
+
+       * src/etpan/imap-thread.c
+               Fix invalid free on command-connection
+               error
+
+2007-01-15 [wwp]       2.7.1cvs2
+
+       * src/matcher_parser_lex.l
+       * src/quote_fmt_lex.l
+       * src/matcher_parser_parse.y
+               fix copyright header in lexers and parsers.
+
+2007-01-15 [paul]      2.7.1cvs1
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+       * configure.ac
+               bump up version number following
+               stable release
+
+2007-01-15 [paul]      2.7.0cvs31
+
+       * AUTHORS
+       * src/gtk/authors.h
+               add Fabien to the Team list
+               add the recent contributors
+               make a few corrections
+
+2007-01-15 [paul]      2.7.0cvs30
+
+       * src/mainwindow.c
+               fix compiler warning
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/pgpcore/prefs_gpg.h
+               add missing include
+               fix copyright header
+
+2007-01-14 [colin]     2.7.0cvs29
+
+       * src/gtk/filesel.c
+               Use the 'gtk+' backend. Avoids gnome-vfs use,
+               two benefits: faster to open, will fix strange
+               dbus-related crash. Thanks to Pascal Terjan.
+
+2007-01-14 [colin]     2.7.0cvs28
+
+       * src/etpan/imap-thread.c
+               Delete the old imap just after allocating
+               the new one. Makes sure we don't get the
+               same pointer by sheer luck, which feels
+               strange in the debug log.
+
+2007-01-14 [colin]     2.7.0cvs27
+
+       * src/gtk/inputdialog.c
+               Make sure we don't print passwords in
+               clear text when in debug mode
+
+2007-01-14 [colin]     2.7.0cvs26
+
+       * src/gtk/gtksctree.c
+               Fix bug 1098, 'bogus last row display 
+               after expanding a thread'. Patch by
+               Jindrich Makovicka <makovick@gmail.com>
+
+2007-01-14 [colin]     2.7.0cvs25
+
+       * src/etpan/imap-thread.c
+               Close socket manually before
+               freeing the imap struct
+
+2007-01-14 [colin]     2.7.0cvs24
+
+       * src/etpan/imap-thread.c
+               Maybe fix new reconnection issues
+
+2007-01-13 [colin]     2.7.0cvs23
+
+       * src/summaryview.c
+               Freeze/thaw on thread selection
+
+2007-01-13 [paul]      2.7.0cvs22
+
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/summaryview.h
+               add 'Edit/Delete thread'
+
+2007-01-13 [colin]     2.7.0cvs21
+
+       * src/prefs_account.c
+       * src/prefs_compose_writing.c
+       * src/prefs_message.c
+       * src/prefs_msg_colors.c
+       * src/prefs_other.c
+       * src/prefs_receive.c
+       * src/prefs_spelling.c
+       * src/prefs_summaries.c
+       * src/prefs_themes.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               Factorize gtk frame creation
+               Patch by Pawel
+
+2007-01-13 [colin]     2.7.0cvs20
+
+       * src/message_search.c
+       * src/summary_search.c
+               Fix Enter in search windows
+       * src/messageview.c
+               Fix body search starting at the
+               end of the mail (and asking for loop)
+
+2007-01-13 [colin]     2.7.0cvs19
+
+       * src/etpan/imap-thread.c
+               Make sure we don't free the same imap
+               twice
+
+2007-01-13 [colin]     2.7.0cvs18
+
+       * commitHelper
+               Allow multiple commitHelpers to
+               run at once
+
+2007-01-12 [colin]     2.7.0cvs17
+
+       * src/etpan/imap-thread.c
+               Make sure we get rid of the previous mailimap
+               when connecting - just in case disconnect was
+               unclean
+
+2007-01-12 [paul]      2.7.0cvs16
+
+       * src/compose.c
+               Strip S/MIME signatures when re-editing
+               S/MIME signed messages.
+
+2007-01-12 [paul]      2.7.0cvs15
+
+       * configure.ac
+       * src/addressbook.c
+       * src/foldersel.c
+       * src/folderview.c
+       * src/main.c
+               no need to define CLAWS anymore, remove
+               all that stuff
+
+2007-01-12 [paul]      2.7.0cvs14
+
+       * src/mimeview.c
+               check if the mail's signed as
+               it can change the mail structure
+               Thanks to Colin
+
+2007-01-12 [paul]      2.7.0cvs13
+
+       * src/procmime.c
+               fix Forwarding msgs with attachments
+               that have dos line endings
+               Thanks to Colin
+
+2007-01-12 [wwp]       2.7.0cvs12
+
+       * configure.ac
+               Revert accidentally committed extra version tag.
+
+2007-01-12 [wwp]       2.7.0cvs11
+
+       * src/prefs_account.c
+               Fix compilation w/o aspell (completes 2.7.0cvs7).
+
+2007-01-11 [colin]     2.7.0cvs10
+
+       * src/imap.c
+               move g_warning to debug_print
+               it scares people for no reason
+
+2007-01-11 [colin]     2.7.0cvs9
+
+       * po/POTFILES.in
+               Fix files to translate. Patch by
+               Fabien
+
+2007-01-11 [paul]      2.7.0cvs8
+
+       * src/imap.c
+               Fix recursion when server lists the
+               current subfolder in the response
+       * src/mimeview.c
+               Fix updating of icon_list/ctree
+       * src/plugins/pgpcore/select-keys.c
+               Fix a few annoyances when choosing
+               keys for the CMS (S/MIME) protocol
+
+2007-01-11 [wwp]       2.7.0cvs7
+
+       * src/compose.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+               Add per-account spellcheck default dictionaries settings.
+
 2007-01-10 [colin]     2.7.0cvs6
 
        * src/prefs_folder_item.c
 
        version 2.0.0 released
 
-[For previous entries, see ChangeLog.pre2.0.0]
\ No newline at end of file
+[For previous entries, see ChangeLog.pre2.0.0]