comparison plugins/ChangeLog.API @ 11111:f03dce7ea408

[gaim-migrate @ 13163] Patch #1234440, from sadrul "Mark blocked users in the buddy-list" Patch #1234197, from sadrul "New API fn gaim_privacy_check" Plus changes by me. (Read as: blame me if it's busted, thank sadrul if it works) Basically, all this stuff boils down to the following: We composite a new blocked.png onto the prpl icon in the buddy list if the user is blocked. MSN was the only prpl that used the old blocked.png. However, it looks bad to overlay both icons, so I removed the use of blocked.png from the MSN prpl. As an MSN user, I think the result is intuitive. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 17 Jul 2005 23:36:34 +0000
parents e4459e8ccfb5
children 409d6a11da51
comparison
equal deleted inserted replaced
11110:f7ce10cad83d 11111:f03dce7ea408
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, added total_size, list_syslog, and get_log_sets
64 parameters to bring the function up-to-date with GaimLogLogger 64 parameters to bring the function up-to-date with GaimLogLogger
65 * Changed: gaim_conv_window_remove_conversation()'s last argument to 65 * Changed: gaim_conv_window_remove_conversation()'s last argument to
66 be a GaimConversation. 66 be a GaimConversation.
67 * Added: gaim_privacy_check(), to check if a given user is allowed to
68 to send messages to the specified account
69 * Changed: A new blocked icon: pixmaps/status/default/blocked.png
67 70
68 Signals: 71 Signals:
69 * Changed: "received-im-msg" and "received-chat-msg" to match, both 72 * Changed: "received-im-msg" and "received-chat-msg" to match, both
70 now pass a conversation pointer and flags 73 now pass a conversation pointer and flags
71 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 74 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both