comparison 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
comparison
equal deleted inserted replaced
12603:e4e47871c373 12604:71299d63801d
71 * gaim_account_notify_added: No longer checks if there is a GaimBuddy for 71 * gaim_account_notify_added: No longer checks if there is a GaimBuddy for
72 the added user, that's left up to the prpls. 72 the added user, that's left up to the prpls.
73 See the documentation for this function and 73 See the documentation for this function and
74 gaim_account_request_add. 74 gaim_account_request_add.
75 * gaim_accounts_reorder: new_index is now a gint instead of a size_t 75 * gaim_accounts_reorder: new_index is now a gint instead of a size_t
76 * displaying-message signals: displaying-[im|chat]-msg and
77 displayed-[im|chat]-msg signals are emitted
78 for all messages (ie, for received messages,
79 sent messages, system messages, error
80 messages etc.), and the signals now have
81 gaim_gtk_conversations_get_handle() for their
82 handle.
76 83
77 Removed: 84 Removed:
78 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 85 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
79 preference) 86 preference)
80 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 87 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)