X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=ChangeLog.claws;h=0216d27af456d035b6433343689b7ad1959fccfe;hp=5165891fb37da7e40793911a017ffceea1542af6;hb=98595a88a89b634febe3c9302162bb2bed748b55;hpb=07f2e831c15e761da9406ce50ef7fc383f901a96 diff --git a/ChangeLog.claws b/ChangeLog.claws index 5165891fb..0216d27af 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,19 @@ +2001-12-29 [melvin] 0.6.6claws30 + + * src/string_match.[ch] + Optimized a bit: regexp pattern buffer compiled only once, and + one subroutine call removed. Fixed ^ regexp search: Now, + "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello". + + * src/summaryview.c + Subject filtering changed to filter summary columns and + not directly the messages subject cache. The loss in + performance is balanced by the improvement of string_match. + Added an alert panel if there is an error in the regexp. + + * src/src/prefs_folder_item.h + Added a regexp pattern buffer. + 2001-12-28 [alfons] 0.6.6claws29 * src/string_match.[ch]