comparison plugins/ChangeLog.API @ 9620:c001be3c330e

[gaim-migrate @ 10464] Changes to those get_alias functions in blist.c from Christopher (siege) O'Brien: Renames gaim_get_buddy_alias to gaim_buddy_get_alias Renames gaim_get_buddy_alias_only to _gaim_buddy_get_alias_only Adds function gaim_buddy_get_contact_alias, which looks up a buddy's appropriate display name by order of: buddy alias; contact alias; server alias; buddy name. Note that the buddy alias is still the top-priority. Changed conversation.c to use _get_contact_alias rather than _get_alias The end result of this is that aliasing the contact will result in conversations with any of that contact's buddies using the contact alias. This allows people like myself to no longer have to alias each buddy to the same alias in order to achieve the same effect. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 31 Jul 2004 21:29:40 +0000
parents 93211b7538d6
children af6bf08d1e67
comparison
equal deleted inserted replaced
9619:da88e2cd5c53 9620:c001be3c330e
1 Gaim: The Pimpin' Penguin IM Client that's good for the soul! 1 Gaim: The Pimpin' Penguin IM Client that's good for the soul!
2 2
3 version 0.81cvs 3 version 0.81cvs
4 Commands API: 4 Commands API:
5 * Most functions now have a void *data argument. 5 * Most functions now have a void *data argument.
6
7 Blist API:
8 * Added gaim_buddy_get_contact_alias
9 * Renamed gaim_get_buddy_alias to gaim_buddy_get_alias
10 * Renamed gaim_get_buddy_alias_only to gaim_buddy_get_alias_only
6 11
7 Conversation API: 12 Conversation API:
8 * Changed: gaim_conv_chat_add_user() (added flags parameter) 13 * Changed: gaim_conv_chat_add_user() (added flags parameter)
9 gaim_conv_chat_add_users() now (added GList of flags parameter) 14 gaim_conv_chat_add_users() now (added GList of flags parameter)
10 gaim_conv_chat_get_users() now returns a GList of GaimChatBuddy's 15 gaim_conv_chat_get_users() now returns a GList of GaimChatBuddy's