diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-11 20:54:07 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-11 20:54:07 +0000 |
commit | a6cf811b651ed2af2db887ceb457387c63a07e4b (patch) | |
tree | 4ff04d5140aaa1ccdbaf08569a8b76edba711fca /chat/gaim/patches | |
parent | 53b0818ea72f5c2b2438dd78ac04976c67631dc4 (diff) | |
download | pkgsrc-a6cf811b651ed2af2db887ceb457387c63a07e4b.tar.gz |
Update to 0.75, based on patch from Matthew Luckie (maintainer):
* New Yahoo! auth method
* Yahoo! file transfer (Tim Ringenbach)
* Yahoo! chat joining fixes (Tim Ringenbach)
* Persons can auto-expand when hovering your mouse over it
* Improved i18n support for MSN email notification (Felipe Contreras)
* Jabber SASL PLAIN support
* Improved Jabber MUC (Chat) support
* Fixed an MSN login bug some people likely experienced (Felipe Contreras)
* Touch-up various dialogs to follow the Gnome Human Interface
Guidelines more closely (Steven Garrity, Nathan Fredrickson, and
Ka-Hing Cheung)
* Works better with all-black gtk themes (Etan Reisner)
* Mozilla Firebird support (Chris (darth_sebulba04))
* Multiple translation updates
Diffstat (limited to 'chat/gaim/patches')
-rw-r--r-- | chat/gaim/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/gaim/patches/patch-aa b/chat/gaim/patches/patch-aa new file mode 100644 index 00000000000..bb00bd79433 --- /dev/null +++ b/chat/gaim/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.16 2004/01/11 20:54:08 jmmv Exp $ + +--- src/protocols/oscar/ft.c.orig 2004-01-05 02:34:04.000000000 +0100 ++++ src/protocols/oscar/ft.c +@@ -44,6 +44,7 @@ + #include <config.h> + #endif + ++#include <limits.h> + #include <aim.h> + + #ifndef _WIN32 |