Mercurial > pidgin
comparison plugins/ChangeLog.API @ 11643:eb14bbcf7249
[gaim-migrate @ 13920]
sf patch #1293063, from John Bailey
Move and rename some functions from server.c to the account API.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 12 Oct 2005 02:47:31 +0000 |
| parents | 8d0ac3c37831 |
| children | 04e0189bb519 |
comparison
equal
deleted
inserted
replaced
| 11642:58bc500cf226 | 11643:eb14bbcf7249 |
|---|---|
| 102 * Changed: gaim_notify_userinfo, removed primary and secondary args | 102 * Changed: gaim_notify_userinfo, removed primary and secondary args |
| 103 * Changed: GaimNotifyUiOps::notify_userinfo, removed title, primary, | 103 * Changed: GaimNotifyUiOps::notify_userinfo, removed title, primary, |
| 104 and secondary args | 104 and secondary args |
| 105 * Removed: uc from the GaimBuddy struct | 105 * Removed: uc from the GaimBuddy struct |
| 106 * Removed: gaim_sound_get_handle() | 106 * Removed: gaim_sound_get_handle() |
| 107 * Removed: gaim_debug_vargs() | |
| 108 * Added: gaim_account_add_buddy() | |
| 109 * Added: gaim_account_add_buddies() | |
| 110 * Added: gaim_account_remove_buddy() | |
| 111 * Added: gaim_account_remove_buddies() | |
| 112 * Added: gaim_account_change_password() | |
| 113 * Removed: serv_add_buddy(); use gaim_account_add_buddy() instead | |
| 114 * Removed: serv_add_buddies(); use gaim_account_add_buddies() instead | |
| 115 * Removed: serv_remove_buddy(); use gaim_account_remove_buddy() instead | |
| 116 * Removed: serv_remove_buddies(); use gaim_account_remove_buddies() | |
| 117 instead | |
| 118 * Removed: serv_change_passwd(); use gaim_account_change_password() | |
| 119 instead | |
| 107 | 120 |
| 108 Signals: | 121 Signals: |
| 109 * Changed: "received-im-msg" and "received-chat-msg" to match, both | 122 * Changed: "received-im-msg" and "received-chat-msg" to match, both |
| 110 now pass a conversation pointer and flags | 123 now pass a conversation pointer and flags |
| 111 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both | 124 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both |
| 127 and emit before the conv. window swap happens. This prevents | 140 and emit before the conv. window swap happens. This prevents |
| 128 the old conv window from being freed before the signal emits. | 141 the old conv window from being freed before the signal emits. |
| 129 * Added: "buddy-added" and "buddy-removed", which are self-explanatory | 142 * Added: "buddy-added" and "buddy-removed", which are self-explanatory |
| 130 * Added: "blist-node-aliased", an alias was set for a buddy, chat or | 143 * Added: "blist-node-aliased", an alias was set for a buddy, chat or |
| 131 contact. See the Doxygen documentation for the details. | 144 contact. See the Doxygen documentation for the details. |
| 132 * Removed: gaim_debug_vargs() | |
| 133 | 145 |
| 134 version 1.0.0 (09/17/2004): | 146 version 1.0.0 (09/17/2004): |
| 135 * Added: get_chat_name to the GaimPluginProtocolInfo struct | 147 * Added: get_chat_name to the GaimPluginProtocolInfo struct |
| 136 * Changed: gaim_blist_update_buddy_presence(), presence changed to | 148 * Changed: gaim_blist_update_buddy_presence(), presence changed to |
| 137 type gboolean | 149 type gboolean |
