r16750 - in /packages/unstable/xchat-gnome/debian/patches: 50_fix_color_codes.patch 50_fix_file_set_signal_connect.patch 50_from_svn_fix_italian_translation.patch 50_serverlist_update.patch

diegoe-guest at users.alioth.debian.org diegoe-guest at users.alioth.debian.org
Wed Aug 13 10:14:09 UTC 2008


Author: diegoe-guest
Date: Wed Aug 13 10:14:09 2008
New Revision: 16750

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16750
Log:
Forgot to svn add the new patches in the last commit. Shame on me.
Here they are.

Added:
    packages/unstable/xchat-gnome/debian/patches/50_fix_color_codes.patch
    packages/unstable/xchat-gnome/debian/patches/50_fix_file_set_signal_connect.patch
    packages/unstable/xchat-gnome/debian/patches/50_from_svn_fix_italian_translation.patch
    packages/unstable/xchat-gnome/debian/patches/50_serverlist_update.patch

Added: packages/unstable/xchat-gnome/debian/patches/50_fix_color_codes.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/patches/50_fix_color_codes.patch?rev=16750&op=file
==============================================================================
--- packages/unstable/xchat-gnome/debian/patches/50_fix_color_codes.patch (added)
+++ packages/unstable/xchat-gnome/debian/patches/50_fix_color_codes.patch Wed Aug 13 10:14:09 2008
@@ -1,0 +1,15 @@
+Add ^C instead of %C for irc color codes (LP: #155543).
+Thanks Aaron Haviland <orion at parsed.net> for the patch
+
+diff -Nur -x '*.orig' -x '*~' xchat-gnome-0.18/src/fe-gnome/text-entry.c xchat-gnome-0.18.new/src/fe-gnome/text-entry.c
+--- a/src/fe-gnome/text-entry.c	2007-03-31 13:12:54.000000000 +0200
++++ b/src/fe-gnome/text-entry.c	2008-03-06 20:41:53.570655389 +0100
+@@ -626,7 +626,7 @@
+ color_code_activate (GtkMenuItem *item, gpointer data)
+ {
+ 	int color = GPOINTER_TO_INT (data);
+-	char *code = g_strdup_printf ("%%C%d", color);
++	char *code = g_strdup_printf ("\003%d", color);
+ 	int position = gtk_editable_get_position (GTK_EDITABLE (gui.text_entry));
+ 	gtk_editable_insert_text (GTK_EDITABLE (gui.text_entry), code, strlen (code), &position);
+ 	gtk_editable_set_position (GTK_EDITABLE (gui.text_entry), position + strlen (code));

Added: packages/unstable/xchat-gnome/debian/patches/50_fix_file_set_signal_connect.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/patches/50_fix_file_set_signal_connect.patch?rev=16750&op=file
==============================================================================
--- packages/unstable/xchat-gnome/debian/patches/50_fix_file_set_signal_connect.patch (added)
+++ packages/unstable/xchat-gnome/debian/patches/50_fix_file_set_signal_connect.patch Wed Aug 13 10:14:09 2008
@@ -1,0 +1,17 @@
+Fixes the preferences dialog connecting on the wrong signal and hence eating 
+all the cpu and memory.
+GNOME #518633; closes: #476762.
+
+diff --git a/src/fe-gnome/preferences-page-effects.c b/src/fe-gnome/preferences-page-effects.c
+index e2ce32c..d50414d 100644
+--- a/src/fe-gnome/preferences-page-effects.c
++++ b/src/fe-gnome/preferences-page-effects.c
+@@ -186,7 +186,7 @@ preferences_page_effects_new (gpointer prefs_dialog, GladeXML *xml)
+ 	g_signal_connect (G_OBJECT (page->background_none),         "toggled",           G_CALLBACK (type_changed),         page);
+ 	g_signal_connect (G_OBJECT (page->background_image),        "toggled",           G_CALLBACK (type_changed),         page);
+ 	g_signal_connect (G_OBJECT (page->background_transparent),  "toggled",           G_CALLBACK (type_changed),         page);
+-	g_signal_connect (G_OBJECT (page->background_image_file),   "selection-changed", G_CALLBACK (image_changed),        page);
++	g_signal_connect (G_OBJECT (page->background_image_file),   "file-set",          G_CALLBACK (image_changed),        page);
+ 	g_signal_connect (G_OBJECT (page->background_transparency), "value-changed",     G_CALLBACK (transparency_changed), page);
+ 
+ 	page->nh[0] = gconf_client_notify_add (p->gconf, "/apps/xchat/main_window/background_type",         (GConfClientNotifyFunc) gconf_type_changed,         page, NULL, NULL);

Added: packages/unstable/xchat-gnome/debian/patches/50_from_svn_fix_italian_translation.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/patches/50_from_svn_fix_italian_translation.patch?rev=16750&op=file
==============================================================================
--- packages/unstable/xchat-gnome/debian/patches/50_from_svn_fix_italian_translation.patch (added)
+++ packages/unstable/xchat-gnome/debian/patches/50_from_svn_fix_italian_translation.patch Wed Aug 13 10:14:09 2008
@@ -1,0 +1,23 @@
+Fix a malformed string in the Italian translation, this was causing a crash. 
+GNOME #487503; closes: #456171. 
+
+--- a/po/it.po	(revisione 2588)
++++ b/po/it.po	(copia locale)
+@@ -12,7 +12,7 @@
+ "Project-Id-Version: xchat-gnome\n"
+ "Report-Msgid-Bugs-To: \n"
+ "POT-Creation-Date: 2007-05-16 00:00+0200\n"
+-"PO-Revision-Date: 2007-04-29 10:36+0200\n"
++"PO-Revision-Date: 2007-10-29 18:42+0100\n"
+ "Last-Translator: Milo Casagrande <milo_casagrande at yahoo.it>\n"
+ "Language-Team: Italian <tp at lists.linux.it>\n"
+ "MIME-Version: 1.0\n"
+@@ -2233,7 +2233,7 @@
+ 
+ #: ../src/common/textevents.h:273
+ msgid "-%C10-%C11-%O$tNotify list is empty."
+-msgstr "-%C10-%C11-%O$L'elenco di notifica è vuoto."
++msgstr "-%C10-%C11-%O$tL'elenco di notifica è vuoto."
+ 
+ #: ../src/common/textevents.h:276
+ msgid "%C24,18 %B  Notify List                           "

Added: packages/unstable/xchat-gnome/debian/patches/50_serverlist_update.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/patches/50_serverlist_update.patch?rev=16750&op=file
==============================================================================
--- packages/unstable/xchat-gnome/debian/patches/50_serverlist_update.patch (added)
+++ packages/unstable/xchat-gnome/debian/patches/50_serverlist_update.patch Wed Aug 13 10:14:09 2008
@@ -1,0 +1,34 @@
+Modify default port for irc.freenode.com to 8001 to prevent dcc exploit.
+Fix Oz.net servers list wrongly referring to OzNet (LP: #146434).
+
+diff -Nur xchat-gnome-0.18/src/common/servlist.c xchat-gnome-0.18.new/src/common/servlist.c
+--- a/src/common/servlist.c	2007-06-13 02:03:18.000000000 +0200
++++ b/src/common/servlist.c	2008-02-14 13:00:03.000000000 +0100
+@@ -207,7 +207,7 @@
+ 	{0,			"irc.vendetta.com"},
+ 
+ 	{"FreeNode",	0},
+-	{0,				"irc.freenode.net"},
++	{0,				"irc.freenode.net/8001"},
+ 
+ /*	{"Freeworld",	0},
+ 	{0,			"kabel.freeworld.nu"},
+@@ -337,8 +337,15 @@
+ 	{"OtherNet",	0},
+ 	{0,			"irc.othernet.org"},
+ 
+-	{"OzNet",	0},
+-	{0,			"irc.oz.org"},
++	{"Oz.org",	0},
++ 	{0,			"irc.oz.org"},
++	{0,			"germany.oz.org"},
++	{0,			"sandiego.oz.org"},
++	{0,			"us.oz.org"},
++	{0,			"au.oz.org"},
++	{0,			"rockhampton.oz.org"},
++	{0,			"wollongong.oz.org"},
++	{0,			"waix.oz.org"},	
+ 
+ 	{"PTlink",	0},
+ 	{0,			"irc.PTlink.net"},
+




More information about the pkg-gnome-commits mailing list