comparison ChangeLog @ 5388:5d0df915ca09

[gaim-migrate @ 5764] This patch is Sofar's (Auke Kok) napster update warmenhovinated by me. So... the Napster PRPL works with Opennap servers now. Thanks Auke. There are a few places that still need a bit of work. Namely joining and parting chats. I don't have time to look at it right now, but search for XXX and // and you'll see the stuff that is relevant to it, if anyone wants to fix the memleak or two. For any potential Gaim hackers out there, a few notes: -Put all declarations at the top of a block--we're not all using C99 -Please don't use // comments, use /* */ (// is for C) -Try to use dynamic buffers rather than static buffers in most places. I think most of us Gaim people perfer dynamic rather than static. I wish oscar.c was this short. Or this clean. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 15 May 2003 21:43:42 +0000
parents 20519fff3455
children 9f4e2a0d3420
comparison
equal deleted inserted replaced
5387:1133ab0a26a2 5388:5d0df915ca09
8 debug levels and categories. 8 debug levels and categories.
9 * Support for adding chats to your buddy list. 9 * Support for adding chats to your buddy list.
10 * MSN protocol plugin was rewritten, has experimental buddy icon 10 * MSN protocol plugin was rewritten, has experimental buddy icon
11 support, and MSN Mobile support. 11 support, and MSN Mobile support.
12 * Thanks to all the various people who submitted translation updates. 12 * Thanks to all the various people who submitted translation updates.
13 * Speed enhancements (Thanks Ethan Blanton). 13 * Buddy list speed enhancements (Thanks Ethan Blanton).
14 * Napster protocol updates (Thanks Auke Kok).
14 15
15 version 0.62 (04/23/2003): 16 version 0.62 (04/23/2003):
16 * Keyboard shortcuts in the buddy list work again (Thanks Joe 17 * Keyboard shortcuts in the buddy list work again (Thanks Joe
17 Clarke). 18 Clarke).
18 * Support for Jabber XHTML messages 19 * Support for Jabber XHTML messages