CVS: sylpheedclaws/plugins/vcalendar PATCHSETS,1.1.2.67,1.1.2.68 ChangeLog,1.2.2.144,1.2.2.145 configure.ac,1.2.2.152,1.2.2.153

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

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2006-12-28 [colin]	1.91.0cvs10

	* src/vcal_meeting_gtk.c
		Make tooltips part of the meeting struct
		Add tooltip on attendees' entries

Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/vcalendar/Attic/PATCHSETS,v
retrieving revision 1.1.2.67
retrieving revision 1.1.2.68
diff -u -d -r1.1.2.67 -r1.1.2.68
--- PATCHSETS	2006/12/27 23:13:10	1.1.2.67
+++ PATCHSETS	2006/12/28 17:12:17	1.1.2.68
@@ -65,3 +65,4 @@
 ( cvs diff -u -r 1.2.2.51 -r 1.2.2.52 src/vcal_folder.c;  cvs diff -u -r 1.1.2.48 -r 1.1.2.49 src/vcal_manager.c;  cvs diff -u -r 1.2.2.45 -r 1.2.2.46 src/vcalendar.c;  ) > 1.91.0cvs7.patchset
 ( cvs diff -u -r 1.1.2.47 -r 1.1.2.48 src/vcal_meeting_gtk.c;  ) > 1.91.0cvs8.patchset
 ( cvs diff -u -r 1.2.2.52 -r 1.2.2.53 src/vcal_folder.c;  cvs diff -u -r 1.1.2.49 -r 1.1.2.50 src/vcal_manager.c;  ) > 1.91.0cvs9.patchset
+( cvs diff -u -r 1.1.2.48 -r 1.1.2.49 src/vcal_meeting_gtk.c;  ) > 1.91.0cvs10.patchset

Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/vcalendar/ChangeLog,v
retrieving revision 1.2.2.144
retrieving revision 1.2.2.145
diff -u -d -r1.2.2.144 -r1.2.2.145
--- ChangeLog	2006/12/27 23:13:10	1.2.2.144
+++ ChangeLog	2006/12/28 17:12:18	1.2.2.145
@@ -1,3 +1,9 @@
+2006-12-28 [colin]	1.91.0cvs10
+
+	* src/vcal_meeting_gtk.c
+		Make tooltips part of the meeting struct
+		Add tooltip on attendees' entries
+
 2006-12-27 [colin]	1.91.0cvs9
 
 	* src/vcal_folder.c

Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/vcalendar/configure.ac,v
retrieving revision 1.2.2.152
retrieving revision 1.2.2.153
diff -u -d -r1.2.2.152 -r1.2.2.153
--- configure.ac	2006/12/27 23:13:10	1.2.2.152
+++ configure.ac	2006/12/28 17:12:18	1.2.2.153
@@ -9,7 +9,7 @@
 MAJOR_VERSION=1
 MINOR_VERSION=91
 MICRO_VERSION=0
-EXTRA_VERSION=9
+EXTRA_VERSION=10
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then