Mercurial > pidgin
comparison plugins/ChangeLog.API @ 12867:cf3540702d21
[gaim-migrate @ 15218]
A patch from Ranma42 in SF Bug #1220557, with lots of changes by me.
This merges gaim_conv_chat_remove_users and gaim_conv_chat_remove_user.
As I did with gaim_conv_chat_add_user and gaim_conv_chat_add_users,
gaim_conv_chat_remove_user is just a simple wrapper. The conversation UI op
chat_remove_user has similarly been removed, in favor of UIs only having to
implement one function to remove users.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sat, 14 Jan 2006 00:06:24 +0000 |
| parents | e5f780a6137b |
| children | 4229503f1cd9 |
comparison
equal
deleted
inserted
replaced
| 12866:43d8af815a9d | 12867:cf3540702d21 |
|---|---|
| 48 * chat_add_users in GaimConversationUiOps, added flags, aliases, | 48 * chat_add_users in GaimConversationUiOps, added flags, aliases, |
| 49 and new_arrivals | 49 and new_arrivals |
| 50 * chat_rename_user in GaimConversationUiOps, added new_alias | 50 * chat_rename_user in GaimConversationUiOps, added new_alias |
| 51 * GaimConversation.log became GList * GaimConversation.logs, so that a | 51 * GaimConversation.log became GList * GaimConversation.logs, so that a |
| 52 conversation can have multiple logs at once | 52 conversation can have multiple logs at once |
| 53 * gaim_conv_chat_add_user, added extra_msgs list | 53 * gaim_conv_chat_add_user, added extra_msgs |
| 54 * gaim_notify_userinfo, removed primary and secondary parameters | 54 * gaim_notify_userinfo, removed primary and secondary parameters |
| 55 * GaimNotifyUiOps.notify_userinfo: removed title, primary, and | 55 * GaimNotifyUiOps.notify_userinfo: removed title, primary, and |
| 56 secondary parameters | 56 secondary parameters |
| 57 * Idle timers are now added and removed in gtkidle.c in response | 57 * Idle timers are now added and removed in gtkidle.c in response |
| 58 to the signed-on and signed-off signals | 58 to the signed-on and signed-off signals |
| 112 * create_prpl_icon to gaim_gtk_create_prpl_icon | 112 * create_prpl_icon to gaim_gtk_create_prpl_icon |
| 113 * Window flashing support in the core: gaim_conv_window_flash, and flash UI | 113 * Window flashing support in the core: gaim_conv_window_flash, and flash UI |
| 114 operation for conversations. Use signal "received-im-msg" or similar. | 114 operation for conversations. Use signal "received-im-msg" or similar. |
| 115 * All warning stuff from the core. | 115 * All warning stuff from the core. |
| 116 * gaim_gtkconv_get_dest_tab_at_xy(), instead use gaim_gtkconv_get_tab_at_xy() | 116 * gaim_gtkconv_get_dest_tab_at_xy(), instead use gaim_gtkconv_get_tab_at_xy() |
| 117 * chat_add_user from GaimConversationUiOps | 117 * chat_add_user from GaimConversationUiOps: only chat_add_users is used |
| 118 * chat_remove_user from GaimConversationUiOps: only chat_remove_users is used | |
| 118 * uc from the GaimBuddy struct | 119 * uc from the GaimBuddy struct |
| 119 * gaim_sound_get_handle() | 120 * gaim_sound_get_handle() |
| 120 * gaim_debug_vargs() | 121 * gaim_debug_vargs() |
| 121 * serv_add_buddy(); use gaim_account_add_buddy() instead | 122 * serv_add_buddy(); use gaim_account_add_buddy() instead |
| 122 * serv_add_buddies(); use gaim_account_add_buddies() instead | 123 * serv_add_buddies(); use gaim_account_add_buddies() instead |
