[Commits] PATCHSETS 1.26 1.27 ChangeLog 1.26 1.27 configure.ac 1.27 1.28

miras at claws-mail.org miras at claws-mail.org
Sat Nov 26 04:09:31 CET 2011


Update of /home/claws-mail/contacts
In directory claws-mail:/tmp/cvs-serv18420

Modified Files:
	PATCHSETS ChangeLog configure.ac 
Log Message:
2011-11-26 [mir]	0.6.0cvs27

	* src/contactwindow.c
	    - Refactored implementation so that updates
	      are only committed when user requests to
	      save changes. Eliminates server round trips
	      and avoid saving incomplete contact information.

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/contacts/configure.ac,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- configure.ac	26 Nov 2011 03:06:19 -0000	1.27
+++ configure.ac	26 Nov 2011 03:09:29 -0000	1.28
@@ -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/contacts/PATCHSETS,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- PATCHSETS	26 Nov 2011 03:06:19 -0000	1.26
+++ PATCHSETS	26 Nov 2011 03:09:29 -0000	1.27
@@ -24,3 +24,4 @@
 ( cvs diff -u -r 1.6 -r 1.7 plugins/ldap/ldap-plugin.c;  ) > 0.6.0cvs24.patchset
 ( cvs diff -u -r 1.7 -r 1.8 plugins/ldap/ldap-plugin.c;  cvs diff -u -r 1.7 -r 1.8 plugins/xml/xml-plugin.c;  cvs diff -u -r 1.8 -r 1.9 src/callbacks.c;  cvs diff -u -r 1.5 -r 1.6 src/contactwindow.c;  ) > 0.6.0cvs25.patchset
 ( cvs diff -u -r 1.9 -r 1.10 src/callbacks.c;  ) > 0.6.0cvs26.patchset
+( cvs diff -u -r 1.6 -r 1.7 src/contactwindow.c;  ) > 0.6.0cvs27.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/contacts/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- ChangeLog	26 Nov 2011 03:06:19 -0000	1.26
+++ ChangeLog	26 Nov 2011 03:09:29 -0000	1.27
@@ -1,3 +1,11 @@
+2011-11-26 [mir]	0.6.0cvs27
+
+	* src/contactwindow.c
+	    - Refactored implementation so that updates
+	      are only committed when user requests to
+	      save changes. Eliminates server round trips
+	      and avoid saving incomplete contact information.
+
 2011-11-26 [mir]	0.6.0cvs26
 
 	* src/callbacks.c



More information about the Commits mailing list