[Commits] PATCHSETS 1.1.2.4464 1.1.2.4465 ChangeLog 1.396.2.3634 1.396.2.3635 configure.ac 1.654.2.4531 1.654.2.4532

colin at claws-mail.org colin at claws-mail.org
Wed Sep 26 15:15:49 CEST 2012


Update of /home/claws-mail/claws
In directory srv:/tmp/cvs-serv9589

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
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

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4531
retrieving revision 1.654.2.4532
diff -u -d -r1.654.2.4531 -r1.654.2.4532
--- configure.ac	26 Sep 2012 12:40:13 -0000	1.654.2.4531
+++ configure.ac	26 Sep 2012 13:15:47 -0000	1.654.2.4532
@@ -12,7 +12,7 @@
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=78
+EXTRA_VERSION=79
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4464
retrieving revision 1.1.2.4465
diff -u -d -r1.1.2.4464 -r1.1.2.4465
--- PATCHSETS	26 Sep 2012 12:40:12 -0000	1.1.2.4464
+++ PATCHSETS	26 Sep 2012 13:15:46 -0000	1.1.2.4465
@@ -4453,3 +4453,4 @@
 ( cvs diff -u -r 1.15.2.71 -r 1.15.2.72 src/summary_search.c;  cvs diff -u -r 1.395.2.455 -r 1.395.2.456 src/summaryview.c;  cvs diff -u -r 1.68.2.62 -r 1.68.2.63 src/summaryview.h;  cvs diff -u -r 1.1.2.114 -r 1.1.2.115 src/gtk/quicksearch.c;  ) > 3.8.1cvs76.patchset
 ( cvs diff -u -r 1.15.2.72 -r 1.15.2.73 src/summary_search.c;  cvs diff -u -r 1.1.2.115 -r 1.1.2.116 src/gtk/quicksearch.c;  ) > 3.8.1cvs77.patchset
 ( cvs diff -u -r 1.75.2.76 -r 1.75.2.77 src/matcher.c;  cvs diff -u -r 1.49.2.151 -r 1.49.2.152 src/procmime.c;  cvs diff -u -r 1.17.2.30 -r 1.17.2.31 src/procmime.h;  ) > 3.8.1cvs78.patchset
+( cvs diff -u -r 1.115.2.258 -r 1.115.2.259 src/main.c;  cvs diff -u -r 1.75.2.77 -r 1.75.2.78 src/matcher.c;  cvs diff -u -r 1.39.2.22 -r 1.39.2.23 src/matcher.h;  cvs diff -u -r 1.15.2.73 -r 1.15.2.74 src/summary_search.c;  ) > 3.8.1cvs79.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3634
retrieving revision 1.396.2.3635
diff -u -d -r1.396.2.3634 -r1.396.2.3635
--- ChangeLog	26 Sep 2012 12:40:12 -0000	1.396.2.3634
+++ ChangeLog	26 Sep 2012 13:15:46 -0000	1.396.2.3635
@@ -1,3 +1,14 @@
+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



More information about the Commits mailing list