CVS: sylpheedclaws/plugins/notification ChangeLog,1.1.2.43,1.1.2.44 PATCHSETS,1.1.2.27,1.1.2.28 configure.ac,1.1.2.42,1.1.2.43
[email protected] Mon, 04 Dec 2006 22:35:31 +0000
Newsgroups
gmane.mail.sylpheed.claws.cvs
Message-ID
<[email protected] >
Update of /pack/anoncvs/sylpheedclaws/plugins/notification
In directory sunsite.dk:/tmp/cvs-serv6152
Modified Files:
Tag: gtk2
ChangeLog PATCHSETS configure.ac
Log Message:
2006-12-04 [holger] 0.7cvs1
* configure.ac
libnotify 0.4.3 seems to work well,
indeed. Make this one the required version
of libnotify (effectively activating
libnotify support from now on!).
Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/notification/Attic/ChangeLog,v
retrieving revision 1.1.2.43
retrieving revision 1.1.2.44
diff -u -d -r1.1.2.43 -r1.1.2.44
--- ChangeLog 2006/12/04 11:45:12 1.1.2.43
+++ ChangeLog 2006/12/04 22:35:24 1.1.2.44
@@ -1,3 +1,11 @@
+2006-12-04 [holger] 0.7cvs1
+
+ * configure.ac
+ libnotify 0.4.3 seems to work well,
+ indeed. Make this one the required version
+ of libnotify (effectively activating
+ libnotify support from now on!).
+
2006-12-04 [paul] 0.7
0.7 released
Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/notification/Attic/PATCHSETS,v
retrieving revision 1.1.2.27
retrieving revision 1.1.2.28
diff -u -d -r1.1.2.27 -r1.1.2.28
--- PATCHSETS 2006/11/28 08:02:42 1.1.2.27
+++ PATCHSETS 2006/12/04 22:35:24 1.1.2.28
@@ -25,3 +25,4 @@
( cvs diff -u -r 1.1.2.39 -r 1.1.2.40 ChangeLog; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 INSTALL; cvs diff -u -r 1.1.2.24 -r 1.1.2.25 PATCHSETS; cvs diff -u -r 1.1.2.38 -r 1.1.2.39 configure.ac; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 src/Makefile.am; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/notification_banner.c; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/notification_banner.h; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 src/notification_command.c; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/notification_command.h; cvs diff -u -r 1.1.2.9 -r 1.1.2.10 src/notification_core.c; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 src/notification_core.h; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 src/notification_foldercheck.c; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/notification_foldercheck.h; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/notification_pixbuf.c; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/notification_pixbuf.h; cvs diff -u -r 1.1.2.9 -r
1.1.2.10 src/notification_plugin.c; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/notification_plugin.h; cvs diff -u -r 1.1.2.10 -r 1.1.2.11 src/notification_popup.c; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/notification_popup.h; cvs diff -u -r 1.1.2.11 -r 1.1.2.12 src/notification_prefs.c; cvs diff -u -r 1.1.2.7 -r 1.1.2.8 src/notification_prefs.h; diff -u /dev/null src/raw_claws_mail_logo_64x64.h; cvs diff -u -r -1.1.2.1 -r -1.1.2.2 src/raw_sylpheed_claws_logo_64x64.h; ) > 0.6cvs1.patchset
( cvs diff -u -r 1.1.2.10 -r 1.1.2.11 src/notification_plugin.c; cvs diff -u -r 1.1.2.12 -r 1.1.2.13 src/notification_prefs.c; ) > 0.6cvs2.patchset
( cvs diff -u -r 1.1.2.40 -r 1.1.2.41 configure.ac; ) > 0.6cvs3.patchset
+( cvs diff -u -r 1.1.2.42 -r 1.1.2.43 configure.ac; ) > 0.7cvs1.patchset
Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/notification/Attic/configure.ac,v
retrieving revision 1.1.2.42
retrieving revision 1.1.2.43
diff -u -d -r1.1.2.42 -r1.1.2.43
--- configure.ac 2006/12/04 11:45:12 1.1.2.42
+++ configure.ac 2006/12/04 22:35:25 1.1.2.43
@@ -7,7 +7,7 @@
MAJOR_VERSION=0
MINOR_VERSION=7
MICRO_VERSION=0
-EXTRA_VERSION=0
+EXTRA_VERSION=1
if test \( $EXTRA_VERSION -eq 0 \); then
if test \( $MICRO_VERSION -eq 0 \); then
@@ -61,8 +61,7 @@
AC_MSG_ERROR(Test for GTK failed.))
dnl Check for libnotify support
-LIBNOTIFY_REQUIRED=9.3.2
-dnl LIBNOTIFY_REQUIRED=0.4.3
+LIBNOTIFY_REQUIRED=0.4.3
AC_ARG_ENABLE(libnotify,
[ --disable-libnotify do not include libnotify support],
[enable_libnotify=$enableval], [enable_libnotify=auto])