summaryrefslogtreecommitdiff
path: root/ChangeLog.API
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2023-03-20 21:14:42 -0500
committerGary Kramlich <grim@reaperworld.com>2023-03-20 21:14:42 -0500
commita965b83ba6a3a490e54ba69e9f6bf96c80d776e0 (patch)
treec77460468e21a93b2813c0f9c9acb573c557dcc0 /ChangeLog.API
parent40001171184e77f257647df9916235249f4073f6 (diff)
downloadpidgin-a965b83ba6a3a490e54ba69e9f6bf96c80d776e0.tar.gz
Remove all of the current Mood API
The functionality of the mood api is being moved into PurplePresence via the soon to be added Emoji and Message properties. As such we have no need for the existing API which is why we are removing all of it. Testing Done: Ran `ninja pidgin-pot all tests` successfully and verified there were no new warnings. Reviewed at https://reviews.imfreedom.org/r/2366/
Diffstat (limited to 'ChangeLog.API')
-rw-r--r--ChangeLog.API1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.API b/ChangeLog.API
index 90eca159be..91ba9191b9 100644
--- a/ChangeLog.API
+++ b/ChangeLog.API
@@ -569,6 +569,7 @@ version 3.0.0 (??/??/????):
purple_mime_part_get_length, purple_mime_part_set_data, and
purple_mime_decode_field. Use the GMime library, instead.
* purple_mkstemp
+ * PurpleMood and all related APIs.
* purple_network_convert_idn_to_ascii. Use g_hostname_to_ascii,
instead.
* purple_network_get_all_local_system_ips. Use libnice instead.