CVS: sylpheedclaws/plugins/notification ChangeLog,1.1.2.45,1.1.2.46 PATCHSETS,1.1.2.29,1.1.2.30 configure.ac,1.1.2.44,1.1.2.45

[email protected] Sun, 17 Dec 2006 19:17:00 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /pack/anoncvs/sylpheedclaws/plugins/notification
In directory sunsite.dk:/tmp/cvs-serv22716

Modified Files:
      Tag: gtk2
	ChangeLog PATCHSETS configure.ac 
Log Message:
2006-12-17 [holger]	0.7cvs3

	* src/notification_popup.c
		If a single mail message arrived,
		show its from and subject headers in popup. 

Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/notification/Attic/ChangeLog,v
retrieving revision 1.1.2.45
retrieving revision 1.1.2.46
diff -u -d -r1.1.2.45 -r1.1.2.46
--- ChangeLog	2006/12/15 19:59:37	1.1.2.45
+++ ChangeLog	2006/12/17 19:16:49	1.1.2.46
@@ -1,3 +1,9 @@
+2006-12-17 [holger]	0.7cvs3
+
+	* src/notification_popup.c
+		If a single mail message arrived,
+		show its from and subject headers in popup.
+
 2006-12-15 [ticho]	0.7cvs2
 
 	* configure.ac

Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/notification/Attic/PATCHSETS,v
retrieving revision 1.1.2.29
retrieving revision 1.1.2.30
diff -u -d -r1.1.2.29 -r1.1.2.30
--- PATCHSETS	2006/12/15 19:59:37	1.1.2.29
+++ PATCHSETS	2006/12/17 19:16:49	1.1.2.30
@@ -27,3 +27,4 @@
 ( 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
 ( cvs diff -u -r 1.1.2.43 -r 1.1.2.44 configure.ac;  cvs diff -u -r 1.1.2.11 -r 1.1.2.12 src/notification_plugin.c;  ) > 0.7cvs2.patchset
+( cvs diff -u -r 1.1.2.11 -r 1.1.2.12 src/notification_popup.c;  ) > 0.7cvs3.patchset

Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/notification/Attic/configure.ac,v
retrieving revision 1.1.2.44
retrieving revision 1.1.2.45
diff -u -d -r1.1.2.44 -r1.1.2.45
--- configure.ac	2006/12/15 19:59:37	1.1.2.44
+++ configure.ac	2006/12/17 19:16:49	1.1.2.45
@@ -7,7 +7,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=7
 MICRO_VERSION=0
-EXTRA_VERSION=2
+EXTRA_VERSION=3
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then