Sat, 16 Apr 2011 19:37:52 +0000
Credit for kawaii.neto's patch. Refs #12599.
| ChangeLog | file | annotate | diff | comparison | revisions | |
| ChangeLog.API | file | annotate | diff | comparison | revisions |
--- 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: