comparison plugins/ChangeLog.API @ 12629:fee6a32644a4

[gaim-migrate @ 14965] I read the commit messages a little too closely. But, hey, what better way than to start another Gaim hacking day than with a bunch of little changes. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 22 Dec 2005 19:39:23 +0000
parents 6a2e376b0a34
children 366326fa9cb4
comparison
equal deleted inserted replaced
12628:26647ddcc9c5 12629:fee6a32644a4
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.0: 3 version 2.0.0:
4 Changed: 4 Changed:
5 * All the status stuff. Yay! 5 * All the status stuff. Yay!
6 * gaim_prefs_connect_callback(), added handle parameter 6 * gaim_prefs_connect_callback(), added handle parameter
7 * gtk_imhtml_toolbar now descends from GtkHBox making it easier to add your 7 * gtk_imhtml_toolbar now descends from GtkHBox making it easier to add your
8 own widgets to it 8 own widgets to it
9 * gaim_find_conversation_with_account, added a "type" parameter 9 * gaim_find_conversation_with_account, added a "type" parameter
10 * gaim_gtk_prefs_labeled_spin_button, the "key" parameter is now a 10 * gaim_gtk_prefs_labeled_spin_button, the "key" parameter is now a
31 * gtk_imhtml_toggle_italic(): No longer returns a value 31 * gtk_imhtml_toggle_italic(): No longer returns a value
32 * gtk_imhtml_toggle_underline(): No longer returns a value 32 * gtk_imhtml_toggle_underline(): No longer returns a value
33 * gtk_imhtml_toggle_strike(): No longer returns a value 33 * gtk_imhtml_toggle_strike(): No longer returns a value
34 * gtk_imhtml_scroll_to_end(): Added the smooth paramter 34 * gtk_imhtml_scroll_to_end(): Added the smooth paramter
35 * gaim_log_new(), added conv parameter 35 * gaim_log_new(), added conv parameter
36 * gaim_buddy_icon_new(), leaves a reference which the caller owns. Use 36 * gaim_buddy_icon_new(), leaves a reference which the caller owns. Use
37 gaim_buddy_icon_unref() immediately if you don't want a reference (the 37 gaim_buddy_icon_unref() immediately if you don't want a reference (the
38 old behavior). 38 old behavior).
39 * GAIM_CONV_UNKNOWN to GAIM_CONV_TYPE_UNKNOWN. 39 * GAIM_CONV_UNKNOWN to GAIM_CONV_TYPE_UNKNOWN.
40 * GAIM_CONV_IM to GAIM_CONV_TYPE_IM. 40 * GAIM_CONV_IM to GAIM_CONV_TYPE_IM.
41 * GAIM_CONV_CHAT to GAIM_CONV_TYPE_CHAT. 41 * GAIM_CONV_CHAT to GAIM_CONV_TYPE_CHAT.
59 * GaimXfer->ops.read, GaimXfer->ops.write, gaim_xfer_set_read_fnc(), 59 * GaimXfer->ops.read, GaimXfer->ops.write, gaim_xfer_set_read_fnc(),
60 gaim_xfer_set_write_fnc(), gaim_xfer_read(), gaim_xfer_write(): 60 gaim_xfer_set_write_fnc(), gaim_xfer_read(), gaim_xfer_write():
61 Changed ssize_t to gssize 61 Changed ssize_t to gssize
62 * serv_got_im, serv_got_chat_in, serv_send_im and serv_chat_send all use 62 * serv_got_im, serv_got_chat_in, serv_send_im and serv_chat_send all use
63 GaimMessageFlags instead of GaimConvImFlags / GaimConvChatFlags 63 GaimMessageFlags instead of GaimConvImFlags / GaimConvChatFlags
64 * All core<->prpl message passing now uses html. This was previously true 64 * All core<->prpl message passing now uses html. This was previously true
65 for receiving messages, it's now also true for sending them. prpls that 65 for receiving messages, it's now also true for sending them. prpls that
66 don't support html need to gaim_unescape_html() the message. 66 don't support html need to gaim_unescape_html() the message.
67 * Notify API: GCallback -> GaimNotifyCloseCallback, 67 * Notify API: GCallback -> GaimNotifyCloseCallback,
68 void *user_data -> gpointer user_data 68 void *user_data -> gpointer user_data
69 * gaim_notify_searchresults_get_rows_count, 69 * gaim_notify_searchresults_get_rows_count,
70 gaim_notify_searchresults_get_columns_count: return type now guint 70 gaim_notify_searchresults_get_columns_count: return type now guint
71 * gaim_account_notify_added: No longer checks if there is a 71 * gaim_account_notify_added: No longer checks if there is a
72 GaimBuddy for the added user, that's left up to the prpls.See the 72 GaimBuddy for the added user, that's left up to the prpls. See the
73 documentation for this function and gaim_account_request_add. 73 documentation for this function and gaim_account_request_add.
74 * gaim_accounts_reorder: new_index is now a gint instead of a size_t 74 * gaim_accounts_reorder: new_index is now a gint instead of a size_t
75 * displaying-message signals: displaying-[im|chat]-msg and 75 * displaying-message signals: displaying-[im|chat]-msg and
76 displayed-[im|chat]-msg signals are emitted for all messages 76 displayed-[im|chat]-msg signals are emitted for all messages
77 (ie, for received messages, sent messages, system messages, error 77 (ie, for received messages, sent messages, system messages, error
153 * gaim_account_add_buddies() 153 * gaim_account_add_buddies()
154 * gaim_account_remove_buddy() 154 * gaim_account_remove_buddy()
155 * gaim_account_remove_buddies() 155 * gaim_account_remove_buddies()
156 * gaim_account_change_password() 156 * gaim_account_change_password()
157 * gaim_conversation_close_logs(), to force a conversation's log(s) to 157 * gaim_conversation_close_logs(), to force a conversation's log(s) to
158 be closed. New logs will be opened as necessary. 158 be closed. New logs will be opened as necessary.
159 * gaim_plugin_get_id() 159 * gaim_plugin_get_id()
160 * gaim_plugin_get_name() 160 * gaim_plugin_get_name()
161 * gaim_plugin_get_version() 161 * gaim_plugin_get_version()
162 * gaim_plugin_get_summary() 162 * gaim_plugin_get_summary()
163 * gaim_plugin_get_description() 163 * gaim_plugin_get_description()
198 * gaim_conversation_present() 198 * gaim_conversation_present()
199 * GaimConversationUiOps->present(GaimConversation *) 199 * GaimConversationUiOps->present(GaimConversation *)
200 200
201 Signals - Changed: (See the Doxygen docs for details on all signals.) 201 Signals - Changed: (See the Doxygen docs for details on all signals.)
202 * Signal propagation now stops after a handler returns a non-NULL value. 202 * Signal propagation now stops after a handler returns a non-NULL value.
203 This value is now returned. Previously, all registered handlers were 203 This value is now returned. Previously, all registered handlers were
204 called and the value from the last handler was used. 204 called and the value from the last handler was used.
205 * "received-im-msg" and "received-chat-msg" to match, both now pass a 205 * "received-im-msg" and "received-chat-msg" to match, both now pass a
206 conversation pointer and flags 206 conversation pointer and flags
207 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a 207 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a
208 conversation pointer and a pointer to the flags. 208 conversation pointer and a pointer to the flags.