2012-09-26 [colin] 3.8.1cvs79
[claws.git] / ChangeLog
index 2c9f15c21f42965bf5f7f37195cd5ad7f5f5f2c8..8425b7c246e910b09811328fcd2800e901587ab1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,89 @@
+2012-09-26 [colin]     3.8.1cvs79
+
+       * src/main.c
+       * src/matcher.c
+       * src/matcher.h
+               Prepare the context strings, their translation take
+               CPU time. Shaves 6 seconds out of 17 on my reference
+               folder body search.
+       * src/summary_search.c
+               Fix a warning
+
+2012-09-26 [colin]     3.8.1cvs78
+
+       * src/matcher.c
+       * src/procmime.c
+       * src/procmime.h
+               Unlock I/O in procmime, give a way
+               for matcher to avoid having to
+               read/write tmp/rewind/read tmp for
+               body matches.
+
+2012-09-26 [colin]     3.8.1cvs77
+
+       * src/summary_search.c
+               Fix unresponsive stop button
+       * src/gtk/quicksearch.c
+               Fix busy cursor
+
+2012-09-26 [colin]     3.8.1cvs76
+
+       * src/summary_search.c
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/gtk/quicksearch.c
+               Factorize search code in summary_search and
+               add a progress indicator as that slows down
+               the first result in case of body search.
+
+2012-09-26 [colin]     3.8.1cvs75
+
+       * src/folder.c
+               Fix body search triggering GUI updates
+               for every message when it gets MSG_SCANNED
+               set.
+
+2012-09-26 [colin]     3.8.1cvs74
+
+       * src/folder.c
+       * src/folder.h
+       * src/imap.c
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/summaryview.c
+               Factorize msg list to num list code;
+               Make search faster using cache instead
+               of network I/O
+
+2012-09-25 [mones]     3.8.1cvs73
+
+       * src/gtk/quicksearch.c
+               Fix new expressions not being added to quicksearch
+               history in extended mode; patch by Sean Buckheister
+
+2012-09-22 [mir]       3.8.1cvs72
+
+       * src/advsearch.c
+           Fix for not searching in folders marked 'no_select'
+           patch provide by colin.
+
+2012-09-22 [mones]     3.8.1cvs71
+
+       * src/advsearch.c
+               Add missing copyright header
+
+2012-09-21 [colin]     3.8.1cvs70
+
+       * src/folder.c
+               Fix warning where msgcount was used
+               uninitialized in case the search was
+               to be performed on a message list subset.
+
+2012-09-21 [colin]     3.8.1cvs69
+
+       * src/gtk/quicksearch.c
+               Fix error background not appearing
+
 2012-09-21 [colin]     3.8.1cvs68
 
        * src/Makefile.am