[Commits] PATCHSETS 1.1.2.4548 1.1.2.4549 ChangeLog 1.396.2.3720 1.396.2.3721 configure.ac 1.654.2.4616 1.654.2.4617
wwp at claws-mail.org
wwp at claws-mail.org
Mon Dec 3 11:11:39 CET 2012
Update of /home/claws-mail/claws
In directory srv:/tmp/cvs-serv22492
Modified Files:
Tag: gtk2
PATCHSETS ChangeLog configure.ac
Log Message:
2012-12-03 [wwp] 3.9.0cvs40
* src/summaryview.c
* src/mainwindow.c
Avoid any possible confusion: 0 is not a neutral value when passed
to main_window_get_mask() - use -1 instead, even in those cases we
don't care.
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4616
retrieving revision 1.654.2.4617
diff -u -d -r1.654.2.4616 -r1.654.2.4617
--- configure.ac 3 Dec 2012 09:59:34 -0000 1.654.2.4616
+++ configure.ac 3 Dec 2012 10:11:37 -0000 1.654.2.4617
@@ -12,7 +12,7 @@
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=39
+EXTRA_VERSION=40
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4548
retrieving revision 1.1.2.4549
diff -u -d -r1.1.2.4548 -r1.1.2.4549
--- PATCHSETS 3 Dec 2012 09:59:33 -0000 1.1.2.4548
+++ PATCHSETS 3 Dec 2012 10:11:35 -0000 1.1.2.4549
@@ -4537,3 +4537,4 @@
( cvs diff -u -r 1.115.2.266 -r 1.115.2.267 src/main.c; ) > 3.9.0cvs37.patchset
( cvs diff -u -r 1.36.2.211 -r 1.36.2.212 src/common/utils.c; ) > 3.9.0cvs38.patchset
( cvs diff -u -r 1.43.2.135 -r 1.43.2.136 src/toolbar.c; ) > 3.9.0cvs39.patchset
+( cvs diff -u -r 1.395.2.460 -r 1.395.2.461 src/summaryview.c; cvs diff -u -r 1.274.2.362 -r 1.274.2.363 src/mainwindow.c; ) > 3.9.0cvs40.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3720
retrieving revision 1.396.2.3721
diff -u -d -r1.396.2.3720 -r1.396.2.3721
--- ChangeLog 3 Dec 2012 09:59:33 -0000 1.396.2.3720
+++ ChangeLog 3 Dec 2012 10:11:36 -0000 1.396.2.3721
@@ -1,3 +1,11 @@
+2012-12-03 [wwp] 3.9.0cvs40
+
+ * src/summaryview.c
+ * src/mainwindow.c
+ Avoid any possible confusion: 0 is not a neutral value when passed
+ to main_window_get_mask() - use -1 instead, even in those cases we
+ don't care.
+
2012-12-03 [wwp] 3.9.0cvs39
* src/toolbar.c
More information about the Commits
mailing list