[Commits] PATCHSETS 1.78 1.79 ChangeLog 1.78 1.79 configure.ac 1.79 1.80
miras at claws-mail.org
miras at claws-mail.org
Mon Mar 26 00:52:40 CEST 2012
Update of /home/claws-mail/contacts
In directory srv:/tmp/cvs-serv10946
Modified Files:
PATCHSETS ChangeLog configure.ac
Log Message:
2012-03-25 [mir] 0.6.0cvs79
* src/callbacks.c
* src/contactwindow.c
Fix key-event handler so default handling is applied
if search entry has focus.
Refactored advanced search dialog.
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/contacts/configure.ac,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- configure.ac 5 Jan 2012 01:45:44 -0000 1.79
+++ configure.ac 25 Mar 2012 22:52:38 -0000 1.80
@@ -11,7 +11,7 @@
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=78
+EXTRA_VERSION=79
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/contacts/PATCHSETS,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- PATCHSETS 5 Jan 2012 01:45:44 -0000 1.78
+++ PATCHSETS 25 Mar 2012 22:52:38 -0000 1.79
@@ -76,3 +76,4 @@
( cvs diff -u -r 1.4 -r 1.5 extensions/vcard/src/vcard-extension.c; ) > 0.6.0cvs76.patchset
( cvs diff -u -r 1.3 -r 1.4 Makefile.am; cvs diff -u -r 1.2 -r 1.3 extensions/vcard/src/Makefile.am; cvs diff -u -r -1.6 -r -1.7 extensions/vcard/src/vcard-utils.c; cvs diff -u -r -1.2 -r -1.3 extensions/vcard/src/vcard-utils.h; cvs diff -u -r 1.1 -r 1.2 libversit/Makefile.am; diff -u /dev/null libversit/vcard-utils.c; diff -u /dev/null libversit/vcard-utils.h; ) > 0.6.0cvs77.patchset
( cvs diff -u -r 1.1 -r 1.2 xmllib/Makefile.am; ) > 0.6.0cvs78.patchset
+( cvs diff -u -r 1.18 -r 1.19 src/callbacks.c; cvs diff -u -r 1.14 -r 1.15 src/contactwindow.c; ) > 0.6.0cvs79.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/contacts/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- ChangeLog 5 Jan 2012 01:45:44 -0000 1.78
+++ ChangeLog 25 Mar 2012 22:52:38 -0000 1.79
@@ -1,3 +1,11 @@
+2012-03-25 [mir] 0.6.0cvs79
+
+ * src/callbacks.c
+ * src/contactwindow.c
+ Fix key-event handler so default handling is applied
+ if search entry has focus.
+ Refactored advanced search dialog.
+
2012-01-05 [mir] 0.6.0cvs78
* xmllib/Makefile.am
More information about the Commits
mailing list