Mercurial > pidgin.yaz
diff 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 |
line wrap: on
line diff
--- a/plugins/ChangeLog.API Sun Jul 17 21:38:59 2005 +0000 +++ b/plugins/ChangeLog.API Sun Jul 17 23:36:34 2005 +0000 @@ -64,6 +64,9 @@ parameters to bring the function up-to-date with GaimLogLogger * Changed: gaim_conv_window_remove_conversation()'s last argument to be a GaimConversation. + * Added: gaim_privacy_check(), to check if a given user is allowed to + to send messages to the specified account + * Changed: A new blocked icon: pixmaps/status/default/blocked.png Signals: * Changed: "received-im-msg" and "received-chat-msg" to match, both