# HG changeset patch # User Rob Flynn # Date 975910968 0 # Node ID a97e334ecfa23ad7b708a7b8c88a0991fcd93822 # Parent 4fd0d35826fefb211f8a00b4afbc029c3194557b [gaim-migrate @ 1202] Da numba one stunna! committer: Tailor Script diff -r 4fd0d35826fe -r a97e334ecfa2 NEWS --- a/NEWS Sun Dec 03 09:50:39 2000 +0000 +++ b/NEWS Mon Dec 04 06:22:48 2000 +0000 @@ -1,6 +1,15 @@ -=[ GAIM ]=- The Pimpin' Penguin AIM Clone That's Good For The Soul! -0.11.0: +0.11.0-pre1 (12/03/2000): + Rob: Hey guys! Guess what!? Yup, you're correct! It's the pre1 release of 0.11.0. + We have all sorts of goodies in this release! Check out the ChangeLog file. As always + if you find any bugs, please report them on www.sourceforge.net/projects/gaim/ + You may find several as this is still a prerelease. + + You may want to note that my IRC plugin does not have full functionality as of yet. All + of the important / commands will be added before the final release. Also, if someone could + send me some good buddylist pixmaps for the irc plugin then I'd much appreciate it. + 0.10.3 (10/09/2000): Rob: I am dumb. diff -r 4fd0d35826fe -r a97e334ecfa2 configure.in --- a/configure.in Sun Dec 03 09:50:39 2000 +0000 +++ b/configure.in Mon Dec 04 06:22:48 2000 +0000 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/aim.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([gaim], [0.11.0]) +AM_INIT_AUTOMAKE([gaim], [0.11.0-pre1]) dnl Checks for programs. AM_PROG_LIBTOOL diff -r 4fd0d35826fe -r a97e334ecfa2 plugins/icq/queue.c --- a/plugins/icq/queue.c Sun Dec 03 09:50:39 2000 +0000 +++ b/plugins/icq/queue.c Mon Dec 04 06:22:48 2000 +0000 @@ -1,7 +1,10 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* -$Id: queue.c 1162 2000-11-28 02:22:42Z warmenhoven $ +$Id: queue.c 1202 2000-12-04 06:22:48Z robflynn $ $Log$ +Revision 1.2 2000/12/04 06:22:48 robflynn +Da numba one stunna! + Revision 1.1 2000/11/28 02:22:42 warmenhoven icq. whoop de doo @@ -130,7 +133,7 @@ int icq_UDPQueueFindSeq(void *p, va_list data) { - WORD seq=va_arg(data, WORD); + WORD seq=va_arg(data, int); return icq_PacketReadUDPOutSeq1(((icq_UDPQueueItem *)p)->pack) == seq; }