[Commits] PATCHSETS 1.1.2.4355 1.1.2.4356 ChangeLog 1.396.2.3522 1.396.2.3523 configure.ac 1.654.2.4421 1.654.2.4422

pawel at claws-mail.org pawel at claws-mail.org
Wed Feb 8 19:46:57 CET 2012


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

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2012-02-08 [pawel]	3.8.0cvs27

	* src/prefs_actions.c
	* src/prefs_actions.h
	* src/prefs_toolbar.c
	* src/prefs_toolbar.h
	* src/toolbar.c
	* src/toolbar.h
		- Implement automatic removal of toolbar action buttons when
		  associated action is removed
		- Don't allow creation of two actions with the same name,
		  before all executions/removals were performed on first action
		  with duplicated name in linked list which wasn't always
		  correct behaviour

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4421
retrieving revision 1.654.2.4422
diff -u -d -r1.654.2.4421 -r1.654.2.4422
--- configure.ac	5 Feb 2012 20:00:34 -0000	1.654.2.4421
+++ configure.ac	8 Feb 2012 18:46:54 -0000	1.654.2.4422
@@ -12,7 +12,7 @@
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=26
+EXTRA_VERSION=27
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4355
retrieving revision 1.1.2.4356
diff -u -d -r1.1.2.4355 -r1.1.2.4356
--- PATCHSETS	5 Feb 2012 20:00:33 -0000	1.1.2.4355
+++ PATCHSETS	8 Feb 2012 18:46:53 -0000	1.1.2.4356
@@ -4343,3 +4343,4 @@
 ( cvs diff -u -r 1.1.4.29 -r 1.1.4.30 src/gtk/progressdialog.c;  ) > 3.8.0cvs24.patchset
 ( cvs diff -u -r 1.49.2.140 -r 1.49.2.141 src/procmime.c;  ) > 3.8.0cvs25.patchset
 ( cvs diff -u -r 1.115.2.246 -r 1.115.2.247 src/main.c;  cvs diff -u -r 1.274.2.342 -r 1.274.2.343 src/mainwindow.c;  cvs diff -u -r 1.94.2.226 -r 1.94.2.227 src/messageview.c;  cvs diff -u -r 1.19.2.27 -r 1.19.2.28 src/messageview.h;  cvs diff -u -r 1.204.2.207 -r 1.204.2.208 src/prefs_common.c;  cvs diff -u -r 1.103.2.136 -r 1.103.2.137 src/prefs_common.h;  cvs diff -u -r 1.150.2.121 -r 1.150.2.122 src/procmsg.c;  cvs diff -u -r 1.60.2.58 -r 1.60.2.59 src/procmsg.h;  cvs diff -u -r 1.395.2.443 -r 1.395.2.444 src/summaryview.c;  cvs diff -u -r 1.68.2.58 -r 1.68.2.59 src/summaryview.h;  ) > 3.8.0cvs26.patchset
+( cvs diff -u -r 1.60.2.78 -r 1.60.2.79 src/prefs_actions.c;  cvs diff -u -r 1.5.2.8 -r 1.5.2.9 src/prefs_actions.h;  cvs diff -u -r 1.30.2.69 -r 1.30.2.70 src/prefs_toolbar.c;  cvs diff -u -r 1.5.2.12 -r 1.5.2.13 src/prefs_toolbar.h;  cvs diff -u -r 1.43.2.125 -r 1.43.2.126 src/toolbar.c;  cvs diff -u -r 1.19.2.33 -r 1.19.2.34 src/toolbar.h;  ) > 3.8.0cvs27.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3522
retrieving revision 1.396.2.3523
diff -u -d -r1.396.2.3522 -r1.396.2.3523
--- ChangeLog	5 Feb 2012 20:00:34 -0000	1.396.2.3522
+++ ChangeLog	8 Feb 2012 18:46:53 -0000	1.396.2.3523
@@ -1,3 +1,18 @@
+2012-02-08 [pawel]	3.8.0cvs27
+
+	* src/prefs_actions.c
+	* src/prefs_actions.h
+	* src/prefs_toolbar.c
+	* src/prefs_toolbar.h
+	* src/toolbar.c
+	* src/toolbar.h
+		- Implement automatic removal of toolbar action buttons when
+		  associated action is removed
+		- Don't allow creation of two actions with the same name,
+		  before all executions/removals were performed on first action
+		  with duplicated name in linked list which wasn't always
+		  correct behaviour
+
 2012-02-05 [colin]	3.8.0cvs26
 
 	* src/main.c



More information about the Commits mailing list