Mercurial > pidgin.yaz
changeset 31922:6c9ff026927f
Credit for kawaii.neto's patch. Refs #12599.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sat, 16 Apr 2011 19:37:52 +0000 |
parents | 0e7c5fe661e5 |
children | 29f4dbdb1d0f |
files | ChangeLog ChangeLog.API |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Apr 16 19:27:08 2011 +0000 +++ b/ChangeLog Sat Apr 16 19:37:52 2011 +0000 @@ -13,6 +13,8 @@ on the fly. (Jakub Adam) (half of #13535) * Don't cancel an ongoing call when rejecting the addition of a stream to the existing call. (Jakub Adam) (#13537) + * Pidgin plugins can now override tab completion and detect clicks on + usernames in the chat userlist. (kawaii.neto) (#12599) libpurple: * media: Allow obtaining active local and remote candidates. (Jakub
--- a/ChangeLog.API Sat Apr 16 19:27:08 2011 +0000 +++ b/ChangeLog.API Sat Apr 16 19:37:52 2011 +0000 @@ -19,6 +19,7 @@ * Added PurpleSrvTxtQueryUiOps which allow UIs to specify their own mechanisms to resolve SRV and/or TXT queries. It works similar to PurpleDnsQueryUiOps + * purple_marshal_BOOLEAN__POINTER_BOOLEAN (kawaii.neto) (#12599) Deprecated: * purple_account_add_buddy @@ -29,6 +30,8 @@ Pidgin: Added: * pidgin_make_scrollable (Gabriel Schulhof) (#10599) + * chat-nick-clicked signal (kawaii.neto) (#12599) + * chat-nick-autocomplete signal (kawaii.neto) (#12599) version 2.7.11 (03/10/2011): * libpurple: