| 112 * struct proto_chat_entry: label is now const char * |
112 * struct proto_chat_entry: label is now const char * |
| 113 * struct proto_chat_entry: identifier is now const char * |
113 * struct proto_chat_entry: identifier is now const char * |
| 114 * All network activity has been updated to use non-blocking sockets. |
114 * All network activity has been updated to use non-blocking sockets. |
| 115 This means that plugins must be updated to expect such a socket from |
115 This means that plugins must be updated to expect such a socket from |
| 116 gaim_proxy_connect() and gaim_network_listen*(). |
116 gaim_proxy_connect() and gaim_network_listen*(). |
| |
117 * gaim_proxy_connect(): changed to return NULL on error and a void * |
| |
118 handle on success, and changed parameters. It is now possible to |
| |
119 cancel connection attempts. |
| 117 * gaim_gtk_create_imhtml(): Added sw_ret() parameter |
120 * gaim_gtk_create_imhtml(): Added sw_ret() parameter |
| 118 * gaim_account_get_log(): Added create parameter |
121 * gaim_account_get_log(): Added create parameter |
| 119 * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH |
122 * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH |
| 120 |
123 |
| 121 Removed: |
124 Removed: |