CVS: sylpheedclaws/plugins/mailmbox PATCHSETS,1.1.2.13,1.1.2.14 ChangeLog,1.13.2.29,1.13.2.30 configure.ac,1.8.2.34,1.8.2.35

[email protected] Tue, 26 Dec 2006 13:29:28 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /pack/anoncvs/sylpheedclaws/plugins/mailmbox
In directory sunsite.dk:/tmp/cvs-serv21165

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2006-12-26 [wwp]	1.12.3cvs2

	* src/maillock.c
		Add missing #include (fixing compiler warning).

Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/mailmbox/Attic/PATCHSETS,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -u -d -r1.1.2.13 -r1.1.2.14
--- PATCHSETS	2006/12/15 19:44:25	1.1.2.13
+++ PATCHSETS	2006/12/26 13:29:24	1.1.2.14
@@ -12,3 +12,4 @@
 ( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 debian/README.Debian;  cvs diff -u -r 1.4.2.12 -r 1.4.2.13 src/plugin.c;  cvs diff -u -r 1.4.2.15 -r 1.4.2.16 src/plugin_gtk.c;  ) > 1.12.2cvs2.patchset
 ( cvs diff -u -r 1.8.2.30 -r 1.8.2.31 configure.ac;  ) > 1.12.2cvs3.patchset
 ( cvs diff -u -r 1.8.2.32 -r 1.8.2.33 configure.ac;  cvs diff -u -r 1.4.2.13 -r 1.4.2.14 src/plugin.c;  ) > 1.12.3cvs1.patchset
+( cvs diff -u -r 1.3 -r 1.4 src/maillock.c;  ) > 1.12.3cvs2.patchset

Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/mailmbox/ChangeLog,v
retrieving revision 1.13.2.29
retrieving revision 1.13.2.30
diff -u -d -r1.13.2.29 -r1.13.2.30
--- ChangeLog	2006/12/15 19:44:25	1.13.2.29
+++ ChangeLog	2006/12/26 13:29:24	1.13.2.30
@@ -1,3 +1,8 @@
+2006-12-26 [wwp]	1.12.3cvs2
+
+	* src/maillock.c
+		Add missing #include (fixing compiler warning).
+
 2006-12-15 [ticho]	1.12.3cvs1
 
 	* configure.ac

Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/mailmbox/configure.ac,v
retrieving revision 1.8.2.34
retrieving revision 1.8.2.35
diff -u -d -r1.8.2.34 -r1.8.2.35
--- configure.ac	2006/12/22 22:10:43	1.8.2.34
+++ configure.ac	2006/12/26 13:29:25	1.8.2.35
@@ -7,7 +7,7 @@
 MAJOR_VERSION=1
 MINOR_VERSION=12
 MICRO_VERSION=3
-EXTRA_VERSION=1
+EXTRA_VERSION=2
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then