summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2019-11-22 00:14:11 -0500
committerElliott Sales de Andrade <qulogic@pidgin.im>2019-11-22 00:14:11 -0500
commit93b67bbfda6bf8b1c5337b4ea27c74f2fb6777d6 (patch)
tree715431e388ba3d41bf624a0303d31652e269baac
parent232d9f3d896790657d692c972e6b4fc7ad0c06f2 (diff)
downloadpidgin-93b67bbfda6bf8b1c5337b4ea27c74f2fb6777d6.tar.gz
Add Since tags for 2.12.0.
-rw-r--r--ChangeLog.API23
-rw-r--r--libpurple/conversation.h1
2 files changed, 9 insertions, 15 deletions
diff --git a/ChangeLog.API b/ChangeLog.API
index f2ee344fa8..4429682b4f 100644
--- a/ChangeLog.API
+++ b/ChangeLog.API
@@ -342,10 +342,13 @@ version 3.0.0 (??/??/????):
* purple_buddy_icons_find_custom_icon
* purple_buddy_icons_set_custom_icon
* purple_build_dir. Use g_mkdir_with_parents instead
- * purple_certificate_check_signature_chain_with_failing. Use
- purple_certificate_check_signature_chain, instead
- * purple_certificate_display_x509. Use purple_request_certificate,
- instead
+ * PurpleCertificateScheme
+ * PURPLE_CERTIFICATE_SCHEME_HAS_FUNC
+ * purple_certificate_check_signature_chain
+ * purple_certificate_check_signature_chain_with_failing
+ * purple_certificate_compare_pubkeys
+ * purple_certificate_display_x509
+ * purple_certificate_get_fingerprint_sha256
* Purple Cipher API (PurpleCipherContext and friends).
Use GLib's GHmac or GChecksum instead.
* purple_connection_error_reason
@@ -433,6 +436,7 @@ version 3.0.0 (??/??/????):
* PurplePluginProtocolInfo
* purple_proxy_connect_socks5
* purple_quotedp_decode. See the GMime library if needed.
+ * purple_request_certificate
* purple_request_field_list_add
* purple_srv_cancel
* purple_srv_resolve_account
@@ -586,17 +590,6 @@ version 3.0.0 (??/??/????):
* _GntTreeColumnFlag
* _GntWidgetFlags
-version 2.12.0:
- libpurple:
- Added:
- * PURPLE_MESSAGE_REMOTE_SEND in PurpleMessageFlags, to specify
- messages like _SEND that were sent from another location.
- * purple_certificate_get_fingerprint_sha256
- * purple_certificate_compare_pubkeys
- * PurpleCertificateScheme.get_fingerprint_sha256
- * PurpleCertificateScheme.compare_pubkeys
- * PURPLE_CERTIFICATE_SCHEME_HAS_FUNC
-
version 2.11.0:
libpurple:
Added:
diff --git a/libpurple/conversation.h b/libpurple/conversation.h
index 9c60b540ff..b3791eed36 100644
--- a/libpurple/conversation.h
+++ b/libpurple/conversation.h
@@ -127,6 +127,7 @@ typedef enum
* @PURPLE_MESSAGE_INVISIBLE: Message should not be displayed
* @PURPLE_MESSAGE_REMOTE_SEND: Message sent from another location,
* not an echo of a local one
+ * Since: 2.12.0
*
* Flags applicable to a message. Most will have send, recv or system.
*/