diff 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
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Sat Jul 31 20:48:03 2004 +0000
+++ b/plugins/ChangeLog.API	Sat Jul 31 21:29:40 2004 +0000
@@ -3,6 +3,11 @@
 version 0.81cvs
 	Commands API:
 	* Most functions now have a void *data argument.
+
+	Blist API:
+	* Added gaim_buddy_get_contact_alias
+	* Renamed gaim_get_buddy_alias to gaim_buddy_get_alias
+	* Renamed gaim_get_buddy_alias_only to gaim_buddy_get_alias_only
 	
 	Conversation API:
 	* Changed: gaim_conv_chat_add_user() (added flags parameter)