| 1 Gaim: The Pimpin' Penguin IM Client that's good for the soul! |
1 Gaim: The Pimpin' Penguin IM Client that's good for the soul! |
| 2 |
2 |
| 3 version 2.0.0cvs: |
3 version 2.0.0cvs: |
| 4 * Changed: All the status stuff. Yay! |
4 * Changed: All the status stuff. Yay! |
| 5 * Changed: gaim_prefs_connect_callback(), added handle parameter |
5 * Changed: gaim_prefs_connect_callback(), added handle parameter |
| 6 * Added: gaim_prefs_disconnect_by_handle() |
6 * Added: gaim_prefs_disconnect_by_handle() |
| 7 * Removed: gaim_gtk_sound_{get,set}_mute() (replaced by the |
7 * Removed: gaim_gtk_sound_{get,set}_mute() (replaced by the |
| 8 /gaim/gtk/sound/mute preference) |
8 /gaim/gtk/sound/mute preference) |
| 9 * Changed: gtk_imhtml_toolbar now descends from GtkHBox making it |
9 * Changed: gtk_imhtml_toolbar now descends from GtkHBox making it |
| 10 easier to add your own widgets to it |
10 easier to add your own widgets to it |
| 11 * Changed: gaim_find_conversation, added a "type" parameter |
11 * Changed: gaim_find_conversation, added a "type" parameter |
| 30 * Removed: gaim_accounts_auto_login |
30 * Removed: gaim_accounts_auto_login |
| 31 * Changed: gaim_connection_new, gaim_account_connect and gaim_account_register |
31 * Changed: gaim_connection_new, gaim_account_connect and gaim_account_register |
| 32 no longer return a GaimConnection |
32 no longer return a GaimConnection |
| 33 * Added: a password field to GaimConnection, which only persists for the |
33 * Added: a password field to GaimConnection, which only persists for the |
| 34 session (when "remember password" is false, account->password is NEVER set) |
34 session (when "remember password" is false, account->password is NEVER set) |
| 35 Use gaim_connection_get_password(GaimConnection *gc) |
35 Use gaim_connection_get_password(GaimConnection *gc) |
| 36 * Removed: serv_login |
36 * Removed: serv_login |
| 37 * Removed: serv_close |
37 * Removed: serv_close |
| 38 * Removed: serv_finish_login |
38 * Removed: serv_finish_login |
| 39 * Changed: keep_alive in GaimConnection is renamed to keepalive |
39 * Changed: keep_alive in GaimConnection is renamed to keepalive |
| 40 * Removed: gaim_chat_get_display_name |
40 * Removed: gaim_chat_get_display_name |