Mercurial > pidgin
comparison plugins/ChangeLog.API @ 13507:702107dd58f1
[gaim-migrate @ 15883]
I noticed that we were writing "FOO has signed off" noticed to the system log after we disconnected. With the HTML logger, this results in a new <html>...</html> block being added, with a duplicate header and everything. It seems we shouldn't be writing these messages after the system log has been closed.
"Fixing" the HTML logger might be a good idea as well.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Tue, 14 Mar 2006 06:59:14 +0000 |
| parents | 465c368366f8 |
| children | 6ad9d666e824 |
comparison
equal
deleted
inserted
replaced
| 13506:c358be635301 | 13507:702107dd58f1 |
|---|---|
| 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 * gaim_gtk_create_imhtml(): Added sw_ret() parameter |
| 116 * gaim_account_get_log(): Added create parameter | |
| 116 | 117 |
| 117 Removed: | 118 Removed: |
| 118 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute | 119 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute |
| 119 preference) | 120 preference) |
| 120 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) | 121 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) |
