[claws-mail-cvs-commit] ChangeLog
Holger Berndt <[email protected]> Sat, 22 Aug 2009 01:51:09 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /srv/cvs/claws-mail/plugins/notification
In directory ran:/tmp/cvs-serv3500
Modified Files:
Tag: gtk2
ChangeLog PATCHSETS configure.ac
Log Message:
2009-08-22 [holger] 0.22cvs4
* m4/.cvsignore
More files to ignore
* src/notification_prefs.c
Increase maximum popup time to an hour,
and allow popups that never time out when
using libnotify
Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/plugins/notification/Attic/configure.ac,v
retrieving revision 1.1.2.170
retrieving revision 1.1.2.171
diff -u -d -r1.1.2.170 -r1.1.2.171
--- configure.ac 10 Jul 2009 16:35:07 -0000 1.1.2.170
+++ configure.ac 22 Aug 2009 01:51:07 -0000 1.1.2.171
@@ -9,7 +9,7 @@
MAJOR_VERSION=0
MINOR_VERSION=22
MICRO_VERSION=0
-EXTRA_VERSION=3
+EXTRA_VERSION=4
if test \( $EXTRA_VERSION -eq 0 \); then
if test \( $MICRO_VERSION -eq 0 \); then
Index: PATCHSETS
===================================================================
RCS file: /srv/cvs/claws-mail/plugins/notification/Attic/PATCHSETS,v
retrieving revision 1.1.2.132
retrieving revision 1.1.2.133
diff -u -d -r1.1.2.132 -r1.1.2.133
--- PATCHSETS 10 Jul 2009 16:35:07 -0000 1.1.2.132
+++ PATCHSETS 22 Aug 2009 01:51:06 -0000 1.1.2.133
@@ -130,3 +130,4 @@
( cvs diff -u -r 1.1.2.167 -r 1.1.2.168 configure.ac; diff -u /dev/null po/es.po; ) > 0.22cvs1.patchset
( cvs diff -u -r 1.1.2.33 -r 1.1.2.34 src/notification_plugin.c; ) > 0.22cvs2.patchset
( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/claws.def; cvs diff -u -r 1.1.2.24 -r 1.1.2.25 src/notification_trayicon.c; ) > 0.22cvs3.patchset
+( cvs diff -u -r 1.1.2.1 -r 1.1.2.2 m4/.cvsignore; cvs diff -u -r 1.1.2.31 -r 1.1.2.32 src/notification_prefs.c; ) > 0.22cvs4.patchset
Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/plugins/notification/Attic/ChangeLog,v
retrieving revision 1.1.2.165
retrieving revision 1.1.2.166
diff -u -d -r1.1.2.165 -r1.1.2.166
--- ChangeLog 10 Jul 2009 16:35:07 -0000 1.1.2.165
+++ ChangeLog 22 Aug 2009 01:51:06 -0000 1.1.2.166
@@ -1,3 +1,12 @@
+2009-08-22 [holger] 0.22cvs4
+
+ * m4/.cvsignore
+ More files to ignore
+ * src/notification_prefs.c
+ Increase maximum popup time to an hour,
+ and allow popups that never time out when
+ using libnotify
+
2009-07-10 [colin] 0.22cvs3
* src/claws.def