CVS: sylpheedclaws/plugins/vcalendar PATCHSETS,1.1.2.62,1.1.2.63 ChangeLog,1.2.2.139,1.2.2.140 configure.ac,1.2.2.146,1.2.2.147

[email protected] Fri, 22 Dec 2006 18:28:50 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /pack/anoncvs/sylpheedclaws/plugins/vcalendar
In directory sunsite.dk:/tmp/cvs-serv25367

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2006-12-22 [wwp]	1.91.0cvs5

	* src/vcal_prefs.c
		Remove extra spaces in labels, used to pad widgets.

Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/vcalendar/Attic/PATCHSETS,v
retrieving revision 1.1.2.62
retrieving revision 1.1.2.63
diff -u -d -r1.1.2.62 -r1.1.2.63
--- PATCHSETS	2006/12/15 20:34:29	1.1.2.62
+++ PATCHSETS	2006/12/22 18:28:45	1.1.2.63
@@ -60,3 +60,4 @@
 ( cvs diff -u -r 1.1.2.45 -r 1.1.2.46 src/vcal_manager.c;  ) > 1.91.0cvs2.patchset
 ( cvs diff -u -r 1.1.2.46 -r 1.1.2.47 src/vcal_manager.c;  cvs diff -u -r 1.2.2.43 -r 1.2.2.44 src/vcalendar.c;  ) > 1.91.0cvs3.patchset
 ( cvs diff -u -r 1.2.2.145 -r 1.2.2.146 configure.ac;  cvs diff -u -r 1.1.2.25 -r 1.1.2.26 src/plugin.c;  ) > 1.91.0cvs4.patchset
+( cvs diff -u -r 1.1.2.15 -r 1.1.2.16 src/vcal_prefs.c;  ) > 1.91.0cvs5.patchset

Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/vcalendar/ChangeLog,v
retrieving revision 1.2.2.139
retrieving revision 1.2.2.140
diff -u -d -r1.2.2.139 -r1.2.2.140
--- ChangeLog	2006/12/15 20:34:29	1.2.2.139
+++ ChangeLog	2006/12/22 18:28:45	1.2.2.140
@@ -1,3 +1,8 @@
+2006-12-22 [wwp]	1.91.0cvs5
+
+	* src/vcal_prefs.c
+		Remove extra spaces in labels, used to pad widgets.
+
 2006-12-15 [ticho]	1.91.0cvs4
 
 	* configure.ac

Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/vcalendar/configure.ac,v
retrieving revision 1.2.2.146
retrieving revision 1.2.2.147
diff -u -d -r1.2.2.146 -r1.2.2.147
--- configure.ac	2006/12/15 20:34:28	1.2.2.146
+++ configure.ac	2006/12/22 18:28:46	1.2.2.147
@@ -9,7 +9,7 @@
 MAJOR_VERSION=1
 MINOR_VERSION=91
 MICRO_VERSION=0
-EXTRA_VERSION=4
+EXTRA_VERSION=5
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then