X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=ChangeLog.claws;h=592b9253e2aad990c5ca19562612a502d93c51da;hp=4217e912fdaaf24b093767605db92bbdb87f2ce1;hb=6b78b79b1c7f5df111d6e8b5d83e1971622640d9;hpb=d12aae04f3c969f89bbf0913f2da0bb8ae2ff01d diff --git a/ChangeLog.claws b/ChangeLog.claws index 4217e912f..592b9253e 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,39 @@ +2001-07-21 [alfons] + + 0.5.0claws7 + + * configure.in + change version + + * src/inc.c, src/summaryview.[ch] + prevent update of mark file when filtering has done, by + using a variable; this affects two functions: + inc.c::inc_finished() + summaryview.c::summary_show() + +2001-07-20 [alfons] + + * src/filtering.[ch], src/prefs_filtering.c, + src/matcher.[ch] + add filtering action for label coloring + + * po/POTFILES.in + add labelcolors.c + + * added src/labelcolors.c + * added src/labelcolors.h + * src/Makefile.am, src/summaryview.c + rearrange label coloring code + + * src/procmsg.h + add more parentheses so label colouring works correctly + + * src/filtering.c + don't really delete message, but move it to Trash + + * src/prefs_matcher.c + add quote options to info dialog + 2001-07-20 [christoph] * src/Makefile.am