comparison plugins/ChangeLog.API @ 10818:0555ec6f3eaa

[gaim-migrate @ 12475] sf patch #1180355, from Richard Laager Adds the ChangeLog.API entry for the removal of the public function gaim_find_conversation committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 12 Apr 2005 00:54:58 +0000
parents d087e928ffd1
children c1bb12625b3f
comparison
equal deleted inserted replaced
10817:80e4354d118c 10818:0555ec6f3eaa
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
12 * Changed: gaim_find_conversation_with_account, added a "type" parameter 11 * Changed: gaim_find_conversation_with_account, added a "type" parameter
13 * Changed: gaim_gtk_prefs_labeled_spin_button, the "key" parameter is 12 * Changed: gaim_gtk_prefs_labeled_spin_button, the "key" parameter is
14 now a const char* instead of just a char* 13 now a const char* instead of just a char*
15 * Changed: gaim_gtk_prefs_labeled_entry, the "key" parameter is 14 * Changed: gaim_gtk_prefs_labeled_entry, the "key" parameter is
16 now a const char* instead of just a char* 15 now a const char* instead of just a char*
26 automatically 25 automatically
27 * Removed: gaim_connection_connect 26 * Removed: gaim_connection_connect
28 * Removed: gaim_connection_disconnect 27 * Removed: gaim_connection_disconnect
29 * Removed: gaim_connection_register 28 * Removed: gaim_connection_register
30 * Removed: gaim_accounts_auto_login 29 * Removed: gaim_accounts_auto_login
30 * Removed: gaim_find_conversation, use gaim_find_conversation_with_account instead
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)