Mercurial > pidgin.yaz
changeset 1192:a97e334ecfa2
[gaim-migrate @ 1202]
Da numba one stunna!
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Mon, 04 Dec 2000 06:22:48 +0000 |
parents | 4fd0d35826fe |
children | fc40fec4ae54 |
files | NEWS configure.in plugins/icq/queue.c |
diffstat | 3 files changed, 16 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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
--- 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; }