diff plugins/ChangeLog.API @ 12216:4d3119205a33

[gaim-migrate @ 14518] Remove GaimConvImFlags and GaimConvChatFlags - use GaimMessageFlags everywhere instead. Add a new GAIM_MESSAGE_IMAGES flag, and set it when sending a message containing images. When sending a message, the core will now always send "html" to the prpls, just like it expects to receive html from the prpls for received messages. This will allow text prpls such as SILC to support IM images and differentiate them from user input. Previously gaim_unescape_html() was used before passing the message to the prpl, now the prpl does this itself if it needs it. I think I updated all the prpls correctly, but I'm not so sure about sametime. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 24 Nov 2005 20:47:46 +0000
parents a655bdeb561d
children 64254fbabc7b
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Thu Nov 24 20:38:24 2005 +0000
+++ b/plugins/ChangeLog.API	Thu Nov 24 20:47:46 2005 +0000
@@ -55,6 +55,11 @@
 	* GaimXfer->ops.read, GaimXfer->ops.write, gaim_xfer_set_read_fnc(),
 	  gaim_xfer_set_write_fnc(), gaim_xfer_read(), gaim_xfer_write():
 	  Changed ssize_t to gssize
+	* serv_got_im, serv_got_chat_in, serv_send_im and serv_chat_send all use
+	  GaimMessageFlags instead of GaimConvImFlags / GaimConvChatFlags
+	* All core<->prpl message passing now uses html. This was previously true
+	  for receiving messages, it's now also true for sending them. prpls that
+	  don't support html need to gaim_unescape_html() the message.
 
 	Removed:
 	* gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
@@ -97,6 +102,7 @@
 	* gaim_gtkpounce_menu_build()
 	* gaim_gtkpounce_dialog_show()
 	* GaimGtkBuddyList->bpmenu
+	* GaimConvImFlags and GaimConvChatFlags; use GaimMessageFlags instead
 
 	Added:
 	* gaim_prefs_disconnect_by_handle()