| 93 * gtk_imhtml_get_current_format(): the arguments are now set to TRUE or |
93 * gtk_imhtml_get_current_format(): the arguments are now set to TRUE or |
| 94 FALSE. Previously they were set to TRUE or left alone. Also, you |
94 FALSE. Previously they were set to TRUE or left alone. Also, you |
| 95 may now pass NULL if you're not interested in a specific formatting. |
95 may now pass NULL if you're not interested in a specific formatting. |
| 96 * Smiley Themes: Backslashes must be backslash-escaped. |
96 * Smiley Themes: Backslashes must be backslash-escaped. |
| 97 * Plugins: Depedencies are now honored when unloading plugins. |
97 * Plugins: Depedencies are now honored when unloading plugins. |
| |
98 * gaim_markup_extract_info_field(): Added format_cb parameter. |
| |
99 * gaim_str_to_time(): Added support for parsing the MM/DD/YYYY format. |
| 98 |
100 |
| 99 Removed: |
101 Removed: |
| 100 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute |
102 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute |
| 101 preference) |
103 preference) |
| 102 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) |
104 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) |
| 146 so GAIM_TYPE_BOXED is used for the signal types |
148 so GAIM_TYPE_BOXED is used for the signal types |
| 147 * gaim_gtk_privacy_is_showable(): We do fallback privacy in the core |
149 * gaim_gtk_privacy_is_showable(): We do fallback privacy in the core |
| 148 now, so this would always be TRUE now. |
150 now, so this would always be TRUE now. |
| 149 * gaim_blist_node_action_new(); use gaim_menu_action_new() instead |
151 * gaim_blist_node_action_new(); use gaim_menu_action_new() instead |
| 150 * gaim_date() |
152 * gaim_date() |
| 151 * gaim_date_full() |
153 * gaim_date_full(): See gaim_date_format_full() |
| |
154 * gaim_strftime(): See gaim_utf8_strftime() |
| 152 |
155 |
| 153 Added: |
156 Added: |
| 154 * gaim_prefs_disconnect_by_handle() |
157 * gaim_prefs_disconnect_by_handle() |
| 155 * a password field to GaimConnection, which only persists for the |
158 * a password field to GaimConnection, which only persists for the |
| 156 session (when "remember password" is false, account->password is |
159 session (when "remember password" is false, account->password is |
| 243 * gaim_gtk_log_get_handle() |
246 * gaim_gtk_log_get_handle() |
| 244 * gaim_gtk_log_uninit() |
247 * gaim_gtk_log_uninit() |
| 245 * gaim_url_fetch_request() |
248 * gaim_url_fetch_request() |
| 246 * gaim_menu_action_new() |
249 * gaim_menu_action_new() |
| 247 * gaim_menu_action_free() |
250 * gaim_menu_action_free() |
| |
251 * GaimInfoFieldFormatCallback |
| |
252 * gaim_utf8_strftime() |
| |
253 * gaim_date_format_short() |
| |
254 * gaim_date_format_long() |
| |
255 * gaim_date_format_full() |
| |
256 * gaim_time_format() |
| 248 |
257 |
| 249 Signals - Changed: (See the Doxygen docs for details on all signals.) |
258 Signals - Changed: (See the Doxygen docs for details on all signals.) |
| 250 * Signal propagation now stops after a handler returns a non-NULL value. |
259 * Signal propagation now stops after a handler returns a non-NULL value. |
| 251 This value is now returned. Previously, all registered handlers were |
260 This value is now returned. Previously, all registered handlers were |
| 252 called and the value from the last handler was used. |
261 called and the value from the last handler was used. |