diff plugins/ChangeLog.API @ 12604:71299d63801d

[gaim-migrate @ 14939] SF Patch #1383857 from Sadrul "This patch makes the display-msg signals to be emitted from gtkconv instead of conversation. The display-msg signals were not too useful before, especially because they were being emitted right after writing-msg signals, and not being emitted for messages being sent at all. This patch also makes necessary changes in the plugins, and in Changelog.API. With this change, the notify plugin can set the URGENT hint for a new received message which creates a conversation. marv and charkins seemed to think this was a good thing to do." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 21 Dec 2005 21:48:38 +0000
parents 3169cd6727ad
children 6a2e376b0a34
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Wed Dec 21 21:18:25 2005 +0000
+++ b/plugins/ChangeLog.API	Wed Dec 21 21:48:38 2005 +0000
@@ -73,6 +73,13 @@
 	                             See the documentation for this function and
 	                             gaim_account_request_add.
 	* gaim_accounts_reorder: new_index is now a gint instead of a size_t
+	* displaying-message signals: displaying-[im|chat]-msg and
+	                              displayed-[im|chat]-msg signals are emitted
+								  for all messages (ie, for received messages,
+								  sent messages, system messages, error
+								  messages etc.), and the signals now have
+								  gaim_gtk_conversations_get_handle() for their
+								  handle.
 
 	Removed:
 	* gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute