CVS: sylpheedclaws/plugins/vcalendar PATCHSETS,1.1.2.59,1.1.2.60 ChangeLog,1.2.2.136,1.2.2.137 configure.ac,1.2.2.143,1.2.2.144
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/plugins/vcalendar
In directory sunsite.dk:/tmp/cvs-serv23940
Modified Files:
Tag: gtk2
PATCHSETS ChangeLog configure.ac
Log Message:
2006-12-06 [colin] 1.91.0cvs2
* src/vcal_manager.c
Fix double encoding of subject
Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/vcalendar/Attic/PATCHSETS,v
retrieving revision 1.1.2.59
retrieving revision 1.1.2.60
diff -u -d -r1.1.2.59 -r1.1.2.60
--- PATCHSETS 2006/12/06 08:20:16 1.1.2.59
+++ PATCHSETS 2006/12/06 21:29:35 1.1.2.60
@@ -57,3 +57,4 @@
( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 debian/README.Debian; cvs diff -u -r 1.1.2.24 -r 1.1.2.25 src/plugin.c; cvs diff -u -r 1.2.2.49 -r 1.2.2.50 src/vcal_folder.c; ) > 1.90.0cvs4.patchset
( cvs diff -u -r 1.2.2.140 -r 1.2.2.141 configure.ac; ) > 1.90.0cvs5.patchset
( cvs diff -u -r 1.1.2.44 -r 1.1.2.45 src/vcal_manager.c; ) > 1.91.0cvs1.patchset
+( cvs diff -u -r 1.1.2.45 -r 1.1.2.46 src/vcal_manager.c; ) > 1.91.0cvs2.patchset
Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/vcalendar/ChangeLog,v
retrieving revision 1.2.2.136
retrieving revision 1.2.2.137
diff -u -d -r1.2.2.136 -r1.2.2.137
--- ChangeLog 2006/12/06 08:20:15 1.2.2.136
+++ ChangeLog 2006/12/06 21:29:35 1.2.2.137
@@ -1,3 +1,8 @@
+2006-12-06 [colin] 1.91.0cvs2
+
+ * src/vcal_manager.c
+ Fix double encoding of subject
+
2006-12-06 [paul] 1.91.0cvs1
* src/vcal_manager.c
Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/vcalendar/configure.ac,v
retrieving revision 1.2.2.143
retrieving revision 1.2.2.144
diff -u -d -r1.2.2.143 -r1.2.2.144
--- configure.ac 2006/12/06 08:20:16 1.2.2.143
+++ configure.ac 2006/12/06 21:29:36 1.2.2.144
@@ -9,7 +9,7 @@
MAJOR_VERSION=1
MINOR_VERSION=91
MICRO_VERSION=0
-EXTRA_VERSION=1
+EXTRA_VERSION=2
if test \( $EXTRA_VERSION -eq 0 \); then
if test \( $MICRO_VERSION -eq 0 \); then