summaryrefslogtreecommitdiff
path: root/chat/gaim/patches
diff options
context:
space:
mode:
authoradam <adam>2005-01-21 13:26:42 +0000
committeradam <adam>2005-01-21 13:26:42 +0000
commit1ae4d3cd32d418bb791d730d997b312def0c7826 (patch)
tree5af590f059b00165bb20e22e1a6e0bd5edf3dfd3 /chat/gaim/patches
parent8829f3e644f83b31eaca51b134c1054815b3bba1 (diff)
downloadpkgsrc-1ae4d3cd32d418bb791d730d997b312def0c7826.tar.gz
Changes 1.1.2:
Luke: Another Bug fix release. This one featuring a fix to the HTTP Method for MSN users and other MSN fixes. A big thanks to Stu and Felipe Contreras for those. Stu also spent a long time in valgrind and so this brings you a Gaim release with fewer memory leaks. This release is on time primarily because I want to see the MSN fixes make it into Debian and Fedora before freezes. Expect further bug fix only releases to come at longer intervals, at Mark's request. Daniel: This is my first NEWS! (YaY) I didn't really do too much for this release. There are a few bugfixes, mostly wingaim stuff. Oh, and I like the new XP System Tray icons. Sean: I'm down here today. I haven't really been paying too much attention to these boring bugfix releases, but I'd like to thank David and welcome him to the team. I'd also like to thank Steven and Nathan from Silverorange who redid the webpage. Tim: Another bug fix release. I didn't really fix any bugs, so I didn't exactly do much for this one. The autopackage will now work with mozilla-nss, if anyone has that, and not gnutls11. (It works with either gnutls11 or mozilla-nss, but not gnutls10) I started working on Gaim-vv again though, and I merged someone's custom msn smiley patch into the 2.0.0 tree, so expect good things whenever that's released (no, don't try it now, you won't like it). Oh and welcome to the team Daniel. Of course, he was already on my Gaim-vv team. Stu: Welcome Daniel! you've done some good stuff already. Felipe did some good work on MSN yet again, so you can all use the HTTP method now. I didn't do all that much, other than let valgrind tell me what to fix, and a couple of easy bug fixes from the bug tracker. Hopefully Ethan will get well soon, so he can get back to merging patches and fixing things. Nathan: I think I made some Jabber fixes, at least one of which is ChangeLog'd. I will continue to make empty promises about new features, especially for 2.0.0. Until then, welcome Daniel!
Diffstat (limited to 'chat/gaim/patches')
-rw-r--r--chat/gaim/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/gaim/patches/patch-aa b/chat/gaim/patches/patch-aa
index 7e305b935a2..ec646570360 100644
--- a/chat/gaim/patches/patch-aa
+++ b/chat/gaim/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.23 2004/12/03 12:43:24 adam Exp $
+$NetBSD: patch-aa,v 1.24 2005/01/21 13:26:42 adam Exp $
---- src/gtkconv.c.orig 2004-11-27 19:25:41.000000000 +0000
+--- src/gtkconv.c.orig 2005-01-11 17:27:23.000000000 +0000
+++ src/gtkconv.c
-@@ -1804,6 +1804,11 @@ entry_key_press_cb(GtkWidget *entry, Gdk
+@@ -1808,6 +1808,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"))
{