changelog
- Sun, 10 Sep 2006 15:49:50 +0000
- by Nathan Walp <nwalp@pidgin.im> [Sun, 10 Sep 2006 15:49:50 +0000] rev 14561
- [gaim-migrate @ 17218]
this should fix file xfer for some folks
- Sun, 10 Sep 2006 15:13:59 +0000
- by Daniel Atallah <datallah@pidgin.im> [Sun, 10 Sep 2006 15:13:59 +0000] rev 14560
- [gaim-migrate @ 17217]
Fix CID 273 (NULL deref)
- Sun, 10 Sep 2006 15:07:46 +0000
- by Daniel Atallah <datallah@pidgin.im> [Sun, 10 Sep 2006 15:07:46 +0000] rev 14559
- [gaim-migrate @ 17216]
Use fstat() on the opened fd instead of stat() on the file separately. Use static buffers in a few places to avoid unnecessary memory allocation and freeing.
- Sun, 10 Sep 2006 07:02:23 +0000
- by Richard Laager <rlaager@pidgin.im> [Sun, 10 Sep 2006 07:02:23 +0000] rev 14558
- [gaim-migrate @ 17215]
The changes I committed earlier, from a patch from wabz, resulted in notices in an AIM conversation that the buddy had changed the alias to (null). After looking at the code, I believe the old code was wrong, but maybe it's me that's wrong. In any case, I think this will clear things up.
- Sun, 10 Sep 2006 05:33:52 +0000
- by Etan Reisner <deryni@pidgin.im> [Sun, 10 Sep 2006 05:33:52 +0000] rev 14557
- [gaim-migrate @ 17214]
I'm pretty sure this is what was supposed to go here. KingAnt did you retype
all of this stuff by hand?
- Sun, 10 Sep 2006 02:09:45 +0000
- by Richard Nelson <wabz@pidgin.im> [Sun, 10 Sep 2006 02:09:45 +0000] rev 14556
- [gaim-migrate @ 17213]
Correction from wabz on his previous patch.
committer: Richard Laager <rlaager@pidgin.im>
- Sun, 10 Sep 2006 00:17:44 +0000
- by Sadrul Habib Chowdhury <sadrul@pidgin.im> [Sun, 10 Sep 2006 00:17:44 +0000] rev 14555
- [gaim-migrate @ 17212]
Update the statuslist with appropriate list of stauses in the buddylist
when global status is changed.
- Sat, 09 Sep 2006 21:58:04 +0000
- by Richard Laager <rlaager@pidgin.im> [Sat, 09 Sep 2006 21:58:04 +0000] rev 14554
- [gaim-migrate @ 17211]
group_search.c: In function 'qq_process_group_cmd_search_group':
group_search.c:114: warning: 'i' is used uninitialized in this function
- Sat, 09 Sep 2006 21:32:47 +0000
- by Jérôme Poulin <ticpu@users.sourceforge.net> [Sat, 09 Sep 2006 21:32:47 +0000] rev 14553
- [gaim-migrate @ 17210]
SF Patch #1554418 from TiCPU
Adds gaim_buddy_get_server_alias().
committer: Richard Laager <rlaager@pidgin.im>
- Sat, 09 Sep 2006 21:32:30 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Sat, 09 Sep 2006 21:32:30 +0000] rev 14552
- [gaim-migrate @ 17209]
More changes to help make dist work again. Let's see here
* Alphabetize some stuff in gtk/Makefile.am
* Include gntwm.h in the tar.gz
* Include gntplugin.h in the tar.gz (instead of gntplugin.c (typo))
* libgaim/connection.c and libgaim/upnp.c shouldn't include gaim.h
gaim.h should only be used by stuff outside of libgaim
* Include gaim.h in the tar.gz (not sure if we want to keep it this
way, I'll send an email to gaim-devel in a little bit)