comparison plugins/ChangeLog.API @ 10853:2409700be3dc

[gaim-migrate @ 12527] (15:46:50) LSchiere2: grim: commit message? (15:47:01) grim: LSchiere2: whatever..[sic] grim fixed a crash and some oddness in renaming groups. a related patch went into oldstatus a while back (also from grim). This is the HEAD version, removing a server.[ch] function in the process. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 19 Apr 2005 19:48:29 +0000
parents c203cd637f95
children beb62c7e9d8b
comparison
equal deleted inserted replaced
10852:62b5117114d2 10853:2409700be3dc
45 * Added: GaimLogCommonLoggerData struct for a basic logger_data 45 * Added: GaimLogCommonLoggerData struct for a basic logger_data
46 struct to be used with "common" logger functions. 46 struct to be used with "common" logger functions.
47 * Removed: gaim_conversation_set_history, gaim_conversation_get_history, 47 * Removed: gaim_conversation_set_history, gaim_conversation_get_history,
48 and GaimConversation->history. Use gtk_imhtml_get_markup 48 and GaimConversation->history. Use gtk_imhtml_get_markup
49 instead. 49 instead.
50 * Removed: serv_rename_group
50 51
51 Signals: 52 Signals:
52 * Changed: "received-im-msg and "received-chat-msg" to match, both 53 * Changed: "received-im-msg and "received-chat-msg" to match, both
53 now pass a conversation pointer and flags 54 now pass a conversation pointer and flags
54 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 55 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both