2007-03-06 [paul] 2.8.1cvs1
[claws.git] / ChangeLog
index fedec5f094267ab1e010b178ff1813bc824ad9e9..3305337b08233edfd1db7d7d9c5fc1a5877ec538 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,134 @@
+2007-03-06 [paul]      2.8.1cvs1
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+       * configure.ac
+               bump version number following
+               stable release
+
+2007-03-06 [paul]      2.8.0cvs24
+
+       * po/cs.po
+               corrected by by Tim <timbrain@post.cz>
+
+2007-03-05 [colin]     2.8.0cvs23
+
+       * src/Makefile.am
+       * src/procmime.c
+               Fix mime/globs path on NetBSD
+               patch by George Michaelson
+
+2007-03-05 [wwp]       2.8.0cvs22
+
+       * src/addr_compl.c
+               Remove debug statement (accidentally committed w/ cvs14).
+
+2007-03-05 [paul]      2.8.0cvs21
+
+       * src/plugins/pgpcore/prefs_gpg.c
+               fix compiler warning
+
+2007-03-05 [wwp]       2.8.0cvs20
+
+       * src/matcher_parser_parse.y
+               Fix mismerge between cvs17 and cvs19.
+
+2007-03-05 [wwp]       2.8.0cvs19
+
+       * src/matcher_parser_parse.y
+       * src/prefs_filtering_action.c
+       * src/matcher.c
+       * src/matcher.h
+       * src/filtering.c
+       * src/filtering.h
+               Add new 'add_to_addressbook' filtering/processing action.
+
+2007-03-05 [wwp]       2.8.0cvs18
+
+       * src/filtering.c
+               Fix mark_as_ham filtering/processing action: spam flag
+               was not unset.
+
+2007-03-04 [colin]     2.8.0cvs17
+
+       * src/filtering.c
+       * src/matcher.c
+       * src/matcher.h
+       * src/matcher_parser_parse.y
+       * src/prefs_filtering_action.c
+               Add 'Mark as spam' and 'Mark as ham' filtering
+               actions. Fixes bug 1138.
+
+2007-03-04 [colin]     2.8.0cvs16
+
+       * src/imap.c
+               Fix bug 1140, wrong return value
+               without libetpan
+
+2007-03-04 [wwp]       2.8.0cvs15
+
+       * src/addr_compl.c
+               Rollback cvs14: don't free stuff that is managed in g_list.
+
+2007-03-04 [wwp]       2.8.0cvs14
+
+       * src/addr_compl.c
+               Fix a leak in address completion code.
+
+2007-03-04 [colin]     2.8.0cvs13
+
+       * src/addr_compl.c
+               Maybe fix bug 1136, 'Crash in group 
+               address completion'
+
+2007-03-04 [iwkse]     2.8.0cvs12
+
+       * src/imap.c
+               fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
+
+2007-03-03 [colin]     2.8.0cvs11
+
+       * src/plugins/pgpinline/pgpinline.c
+               Fix off-by-one, fix double-free. Fixes
+               bug 1135, 'cm-segfault on decrypting 
+               with PGP/inline'
+
+2007-03-03 [colin]     2.8.0cvs10
+
+       * configure.ac
+       * src/main.c
+       * src/common/plugin.c
+               Fix bug 1134, 'Valgrind macros unhandled 
+               by Irix's cc'
+
+2007-03-02 [colin]     2.8.0cvs9
+
+       * src/mbox.c
+               Don't error out on EAGAIN. Fixes 
+               bug 1129, '"local mbox file" account 
+               isn't retrieving mails'
+
+2007-03-01 [wwp]       2.8.0cvs8
+
+       * src/mainwindow.c
+       * src/gtk/colorlabel.c
+               Remove accels for extra color labels until we set better
+               and definitive ones.
+
+2007-02-28 [wwp]       2.8.0cvs7
+
+       * src/mainwindow.c
+       * src/matcher_parser_parse.y
+       * src/prefs_common.c
+       * src/prefs_msg_colors.c
+       * src/procmsg.h
+       * src/gtk/colorlabel.c
+       * src/gtk/colorlabel.h
+               Add more customizable color labels. Cleaned up a bit
+               the color label API to avoid duplicate defines of
+               the max number of colors.
+
 2007-02-27 [colin]     2.8.0cvs6
 
        * src/mainwindow.c