summaryrefslogtreecommitdiff
path: root/chat/gaim/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-12-03 12:43:24 +0000
committeradam <adam@pkgsrc.org>2004-12-03 12:43:24 +0000
commitdd810df10d4fef1ccb51edcd565013a8a4350f9b (patch)
tree8de9e06f382cd10ee5aa3b7acd359f98c354cc04 /chat/gaim/patches
parent634e9b31dec689fe2211ff19462d346b88dbc697 (diff)
downloadpkgsrc-dd810df10d4fef1ccb51edcd565013a8a4350f9b.tar.gz
Changes 1.1.0:
New Features: * Binary relocable. Gaim will find its files even if it's installed in a location other than the --prefix it was ./configured with. Pass --disable-binreloc to ./configure to disable. * IRC now has fallback encodings, and tries harder to display something useful during an encoding error. * New MSN protocol icon (Felipe Contreras) Bug Fixes: * Fix some leaks (Miah Gregory, Felipe Contreras) * Fix crashes when removing buddies in certain situations (Andrew Hart) * Eliminate MSN switchboard errors (Felipe Contreras) * Fix MSN buddy icon syncronization (Felipe Contreras) * Correctly display file transfer dialogs for filenames containing &, < or > * Correctly display MSN authorization dialogs for friendly names containing &, < or > * Properly align the right-click docklet menu with the docklet icon in *nix. * Fix a crash if the MSN buddy list is not available * Fix a bug in the request api (Gary Kramlich)
Diffstat (limited to 'chat/gaim/patches')
-rw-r--r--chat/gaim/patches/patch-aa8
-rw-r--r--chat/gaim/patches/patch-ab18
-rw-r--r--chat/gaim/patches/patch-ad6
3 files changed, 6 insertions, 26 deletions
diff --git a/chat/gaim/patches/patch-aa b/chat/gaim/patches/patch-aa
index 53b23f7afab..7e305b935a2 100644
--- a/chat/gaim/patches/patch-aa
+++ b/chat/gaim/patches/patch-aa
@@ -1,10 +1,8 @@
-$NetBSD: patch-aa,v 1.22 2004/06/03 19:13:02 minskim Exp $
+$NetBSD: patch-aa,v 1.23 2004/12/03 12:43:24 adam Exp $
-Workaround for http://bugzilla.gnome.org/show_bug.cgi?id=62948
-
---- src/gtkconv.c.orig 2004-05-30 11:44:45.000000000 -0500
+--- src/gtkconv.c.orig 2004-11-27 19:25:41.000000000 +0000
+++ src/gtkconv.c
-@@ -1478,6 +1478,11 @@ entry_key_press_cb(GtkWidget *entry, Gdk
+@@ -1804,6 +1804,11 @@ entry_key_press_cb(GtkWidget *entry, Gdk
if (!(event->state & (GDK_SHIFT_MASK | GDK_CONTROL_MASK)) &&
gaim_prefs_get_bool("/gaim/gtk/conversations/enter_sends"))
{
diff --git a/chat/gaim/patches/patch-ab b/chat/gaim/patches/patch-ab
deleted file mode 100644
index be0f8084457..00000000000
--- a/chat/gaim/patches/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ab,v 1.12 2004/11/12 22:58:25 jmmv Exp $
-
---- src/log.c.orig 2004-11-11 20:11:43.000000000 +0100
-+++ src/log.c
-@@ -74,11 +74,12 @@ void gaim_log_free(GaimLog *log)
- void gaim_log_write(GaimLog *log, GaimMessageFlags type,
- const char *from, time_t time, const char *message)
- {
-+ struct _gaim_logsize_user *lu;
-+
- g_return_if_fail(log);
- g_return_if_fail(log->logger);
- g_return_if_fail(log->logger->write);
-
-- struct _gaim_logsize_user *lu;
- (log->logger->write)(log, type, from, time, message);
-
- lu = g_new(struct _gaim_logsize_user, 1);
diff --git a/chat/gaim/patches/patch-ad b/chat/gaim/patches/patch-ad
index 9791186e498..e7579e21127 100644
--- a/chat/gaim/patches/patch-ad
+++ b/chat/gaim/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.5 2004/11/16 19:49:42 ben Exp $
+$NetBSD: patch-ad,v 1.6 2004/12/03 12:43:24 adam Exp $
---- configure.orig Thu Nov 11 20:54:53 2004
+--- configure.orig 2004-12-03 04:24:48.000000000 +0000
+++ configure
-@@ -27815,7 +27815,7 @@ fi
+@@ -27839,7 +27839,7 @@ fi
if test "$ac_silc_libs" != "no"; then
SILC_LIBS="-L$ac_silc_libs"
fi