[Commits] PATCHSETS 1.1.2.72 1.1.2.73 ChangeLog 1.1.2.80 1.1.2.81 configure.ac 1.1.2.83 1.1.2.84

iwkse at claws-mail.org iwkse at claws-mail.org
Wed Dec 14 12:17:02 CET 2011


Update of /home/claws-mail/plugins/fancy
In directory claws-mail:/tmp/cvs-serv3070

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2011-12-14 [iwkse]	0.9.14cvs3

	* src/fancy_viewer.c
        Bug #2564 Replacement of the deprecated function
        webkit_web_view_open() with webkit_web_view_load_uri()
        introduced in Webkit 1.1.1 - Patch by Stephane Goujet

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/fancy/Attic/configure.ac,v
retrieving revision 1.1.2.83
retrieving revision 1.1.2.84
diff -u -d -r1.1.2.83 -r1.1.2.84
--- configure.ac	1 Nov 2011 14:03:09 -0000	1.1.2.83
+++ configure.ac	14 Dec 2011 11:17:00 -0000	1.1.2.84
@@ -9,7 +9,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=9
 MICRO_VERSION=14
-EXTRA_VERSION=2
+EXTRA_VERSION=3
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/fancy/Attic/PATCHSETS,v
retrieving revision 1.1.2.72
retrieving revision 1.1.2.73
diff -u -d -r1.1.2.72 -r1.1.2.73
--- PATCHSETS	1 Nov 2011 14:03:09 -0000	1.1.2.72
+++ PATCHSETS	14 Dec 2011 11:17:00 -0000	1.1.2.73
@@ -71,3 +71,4 @@
 ( cvs diff -u -r 1.1.2.79 -r 1.1.2.80 configure.ac;  cvs diff -u -r 1.1.2.4 -r 1.1.2.5 po/cs.po;  cvs diff -u -r 1.1.2.2 -r 1.1.2.3 po/fr.po;  cvs diff -u -r 1.1.2.5 -r 1.1.2.6 po/hu.po;  diff -u /dev/null po/lt.po;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 po/pt_BR.po;  cvs diff -u -r 1.1.2.3 -r 1.1.2.4 po/sk.po;  ) > 0.9.13cvs14.patchset
 ( cvs diff -u -r 1.1.2.17 -r 1.1.2.18 src/fancy_viewer.h;  cvs diff -u -r 1.1.2.48 -r 1.1.2.49 src/fancy_viewer.c;  ) > 0.9.14cvs1.patchset
 ( cvs diff -u -r 1.1.2.49 -r 1.1.2.50 src/fancy_viewer.c;  ) > 0.9.14cvs2.patchset
+( cvs diff -u -r 1.1.2.50 -r 1.1.2.51 src/fancy_viewer.c;  ) > 0.9.14cvs3.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/fancy/Attic/ChangeLog,v
retrieving revision 1.1.2.80
retrieving revision 1.1.2.81
diff -u -d -r1.1.2.80 -r1.1.2.81
--- ChangeLog	1 Nov 2011 14:03:09 -0000	1.1.2.80
+++ ChangeLog	14 Dec 2011 11:17:00 -0000	1.1.2.81
@@ -1,3 +1,10 @@
+2011-12-14 [iwkse]	0.9.14cvs3
+
+	* src/fancy_viewer.c
+        Bug #2564 Replacement of the deprecated function
+        webkit_web_view_open() with webkit_web_view_load_uri()
+        introduced in Webkit 1.1.1 - Patch by Stephane Goujet
+
 2011-11-01 [iwkse]	0.9.14cvs2
 
 	* src/fancy_viewer.c



More information about the Commits mailing list