comparison plugins/ChangeLog.API @ 13280:3de53fe8345f

[gaim-migrate @ 15646] Always show a vertical scrollbar on conversations imhtmls. This will solve the shrinking conversation window bug. I chose this approach instead of saving the size of the window (as I had previous talked about), as this prevents the contents of the scrollback from rewrapping when the scrollbars appear or disappear. It also just seems to feel like the right thing to do, but maybe that's me being lazy. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 14 Feb 2006 05:43:43 +0000
parents 3638606a5afa
children e629076386f1
comparison
equal deleted inserted replaced
13279:0c50401679d3 13280:3de53fe8345f
110 * struct proto_chat_entry: label is now const char * 110 * struct proto_chat_entry: label is now const char *
111 * struct proto_chat_entry: identifier is now const char * 111 * struct proto_chat_entry: identifier is now const char *
112 * All network activity has been updated to use non-blocking sockets. 112 * All network activity has been updated to use non-blocking sockets.
113 This means that plugins must be updated to expect such a socket from 113 This means that plugins must be updated to expect such a socket from
114 gaim_proxy_connect() and gaim_network_listen*(). 114 gaim_proxy_connect() and gaim_network_listen*().
115 * gaim_gtk_create_imhtml(): Added sw_ret() parameter
115 116
116 Removed: 117 Removed:
117 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 118 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
118 preference) 119 preference)
119 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 120 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)