diff plugins/ChangeLog.API @ 13476:465c368366f8

[gaim-migrate @ 15852] Add GAIM_MESSAGE_ACTIVE_ONLY: This allows core plugins to hint to the UI that it should not show a message if a conversation is "inactive". For the GTK+ UI, this means conversations that aren't the active conversation in a contact-aware conversation. With the GTK+ UI, to avoid having such a message logged, you need to either call gaim_conv_im_write() (which will drop the message before logging, or allow it through for both logging and displaying) or set the GAIM_MESSAGE_NO_LOG flag (which obviously suppresses all logging). Look at the Buddy State Notification and Psychic plugins for the examples of each of these techniques, respectively. This fixes a ShowStopperBug. Also, rearrange some stuff in gtkconv.c to make things more clear and remove unused code. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 09 Mar 2006 04:02:09 +0000
parents ffd724befbf8
children 702107dd58f1
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Thu Mar 09 03:11:50 2006 +0000
+++ b/plugins/ChangeLog.API	Thu Mar 09 04:02:09 2006 +0000
@@ -169,6 +169,7 @@
 	* gaim_date()
 	* gaim_date_full(): See gaim_date_format_full()
 	* gaim_strftime(): See gaim_utf8_strftime()
+	* GAIM_MESSAGE_COLORIZE
 
 	Added:
 	* gaim_prefs_disconnect_by_handle()
@@ -279,6 +280,7 @@
 	* gaim_gtk_setup_screenname_autocomplete()
 	* gaim_gtk_set_cursor()
 	* gaim_gtk_clear_cursor()
+	* GAIM_MESSAGE_ACTIVE_ONLY
 
 	Signals - Changed:  (See the Doxygen docs for details on all signals.)
 	* Signal propagation now stops after a handler returns a non-NULL value.