comparison plugins/ChangeLog.API @ 10812:d087e928ffd1

[gaim-migrate @ 12465] " A variety of spacing normalization I've done as I've navigated the source making other changes. The specific changes should be uncontroversial. I'm submitting these to shrink the deltas between my local tree and the CVS source. If spacing changes are unwelcome as a general rule, let me know." --rlaager I said not to do this sort of patch often. also a spelling fix. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Apr 2005 04:32:26 +0000
parents dcfb8d8784e6
children 0555ec6f3eaa
comparison
equal deleted inserted replaced
10811:dc59482c8d37 10812:d087e928ffd1
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