Mercurial > pidgin
diff ChangeLog @ 9608:204f5d66a863
[gaim-migrate @ 10451]
" I added two possible commands to gtk-remote: away and back.
away causes the away dialog to appear with the default
message and sets the status to away, back hides the
dialog and sets the status to online.
To implement this, I added to new CUI packet subtypes:
CUI_USER_AWAY and CUI_USER_BACK. This are processed in
core.c by calling do_away_message and do_im_back,
respectively." --Istv?n V?radi
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 28 Jul 2004 00:29:52 +0000 |
parents | b5dd5cb72f56 |
children | bc2079a32fd9 |
line wrap: on
line diff
--- a/ChangeLog Wed Jul 28 00:13:37 2004 +0000 +++ b/ChangeLog Wed Jul 28 00:29:52 2004 +0000 @@ -6,6 +6,7 @@ Radchenko) * Visual display of ops/voice/halfops/so on in Chats (Stu Tomlinson) * Tab completion of slash commands in Chats (Stu Tomlinson) + * gaim-remote can now manipulate status (István Váradi) * The text messages of Yahoo Audibles are now displayed, although the audio and graphics are not.