| 89 * serv_change_passwd(); use gaim_account_change_password() instead |
89 * serv_change_passwd(); use gaim_account_change_password() instead |
| 90 * serv_touch_idle(): use gaim_gtk_check_idle() instead |
90 * serv_touch_idle(): use gaim_gtk_check_idle() instead |
| 91 * GaimGtkImPane->a_virgin |
91 * GaimGtkImPane->a_virgin |
| 92 * gaim_str_strip_cr(); use gaim_str_strip_char(str, '\r') instead |
92 * gaim_str_strip_cr(); use gaim_str_strip_char(str, '\r') instead |
| 93 * gaim_find_buddys_group renamed to gaim_buddy_get_group |
93 * gaim_find_buddys_group renamed to gaim_buddy_get_group |
| |
94 * gaim_gtkpounce_menu_build() |
| |
95 * gaim_gtkpounce_dialog_show() |
| |
96 * GaimGtkBuddyList->bpmenu |
| 94 |
97 |
| 95 Added: |
98 Added: |
| 96 * gaim_prefs_disconnect_by_handle() |
99 * gaim_prefs_disconnect_by_handle() |
| 97 * a password field to GaimConnection, which only persists for the |
100 * a password field to GaimConnection, which only persists for the |
| 98 session (when "remember password" is false, account->password is |
101 session (when "remember password" is false, account->password is |
| 144 a visibility manager - see the docs for more information |
147 a visibility manager - see the docs for more information |
| 145 * gaim_gtk_conversations_get_first_unseen() to find the first conv |
148 * gaim_gtk_conversations_get_first_unseen() to find the first conv |
| 146 with an "unseen" state >= to the specified state |
149 with an "unseen" state >= to the specified state |
| 147 * gaim_gtk_create_prpl_icon() |
150 * gaim_gtk_create_prpl_icon() |
| 148 * gaim_gtk_create_prpl_icon_with_status() |
151 * gaim_gtk_create_prpl_icon_with_status() |
| |
152 * gaim_gtk_pounces_manager_show() |
| |
153 * gaim_gtk_pounces_manager_hide() |
| |
154 * gaim_gtk_pounce_editor_show() |
| 149 |
155 |
| 150 Signals - Changed: (See the Doxygen docs for details on all signals.) |
156 Signals - Changed: (See the Doxygen docs for details on all signals.) |
| 151 * Signal propagation now stops after a handler returns a non-NULL value. |
157 * Signal propagation now stops after a handler returns a non-NULL value. |
| 152 This value is now returned. Previously, all registered handlers were |
158 This value is now returned. Previously, all registered handlers were |
| 153 called and the value from the last handler was used. |
159 called and the value from the last handler was used. |