diff plugins/ChangeLog.API @ 12849:c0fbdea8828b

[gaim-migrate @ 15199] SF Patch #1230429 from Jean-Yves Lefort "Block instant messages in core if a prpl does not support privacy." I modified this to use the gaim_privacy_check() Sadrul added a while back. I also cleaned up the loose end, rather than leaving a function that always returned TRUE. Finally, I added the same check to the chat invite handler. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 12 Jan 2006 06:44:23 +0000
parents cb36bc2db7c5
children 49b2347863b2
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Thu Jan 12 06:12:03 2006 +0000
+++ b/plugins/ChangeLog.API	Thu Jan 12 06:44:23 2006 +0000
@@ -136,6 +136,8 @@
 	* GaimConversationUiOps.updated: use the conversation-updated signal
 	* GAIM_SUBTYPE_CONV_WINDOW: windows are now only represented in the UI,
 	  so GAIM_TYPE_BOXED is used for the signal types
+	* gaim_gtk_privacy_is_showable(): We do fallback privacy in the core
+	  now, so this would always be TRUE now.
 
 	Added:
 	* gaim_prefs_disconnect_by_handle()