[Commits] ChangeLog 1.53 1.54 PATCHSETS 1.53 1.54 configure.ac 1.54 1.55

miras at claws-mail.org miras at claws-mail.org
Sun Dec 18 02:00:44 CET 2011


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

Modified Files:
	ChangeLog PATCHSETS configure.ac 
Log Message:
2011-12-18 [mir]	0.6.0cvs54

	* src/callbacks.c
	* src/callbacks.h
	* src/mainwindow.c
	    Implemented keyboard shortcuts on the mainwindon
	    for deleting and displaying/editing contacts.
	    (s: show/edit contact. Delete: delete contact)
	    Fix a minor memory leak. 

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/contacts/configure.ac,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- configure.ac	17 Dec 2011 15:55:04 -0000	1.54
+++ configure.ac	18 Dec 2011 01:00:42 -0000	1.55
@@ -11,7 +11,7 @@
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=53
+EXTRA_VERSION=54
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/contacts/PATCHSETS,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- PATCHSETS	17 Dec 2011 15:55:04 -0000	1.53
+++ PATCHSETS	18 Dec 2011 01:00:42 -0000	1.54
@@ -51,3 +51,4 @@
 ( cvs diff -u -r 1.9 -r 1.10 plugins/xml/xml-plugin.c;  ) > 0.6.0cvs51.patchset
 ( cvs diff -u -r 1.2 -r 1.3 extensions/import/ldifimport_extension.c;  ) > 0.6.0cvs52.patchset
 ( cvs diff -u -r 1.1 -r 1.2 extensions/import/ldifimport_parser.c;  cvs diff -u -r 1.1 -r 1.2 extensions/import/ldifimport_parser.h;  ) > 0.6.0cvs53.patchset
+( cvs diff -u -r 1.15 -r 1.16 src/callbacks.c;  cvs diff -u -r 1.2 -r 1.3 src/callbacks.h;  cvs diff -u -r 1.7 -r 1.8 src/mainwindow.c;  ) > 0.6.0cvs54.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/contacts/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- ChangeLog	17 Dec 2011 15:55:04 -0000	1.53
+++ ChangeLog	18 Dec 2011 01:00:42 -0000	1.54
@@ -1,3 +1,13 @@
+2011-12-18 [mir]	0.6.0cvs54
+
+	* src/callbacks.c
+	* src/callbacks.h
+	* src/mainwindow.c
+	    Implemented keyboard shortcuts on the mainwindon
+	    for deleting and displaying/editing contacts.
+	    (s: show/edit contact. Delete: delete contact)
+	    Fix a minor memory leak.
+
 2011-12-17 [mir]	0.6.0cvs53
 
 	* extensions/import/ldifimport_parser.c



More information about the Commits mailing list