comparison plugins/ChangeLog.API @ 11224:409d6a11da51

[gaim-migrate @ 13360] Restrict the conversation scrollback. Current default is 4000 lines. This also fixes the IM images not actually being cleared by gtk_imhtml_clear(). committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 10 Aug 2005 21:13:44 +0000
parents f03dce7ea408
children adf36001267b
comparison
equal deleted inserted replaced
11223:d424c3bbac8d 11224:409d6a11da51
80 all registered handlers were called and the value from the 80 all registered handlers were called and the value from the
81 last handler was used. 81 last handler was used.
82 * Changed: "chat-invited" handlers can now return a value to control 82 * Changed: "chat-invited" handlers can now return a value to control
83 what happens to the invite (accept, reject, prompt the user). 83 what happens to the invite (accept, reject, prompt the user).
84 See the Doxygen documentation for the details. 84 See the Doxygen documentation for the details.
85 * Added: gtk_imhtml_delete to clear out part of a imhtml buffer
85 86
86 version 1.0.0 (09/17/2004): 87 version 1.0.0 (09/17/2004):
87 * Added: get_chat_name to the GaimPluginProtocolInfo struct 88 * Added: get_chat_name to the GaimPluginProtocolInfo struct
88 * Changed: gaim_blist_update_buddy_presence(), presence changed to 89 * Changed: gaim_blist_update_buddy_presence(), presence changed to
89 type gboolean 90 type gboolean