comparison plugins/ChangeLog.API @ 9609:93211b7538d6

[gaim-migrate @ 10452] " To write this cleanly I had to add a handle, init, and uninit functions to gtkaccount.c Also, made doc/gtkaccount-signals.dox as well as update plugins/ChangeLog.API Added plugins/gtk-signals-test.c since we're starting to get some more ui signals, and it's a great place to test new signals." --Gary Kramlich committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 28 Jul 2004 00:49:22 +0000
parents d6f398e80b32
children c001be3c330e
comparison
equal deleted inserted replaced
9608:204f5d66a863 9609:93211b7538d6
25 * Changed: chat-buddy-joining & chat-buddy-leaving are now booleans, return 25 * Changed: chat-buddy-joining & chat-buddy-leaving are now booleans, return
26 TRUE if you don't want the join/leave to be displayed in the UI. 26 TRUE if you don't want the join/leave to be displayed in the UI.
27 * Added: chat-buddy-flags for when user's flags change 27 * Added: chat-buddy-flags for when user's flags change
28 gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT_UINT (required for the new 28 gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT_UINT (required for the new
29 chat-buddy-flags signal) 29 chat-buddy-flags signal)
30 * Added: account-modified for when account settings have been changed.
30 31
31 version 0.80 (07/15/2004): 32 version 0.80 (07/15/2004):
32 Gaim API: 33 Gaim API:
33 * Removed: PRPL numbers : gaim_account_set_protocol(), 34 * Removed: PRPL numbers : gaim_account_set_protocol(),
34 gaim_account_get_protocol(), gaim_accounts_find_with_prpl_num, 35 gaim_account_get_protocol(), gaim_accounts_find_with_prpl_num,