[Commits] PATCHSETS 1.1.2.4537 1.1.2.4538 ChangeLog 1.396.2.3709 1.396.2.3710 configure.ac 1.654.2.4605 1.654.2.4606
wwp at claws-mail.org
wwp at claws-mail.org
Wed Nov 28 16:33:15 CET 2012
Update of /home/claws-mail/claws
In directory srv:/tmp/cvs-serv21524
Modified Files:
Tag: gtk2
PATCHSETS ChangeLog configure.ac
Log Message:
2012-11-28 [wwp] 3.9.0cvs29
* src/mainwindow.c
* src/mainwindow.h
* src/summaryview.c
* src/toolbar.c
Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
Complete toolbar_init(), which was missing few inits.
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4605
retrieving revision 1.654.2.4606
diff -u -d -r1.654.2.4605 -r1.654.2.4606
--- configure.ac 28 Nov 2012 11:11:39 -0000 1.654.2.4605
+++ configure.ac 28 Nov 2012 15:33:12 -0000 1.654.2.4606
@@ -12,7 +12,7 @@
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=28
+EXTRA_VERSION=29
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4537
retrieving revision 1.1.2.4538
diff -u -d -r1.1.2.4537 -r1.1.2.4538
--- PATCHSETS 28 Nov 2012 11:11:38 -0000 1.1.2.4537
+++ PATCHSETS 28 Nov 2012 15:33:11 -0000 1.1.2.4538
@@ -4526,3 +4526,4 @@
( cvs diff -u -r 1.179.2.268 -r 1.179.2.269 src/imap.c; cvs diff -u -r 1.1.4.126 -r 1.1.4.127 src/etpan/imap-thread.c; cvs diff -u -r 1.1.4.30 -r 1.1.4.31 src/etpan/imap-thread.h; ) > 3.9.0cvs26.patchset
( cvs diff -u -r 1.179.2.269 -r 1.179.2.270 src/imap.c; cvs diff -u -r 1.101.2.73 -r 1.101.2.74 src/news.c; cvs diff -u -r 1.23.2.28 -r 1.23.2.29 src/common/session.c; cvs diff -u -r 1.8.2.21 -r 1.8.2.22 src/common/session.h; ) > 3.9.0cvs27.patchset
( cvs diff -u -r 1.274.2.357 -r 1.274.2.358 src/mainwindow.c; cvs diff -u -r 1.101.2.74 -r 1.101.2.75 src/news.c; cvs diff -u -r 1.21.2.11 -r 1.21.2.12 src/news.h; cvs diff -u -r 1.1.2.23 -r 1.1.2.24 src/etpan/nntp-thread.c; ) > 3.9.0cvs28.patchset
+( cvs diff -u -r 1.274.2.358 -r 1.274.2.359 src/mainwindow.c; cvs diff -u -r 1.39.2.65 -r 1.39.2.66 src/mainwindow.h; cvs diff -u -r 1.395.2.458 -r 1.395.2.459 src/summaryview.c; cvs diff -u -r 1.43.2.132 -r 1.43.2.133 src/toolbar.c; ) > 3.9.0cvs29.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3709
retrieving revision 1.396.2.3710
diff -u -d -r1.396.2.3709 -r1.396.2.3710
--- ChangeLog 28 Nov 2012 11:11:39 -0000 1.396.2.3709
+++ ChangeLog 28 Nov 2012 15:33:11 -0000 1.396.2.3710
@@ -1,3 +1,12 @@
+2012-11-28 [wwp] 3.9.0cvs29
+
+ * src/mainwindow.c
+ * src/mainwindow.h
+ * src/summaryview.c
+ * src/toolbar.c
+ Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
+ Complete toolbar_init(), which was missing few inits.
+
2012-11-28 [colin] 3.9.0cvs28
* src/mainwindow.c
More information about the Commits
mailing list