[Commits] PATCHSETS 1.1.2.4409 1.1.2.4410 ChangeLog 1.396.2.3579 1.396.2.3580 configure.ac 1.654.2.4476 1.654.2.4477

ticho at claws-mail.org ticho at claws-mail.org
Sat Jul 28 20:13:51 CEST 2012


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

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2012-07-28 [ticho]	3.8.1cvs24

	* src/compose.c
		Properly fix setting "transient for" for attachment properties
		dialog when called via popup menu (since we're stealing focus
		few lines before, we need to do it directly, not via
		manage_window_*).

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4476
retrieving revision 1.654.2.4477
diff -u -d -r1.654.2.4476 -r1.654.2.4477
--- configure.ac	28 Jul 2012 01:07:49 -0000	1.654.2.4476
+++ configure.ac	28 Jul 2012 18:13:48 -0000	1.654.2.4477
@@ -12,7 +12,7 @@
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=23
+EXTRA_VERSION=24
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4409
retrieving revision 1.1.2.4410
diff -u -d -r1.1.2.4409 -r1.1.2.4410
--- PATCHSETS	28 Jul 2012 01:07:48 -0000	1.1.2.4409
+++ PATCHSETS	28 Jul 2012 18:13:47 -0000	1.1.2.4410
@@ -4398,3 +4398,4 @@
 ( cvs diff -u -r 1.23.2.38 -r 1.23.2.39 src/crash.c;  cvs diff -u -r 1.83.2.191 -r 1.83.2.192 src/mimeview.c;  ) > 3.8.1cvs21.patchset
 ( cvs diff -u -r 1.395.2.447 -r 1.395.2.448 src/summaryview.c;  cvs diff -u -r 1.96.2.243 -r 1.96.2.244 src/textview.c;  ) > 3.8.1cvs22.patchset
 ( cvs diff -u -r 1.5.2.63 -r 1.5.2.64 src/gtk/pluginwindow.c;  cvs diff -u -r 1.12.2.61 -r 1.12.2.62 src/gtk/prefswindow.c;  ) > 3.8.1cvs23.patchset
+( cvs diff -u -r 1.382.2.605 -r 1.382.2.606 src/compose.c;  ) > 3.8.1cvs24.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3579
retrieving revision 1.396.2.3580
diff -u -d -r1.396.2.3579 -r1.396.2.3580
--- ChangeLog	28 Jul 2012 01:07:48 -0000	1.396.2.3579
+++ ChangeLog	28 Jul 2012 18:13:48 -0000	1.396.2.3580
@@ -1,3 +1,11 @@
+2012-07-28 [ticho]	3.8.1cvs24
+
+	* src/compose.c
+		Properly fix setting "transient for" for attachment properties
+		dialog when called via popup menu (since we're stealing focus
+		few lines before, we need to do it directly, not via
+		manage_window_*).
+
 2012-07-28 [ticho]	3.8.1cvs23
 
 	* src/gtk/pluginwindow.c



More information about the Commits mailing list