diff --git a/xchat-wdk.patch b/xchat-wdk.patch index 0f068634..58eb93c7 100644 --- a/xchat-wdk.patch +++ b/xchat-wdk.patch @@ -1,6 +1,6 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/perl/perl.c xchat-wdk/plugins/perl/perl.c --- xchat-wdk.orig/plugins/perl/perl.c 2010-08-26 02:18:04 +0000 -+++ xchat-wdk/plugins/perl/perl.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/plugins/perl/perl.c 2010-10-02 15:39:35 +0000 @@ -22,12 +22,15 @@ #include #include @@ -41,7 +41,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/perl/perl.c xchat-wdk/plugi } diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/python/python.c xchat-wdk/plugins/python/python.c --- xchat-wdk.orig/plugins/python/python.c 2010-05-16 04:31:54 +0000 -+++ xchat-wdk/plugins/python/python.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/plugins/python/python.c 2010-10-02 15:39:35 +0000 @@ -53,10 +53,10 @@ #include @@ -103,7 +103,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/python/python.c xchat-wdk/p if (m == NULL) { diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/tcl/tclplugin.c xchat-wdk/plugins/tcl/tclplugin.c --- xchat-wdk.orig/plugins/tcl/tclplugin.c 2010-03-21 00:49:42 +0000 -+++ xchat-wdk/plugins/tcl/tclplugin.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/plugins/tcl/tclplugin.c 2010-10-02 15:39:35 +0000 @@ -32,8 +32,6 @@ #include #define bzero(mem, sz) memset((mem), 0, (sz)) @@ -124,7 +124,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/tcl/tclplugin.c xchat-wdk/p FreeLibrary(lib); diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/xdcc/xdcc.c xchat-wdk/plugins/xdcc/xdcc.c --- xchat-wdk.orig/plugins/xdcc/xdcc.c 2002-12-26 03:35:09 +0000 -+++ xchat-wdk/plugins/xdcc/xdcc.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/plugins/xdcc/xdcc.c 2010-10-02 15:39:35 +0000 @@ -2,11 +2,11 @@ #include @@ -140,7 +140,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/xdcc/xdcc.c xchat-wdk/plugi diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/cfgfiles.c xchat-wdk/src/common/cfgfiles.c --- xchat-wdk.orig/src/common/cfgfiles.c 2010-08-07 07:14:45 +0000 -+++ xchat-wdk/src/common/cfgfiles.c 2010-09-29 15:11:16 +0000 ++++ xchat-wdk/src/common/cfgfiles.c 2010-10-02 15:39:35 +0000 @@ -17,7 +17,6 @@ */ @@ -226,7 +226,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/cfgfiles.c xchat-wdk/src prefs.notify_timeout = 15; diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/chanopt.c xchat-wdk/src/common/chanopt.c --- xchat-wdk.orig/src/common/chanopt.c 2008-06-15 04:40:29 +0000 -+++ xchat-wdk/src/common/chanopt.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/chanopt.c 2010-10-02 15:39:35 +0000 @@ -3,7 +3,6 @@ #include #include @@ -237,7 +237,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/chanopt.c xchat-wdk/src/ #include diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/ctcp.c xchat-wdk/src/common/ctcp.c --- xchat-wdk.orig/src/common/ctcp.c 2010-05-30 02:28:04 +0000 -+++ xchat-wdk/src/common/ctcp.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/ctcp.c 2010-10-02 15:39:35 +0000 @@ -18,7 +18,6 @@ #include @@ -257,7 +257,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/ctcp.c xchat-wdk/src/com } diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/dcc.c xchat-wdk/src/common/dcc.c --- xchat-wdk.orig/src/common/dcc.c 2010-05-30 02:28:04 +0000 -+++ xchat-wdk/src/common/dcc.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/dcc.c 2010-10-02 15:39:35 +0000 @@ -31,7 +31,6 @@ #include #include @@ -277,7 +277,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/dcc.c xchat-wdk/src/comm if ((dcc->fp == -1 ? stat (dcc->destfile_fs, &st_a) : fstat (dcc->fp, &st_a)) == -1) diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/ignore.c xchat-wdk/src/common/ignore.c --- xchat-wdk.orig/src/common/ignore.c 2006-04-15 07:00:39 +0000 -+++ xchat-wdk/src/common/ignore.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/ignore.c 2010-10-02 15:39:35 +0000 @@ -19,7 +19,6 @@ #include #include @@ -288,7 +288,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/ignore.c xchat-wdk/src/c #include diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/inbound.c xchat-wdk/src/common/inbound.c --- xchat-wdk.orig/src/common/inbound.c 2010-05-30 02:28:04 +0000 -+++ xchat-wdk/src/common/inbound.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/inbound.c 2010-10-02 15:39:36 +0000 @@ -21,7 +21,6 @@ #include #include @@ -299,7 +299,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/inbound.c xchat-wdk/src/ #define WANTARPA diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/inet.h xchat-wdk/src/common/inet.h --- xchat-wdk.orig/src/common/inet.h 2005-09-03 10:57:48 +0000 -+++ xchat-wdk/src/common/inet.h 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/inet.h 2010-10-02 15:39:36 +0000 @@ -24,9 +24,8 @@ #ifdef USE_IPV6 #include @@ -313,7 +313,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/inet.h xchat-wdk/src/com #define set_blocking(sok) { \ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/msproxy.c xchat-wdk/src/common/msproxy.c --- xchat-wdk.orig/src/common/msproxy.c 2006-04-16 15:32:17 +0000 -+++ xchat-wdk/src/common/msproxy.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/msproxy.c 2010-10-02 15:39:36 +0000 @@ -26,7 +26,6 @@ #include #include @@ -324,7 +324,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/msproxy.c xchat-wdk/src/ #define WANTSOCKET diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/network.c xchat-wdk/src/common/network.c --- xchat-wdk.orig/src/common/network.c 2006-04-16 08:11:26 +0000 -+++ xchat-wdk/src/common/network.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/network.c 2010-10-02 15:39:36 +0000 @@ -21,7 +21,6 @@ #include #include @@ -335,7 +335,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/network.c xchat-wdk/src/ #include "../../config.h" /* grab USE_IPV6 and LOOKUPD defines */ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/notify.c xchat-wdk/src/common/notify.c --- xchat-wdk.orig/src/common/notify.c 2008-06-08 07:58:58 +0000 -+++ xchat-wdk/src/common/notify.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/notify.c 2010-10-02 15:39:36 +0000 @@ -22,7 +22,6 @@ #include #include @@ -346,7 +346,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/notify.c xchat-wdk/src/c #include "xchat.h" diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/outbound.c xchat-wdk/src/common/outbound.c --- xchat-wdk.orig/src/common/outbound.c 2010-05-30 02:28:04 +0000 -+++ xchat-wdk/src/common/outbound.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/outbound.c 2010-10-02 15:39:36 +0000 @@ -32,7 +32,6 @@ #include #endif @@ -357,7 +357,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/outbound.c xchat-wdk/src #include diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/plugin-timer.c xchat-wdk/src/common/plugin-timer.c --- xchat-wdk.orig/src/common/plugin-timer.c 2005-02-02 10:03:51 +0000 -+++ xchat-wdk/src/common/plugin-timer.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/plugin-timer.c 2010-10-02 15:39:36 +0000 @@ -1,7 +1,7 @@ #include #include @@ -369,7 +369,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/plugin-timer.c xchat-wdk #define strcasecmp stricmp diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/plugin.c xchat-wdk/src/common/plugin.c --- xchat-wdk.orig/src/common/plugin.c 2010-08-14 01:46:21 +0000 -+++ xchat-wdk/src/common/plugin.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/plugin.c 2010-10-02 15:39:36 +0000 @@ -34,7 +34,7 @@ #include "text.h" #define PLUGIN_C @@ -390,7 +390,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/plugin.c xchat-wdk/src/c { diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/proto-irc.c xchat-wdk/src/common/proto-irc.c --- xchat-wdk.orig/src/common/proto-irc.c 2010-05-30 02:28:04 +0000 -+++ xchat-wdk/src/common/proto-irc.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/proto-irc.c 2010-10-02 15:39:36 +0000 @@ -18,7 +18,6 @@ /* IRC RFC1459(+commonly used extensions) protocol implementation */ @@ -401,7 +401,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/proto-irc.c xchat-wdk/sr #include diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/server.c xchat-wdk/src/common/server.c --- xchat-wdk.orig/src/common/server.c 2010-05-30 02:28:04 +0000 -+++ xchat-wdk/src/common/server.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/server.c 2010-10-02 15:39:36 +0000 @@ -26,7 +26,6 @@ #include #include @@ -430,7 +430,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/server.c xchat-wdk/src/c diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/servlist.c xchat-wdk/src/common/servlist.c --- xchat-wdk.orig/src/common/servlist.c 2010-05-16 07:43:49 +0000 -+++ xchat-wdk/src/common/servlist.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/servlist.c 2010-10-02 15:39:36 +0000 @@ -21,7 +21,6 @@ #include #include @@ -441,7 +441,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/servlist.c xchat-wdk/src #include diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/ssl.c xchat-wdk/src/common/ssl.c --- xchat-wdk.orig/src/common/ssl.c 2007-03-28 08:35:06 +0000 -+++ xchat-wdk/src/common/ssl.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/ssl.c 2010-10-02 15:39:36 +0000 @@ -17,12 +17,12 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ @@ -458,7 +458,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/ssl.c xchat-wdk/src/comm #ifndef HAVE_SNPRINTF diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/text.c xchat-wdk/src/common/text.c --- xchat-wdk.orig/src/common/text.c 2010-05-30 02:28:04 +0000 -+++ xchat-wdk/src/common/text.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/text.c 2010-10-02 15:39:36 +0000 @@ -19,13 +19,11 @@ #include #include @@ -536,7 +536,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/text.c xchat-wdk/src/com diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/util.c xchat-wdk/src/common/util.c --- xchat-wdk.orig/src/common/util.c 2008-02-07 01:50:37 +0000 -+++ xchat-wdk/src/common/util.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/util.c 2010-10-02 15:39:36 +0000 @@ -16,11 +16,13 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ @@ -622,7 +622,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/util.c xchat-wdk/src/com } diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/xchat.c xchat-wdk/src/common/xchat.c --- xchat-wdk.orig/src/common/xchat.c 2008-06-08 07:58:58 +0000 -+++ xchat-wdk/src/common/xchat.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/xchat.c 2010-10-02 15:39:36 +0000 @@ -22,7 +22,6 @@ #include #include @@ -650,7 +650,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/xchat.c xchat-wdk/src/co "NAME LEAVE\n" "CMD part &2\n\n"\ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/xchat.h xchat-wdk/src/common/xchat.h --- xchat-wdk.orig/src/common/xchat.h 2010-08-07 07:14:45 +0000 -+++ xchat-wdk/src/common/xchat.h 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/common/xchat.h 2010-10-02 15:39:36 +0000 @@ -12,12 +12,14 @@ #include "history.h" @@ -688,7 +688,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/xchat.h xchat-wdk/src/co unsigned int ctcp_time_limit; /*seconds of floods */ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/about.c xchat-wdk/src/fe-gtk/about.c --- xchat-wdk.orig/src/fe-gtk/about.c 2010-05-16 07:43:49 +0000 -+++ xchat-wdk/src/fe-gtk/about.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/fe-gtk/about.c 2010-10-02 15:39:36 +0000 @@ -39,6 +39,7 @@ #include "../common/xchat.h" @@ -764,7 +764,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/about.c xchat-wdk/src/fe diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/banlist.c xchat-wdk/src/fe-gtk/banlist.c --- xchat-wdk.orig/src/fe-gtk/banlist.c 2010-05-16 03:20:22 +0000 -+++ xchat-wdk/src/fe-gtk/banlist.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/fe-gtk/banlist.c 2010-10-02 15:39:36 +0000 @@ -19,7 +19,6 @@ #include #include @@ -775,7 +775,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/banlist.c xchat-wdk/src/ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/chanlist.c xchat-wdk/src/fe-gtk/chanlist.c --- xchat-wdk.orig/src/fe-gtk/chanlist.c 2008-02-24 03:46:02 +0000 -+++ xchat-wdk/src/fe-gtk/chanlist.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/fe-gtk/chanlist.c 2010-10-02 15:39:36 +0000 @@ -19,7 +19,6 @@ #include #include @@ -786,7 +786,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/chanlist.c xchat-wdk/src diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/chanview-tabs.c xchat-wdk/src/fe-gtk/chanview-tabs.c --- xchat-wdk.orig/src/fe-gtk/chanview-tabs.c 2005-11-21 05:25:39 +0000 -+++ xchat-wdk/src/fe-gtk/chanview-tabs.c 2010-09-29 19:52:34 +0000 ++++ xchat-wdk/src/fe-gtk/chanview-tabs.c 2010-10-02 15:39:36 +0000 @@ -144,8 +144,8 @@ for (i = adj->value; ((i > new_value) && (tab_left_is_moving)); i -= 0.1) { @@ -811,7 +811,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/chanview-tabs.c xchat-wd gtk_adjustment_set_value (adj, new_value); diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/editlist.c xchat-wdk/src/fe-gtk/editlist.c --- xchat-wdk.orig/src/fe-gtk/editlist.c 2006-03-13 08:33:45 +0000 -+++ xchat-wdk/src/fe-gtk/editlist.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/fe-gtk/editlist.c 2010-10-02 15:39:36 +0000 @@ -19,7 +19,6 @@ #include #include @@ -822,7 +822,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/editlist.c xchat-wdk/src #include diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/fe-gtk.c xchat-wdk/src/fe-gtk/fe-gtk.c --- xchat-wdk.orig/src/fe-gtk/fe-gtk.c 2010-08-14 01:46:21 +0000 -+++ xchat-wdk/src/fe-gtk/fe-gtk.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/fe-gtk/fe-gtk.c 2010-10-02 15:39:36 +0000 @@ -19,7 +19,6 @@ #include #include @@ -859,7 +859,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/fe-gtk.c xchat-wdk/src/f sess = find_dialog (serv_list->data, "(warnings)"); diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/fe-gtk.h xchat-wdk/src/fe-gtk/fe-gtk.h --- xchat-wdk.orig/src/fe-gtk/fe-gtk.h 2010-05-30 06:31:29 +0000 -+++ xchat-wdk/src/fe-gtk/fe-gtk.h 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/fe-gtk/fe-gtk.h 2010-10-02 15:39:36 +0000 @@ -4,7 +4,7 @@ /* If you're compiling this for Windows, your release is un-official * and not condoned. Please don't use the XChat name. Make up your @@ -871,7 +871,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/fe-gtk.h xchat-wdk/src/f #endif diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/fkeys.c xchat-wdk/src/fe-gtk/fkeys.c --- xchat-wdk.orig/src/fe-gtk/fkeys.c 2008-02-24 05:09:34 +0000 -+++ xchat-wdk/src/fe-gtk/fkeys.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/fe-gtk/fkeys.c 2010-10-02 15:39:36 +0000 @@ -20,7 +20,6 @@ #include #include @@ -882,7 +882,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/fkeys.c xchat-wdk/src/fe #include diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/gtkutil.c xchat-wdk/src/fe-gtk/gtkutil.c --- xchat-wdk.orig/src/fe-gtk/gtkutil.c 2009-07-18 12:38:10 +0000 -+++ xchat-wdk/src/fe-gtk/gtkutil.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/fe-gtk/gtkutil.c 2010-10-02 15:39:36 +0000 @@ -22,7 +22,6 @@ #include #include @@ -893,7 +893,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/gtkutil.c xchat-wdk/src/ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/joind.c xchat-wdk/src/fe-gtk/joind.c --- xchat-wdk.orig/src/fe-gtk/joind.c 2006-12-26 04:56:55 +0000 -+++ xchat-wdk/src/fe-gtk/joind.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/fe-gtk/joind.c 2010-10-02 15:39:36 +0000 @@ -9,7 +9,6 @@ #include @@ -904,7 +904,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/joind.c xchat-wdk/src/fe diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/maingui.c xchat-wdk/src/fe-gtk/maingui.c --- xchat-wdk.orig/src/fe-gtk/maingui.c 2010-05-16 03:20:22 +0000 -+++ xchat-wdk/src/fe-gtk/maingui.c 2010-09-29 13:49:59 +0000 ++++ xchat-wdk/src/fe-gtk/maingui.c 2010-10-02 15:39:36 +0000 @@ -214,60 +214,10 @@ away_list = mg_attr_list_create (&colors[COL_AWAY], FALSE); } @@ -1046,7 +1046,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/maingui.c xchat-wdk/src/ } diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/menu.c xchat-wdk/src/fe-gtk/menu.c --- xchat-wdk.orig/src/fe-gtk/menu.c 2010-05-16 04:24:24 +0000 -+++ xchat-wdk/src/fe-gtk/menu.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/fe-gtk/menu.c 2010-10-02 15:39:36 +0000 @@ -20,7 +20,6 @@ #include #include @@ -1057,7 +1057,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/menu.c xchat-wdk/src/fe- #include diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/palette.c xchat-wdk/src/fe-gtk/palette.c --- xchat-wdk.orig/src/fe-gtk/palette.c 2010-05-16 03:20:22 +0000 -+++ xchat-wdk/src/fe-gtk/palette.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/fe-gtk/palette.c 2010-10-02 15:39:36 +0000 @@ -18,7 +18,6 @@ #include @@ -1068,7 +1068,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/palette.c xchat-wdk/src/ #include diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/plugin-tray.c xchat-wdk/src/fe-gtk/plugin-tray.c --- xchat-wdk.orig/src/fe-gtk/plugin-tray.c 2010-08-14 01:46:21 +0000 -+++ xchat-wdk/src/fe-gtk/plugin-tray.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/fe-gtk/plugin-tray.c 2010-10-02 15:39:36 +0000 @@ -1,8 +1,7 @@ /* Copyright (C) 2006-2007 Peter Zelezny. */ @@ -1195,7 +1195,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/plugin-tray.c xchat-wdk/ return 1; /* return 1 for success */ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/plugingui.c xchat-wdk/src/fe-gtk/plugingui.c --- xchat-wdk.orig/src/fe-gtk/plugingui.c 2010-05-16 03:20:22 +0000 -+++ xchat-wdk/src/fe-gtk/plugingui.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/fe-gtk/plugingui.c 2010-10-02 15:39:36 +0000 @@ -35,7 +35,7 @@ #include "../common/xchat.h" #define PLUGIN_C @@ -1207,7 +1207,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/plugingui.c xchat-wdk/sr #include "../common/outbound.h" diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/rawlog.c xchat-wdk/src/fe-gtk/rawlog.c --- xchat-wdk.orig/src/fe-gtk/rawlog.c 2010-05-16 03:20:22 +0000 -+++ xchat-wdk/src/fe-gtk/rawlog.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/fe-gtk/rawlog.c 2010-10-02 15:39:36 +0000 @@ -19,7 +19,6 @@ #include #include @@ -1218,7 +1218,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/rawlog.c xchat-wdk/src/f #include "fe-gtk.h" diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/search.c xchat-wdk/src/fe-gtk/search.c --- xchat-wdk.orig/src/fe-gtk/search.c 2010-05-16 03:20:22 +0000 -+++ xchat-wdk/src/fe-gtk/search.c 2010-09-28 14:39:52 +0000 ++++ xchat-wdk/src/fe-gtk/search.c 2010-10-02 15:39:36 +0000 @@ -153,7 +153,7 @@ _("_Find")); g_object_set_data (G_OBJECT (wid), "e", entry); @@ -1230,7 +1230,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/search.c xchat-wdk/src/f } diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/servlistgui.c xchat-wdk/src/fe-gtk/servlistgui.c --- xchat-wdk.orig/src/fe-gtk/servlistgui.c 2010-08-07 07:14:45 +0000 -+++ xchat-wdk/src/fe-gtk/servlistgui.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/fe-gtk/servlistgui.c 2010-10-02 15:39:36 +0000 @@ -1782,7 +1782,7 @@ gtk_container_add (GTK_CONTAINER (hbox), checkbutton_fav); g_signal_connect (G_OBJECT (checkbutton_fav), "toggled", @@ -1242,7 +1242,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/servlistgui.c xchat-wdk/ gtk_box_set_spacing (GTK_BOX (vbuttonbox2), 3); diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/setup.c xchat-wdk/src/fe-gtk/setup.c --- xchat-wdk.orig/src/fe-gtk/setup.c 2008-02-08 09:04:45 +0000 -+++ xchat-wdk/src/fe-gtk/setup.c 2010-09-29 15:31:45 +0000 ++++ xchat-wdk/src/fe-gtk/setup.c 2010-10-02 15:39:36 +0000 @@ -109,13 +109,13 @@ N_("Give each person on IRC a different color"),0,0}, {ST_TOGGLR, N_("Indent nick names"), P_OFFINTNL(indent_nicks), @@ -1296,7 +1296,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/setup.c xchat-wdk/src/fe diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/sexy-spell-entry.c xchat-wdk/src/fe-gtk/sexy-spell-entry.c --- xchat-wdk.orig/src/fe-gtk/sexy-spell-entry.c 2006-07-17 05:51:02 +0000 -+++ xchat-wdk/src/fe-gtk/sexy-spell-entry.c 2010-10-01 16:19:55 +0000 ++++ xchat-wdk/src/fe-gtk/sexy-spell-entry.c 2010-10-02 15:39:36 +0000 @@ -31,6 +31,20 @@ /*#include "gtkspell-iso-codes.h" #include "sexy-marshal.h"*/ @@ -1335,7 +1335,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/sexy-spell-entry.c xchat have_enchant = TRUE; diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/xtext.c xchat-wdk/src/fe-gtk/xtext.c --- xchat-wdk.orig/src/fe-gtk/xtext.c 2008-08-29 11:24:17 +0000 -+++ xchat-wdk/src/fe-gtk/xtext.c 2010-09-29 20:07:37 +0000 ++++ xchat-wdk/src/fe-gtk/xtext.c 2010-10-02 15:39:36 +0000 @@ -42,7 +42,6 @@ #include #include @@ -1355,7 +1355,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/xtext.c xchat-wdk/src/fe diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-text/fe-text.c xchat-wdk/src/fe-text/fe-text.c --- xchat-wdk.orig/src/fe-text/fe-text.c 2008-08-29 11:24:17 +0000 -+++ xchat-wdk/src/fe-text/fe-text.c 2010-09-28 14:38:39 +0000 ++++ xchat-wdk/src/fe-text/fe-text.c 2010-10-02 15:39:36 +0000 @@ -22,9 +22,13 @@ #ifdef HAVE_STRINGS_H #include