comparison plugins/ChangeLog.API @ 11503:cd0c8830d881

[gaim-migrate @ 13748] Making gaim_log_logger a varargs function so it can be expanded as GaimLogLogger expands, without breaking compatibility. I'm anticipating adding a find() function some day for a database logger. This commit also makes use of gaim_log_logger_new() everywhere it should be used, removing the old static structures. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 11 Sep 2005 05:14:52 +0000
parents 9fc7d0153332
children 921f64947cad
comparison
equal deleted inserted replaced
11502:b858f992b566 11503:cd0c8830d881
58 * Added: gaim_gtk_blist_node_is_contact_expanded, returns TRUE if 58 * Added: gaim_gtk_blist_node_is_contact_expanded, returns TRUE if
59 the given blist node is a buddy inside an expanded contact, 59 the given blist node is a buddy inside an expanded contact,
60 or is itself an expanded contact 60 or is itself an expanded contact
61 * Added: GaimLogSet struct, get_log_sets function to GaimLogLogger, 61 * Added: GaimLogSet struct, get_log_sets function to GaimLogLogger,
62 gaim_log_get_log_sets, gaim_log_set_compare 62 gaim_log_get_log_sets, gaim_log_set_compare
63 * Changed: gaim_log_logger_new, added total_size, list_syslog, and get_log_sets 63 * Changed: gaim_log_logger_new, rewritten
64 parameters to bring the function up-to-date with GaimLogLogger
65 * Changed: gaim_conv_window_remove_conversation()'s last argument to 64 * Changed: gaim_conv_window_remove_conversation()'s last argument to
66 be a GaimConversation. 65 be a GaimConversation.
67 * Added: gaim_privacy_check(), to check if a given user is allowed to 66 * Added: gaim_privacy_check(), to check if a given user is allowed to
68 to send messages to the specified account 67 to send messages to the specified account
69 * Changed: A new blocked icon: pixmaps/status/default/blocked.png 68 * Changed: A new blocked icon: pixmaps/status/default/blocked.png