| 48 * chat_add_users in GaimConversationUiOps, added flags, aliases, |
48 * chat_add_users in GaimConversationUiOps, added flags, aliases, |
| 49 and new_arrivals |
49 and new_arrivals |
| 50 * chat_rename_user in GaimConversationUiOps, added new_alias |
50 * chat_rename_user in GaimConversationUiOps, added new_alias |
| 51 * GaimConversation.log became GList * GaimConversation.logs, so that a |
51 * GaimConversation.log became GList * GaimConversation.logs, so that a |
| 52 conversation can have multiple logs at once |
52 conversation can have multiple logs at once |
| 53 * gaim_conv_chat_add_user, added extra_msgs list |
53 * gaim_conv_chat_add_user, added extra_msgs |
| 54 * gaim_notify_userinfo, removed primary and secondary parameters |
54 * gaim_notify_userinfo, removed primary and secondary parameters |
| 55 * GaimNotifyUiOps.notify_userinfo: removed title, primary, and |
55 * GaimNotifyUiOps.notify_userinfo: removed title, primary, and |
| 56 secondary parameters |
56 secondary parameters |
| 57 * Idle timers are now added and removed in gtkidle.c in response |
57 * Idle timers are now added and removed in gtkidle.c in response |
| 58 to the signed-on and signed-off signals |
58 to the signed-on and signed-off signals |
| 112 * create_prpl_icon to gaim_gtk_create_prpl_icon |
112 * create_prpl_icon to gaim_gtk_create_prpl_icon |
| 113 * Window flashing support in the core: gaim_conv_window_flash, and flash UI |
113 * Window flashing support in the core: gaim_conv_window_flash, and flash UI |
| 114 operation for conversations. Use signal "received-im-msg" or similar. |
114 operation for conversations. Use signal "received-im-msg" or similar. |
| 115 * All warning stuff from the core. |
115 * All warning stuff from the core. |
| 116 * gaim_gtkconv_get_dest_tab_at_xy(), instead use gaim_gtkconv_get_tab_at_xy() |
116 * gaim_gtkconv_get_dest_tab_at_xy(), instead use gaim_gtkconv_get_tab_at_xy() |
| 117 * chat_add_user from GaimConversationUiOps |
117 * chat_add_user from GaimConversationUiOps: only chat_add_users is used |
| |
118 * chat_remove_user from GaimConversationUiOps: only chat_remove_users is used |
| 118 * uc from the GaimBuddy struct |
119 * uc from the GaimBuddy struct |
| 119 * gaim_sound_get_handle() |
120 * gaim_sound_get_handle() |
| 120 * gaim_debug_vargs() |
121 * gaim_debug_vargs() |
| 121 * serv_add_buddy(); use gaim_account_add_buddy() instead |
122 * serv_add_buddy(); use gaim_account_add_buddy() instead |
| 122 * serv_add_buddies(); use gaim_account_add_buddies() instead |
123 * serv_add_buddies(); use gaim_account_add_buddies() instead |