comparison plugins/ChangeLog.API @ 11025:8d2007d738d5

[gaim-migrate @ 12899] sf patch #1180490, from Richard Laager (who else?) A pretty peach of a patch that allows you to auto-complete screen names based on log file names. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 23 Jun 2005 03:04:52 +0000
parents 4febc4df0eb8
children 84dd837a4445
comparison
equal deleted inserted replaced
11024:1d58cc6c4552 11025:8d2007d738d5
58 and flash UI operation for conversations. Use signal 58 and flash UI operation for conversations. Use signal
59 "received-im-msg" or similar. 59 "received-im-msg" or similar.
60 * Added: gaim_gtk_blist_node_is_contact_expanded, returns TRUE if 60 * Added: gaim_gtk_blist_node_is_contact_expanded, returns TRUE if
61 the given blist node is a buddy inside an expanded contact, 61 the given blist node is a buddy inside an expanded contact,
62 or is itself an expanded contact 62 or is itself an expanded contact
63 * Added: GaimLogSet struct, get_log_sets function to GaimLogLogger,
64 gaim_log_get_log_sets, gaim_log_set_compare
65 * Changed: gaim_log_logger_new, added total_size, list_syslog, and get_log_sets
66 parameters to bring the function up-to-date with GaimLogLogger
63 67
64 Signals: 68 Signals:
65 * Changed: "received-im-msg" and "received-chat-msg" to match, both 69 * Changed: "received-im-msg" and "received-chat-msg" to match, both
66 now pass a conversation pointer and flags 70 now pass a conversation pointer and flags
67 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 71 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both