comparison plugins/ChangeLog.API @ 10952:98225b573c9d

[gaim-migrate @ 12752] sf patch #1211719, from Richard Laager "ChangeLog Typo" committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 31 May 2005 23:40:57 +0000
parents 79f0562b8442
children cc49b2c275ad
comparison
equal deleted inserted replaced
10951:84d8279259c9 10952:98225b573c9d
52 * Renamed: create_prpl_icon to gaim_gtk_create_prpl_icon 52 * Renamed: create_prpl_icon to gaim_gtk_create_prpl_icon
53 * Changed: gaim_mkstemp, added a second argument, a boolean, of whether 53 * Changed: gaim_mkstemp, added a second argument, a boolean, of whether
54 or not the file is binary 54 or not the file is binary
55 55
56 Signals: 56 Signals:
57 * Changed: "received-im-msg and "received-chat-msg" to match, both 57 * Changed: "received-im-msg" and "received-chat-msg" to match, both
58 now pass a conversation pointer and flags 58 now pass a conversation pointer and flags
59 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 59 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both
60 now pass a conversation pointer and a pointer to the flags. 60 now pass a conversation pointer and a pointer to the flags.
61 * Changed: "drawing-tooltip," the second argument is now a GString* 61 * Changed: "drawing-tooltip," the second argument is now a GString*
62 instead of a char** 62 instead of a char**