Mercurial > pidgin.yaz
annotate src/protocols/bonjour/issues.txt @ 11815:821f40e1912f
[gaim-migrate @ 14106]
SF Patch #1336924 from sadrul
'From the wiki:
"If you have a tab open for a given contact, and then
drag an additional buddy into that contact, the send to
menu does not update."
This patch updates all the focused-conversations in
every window (note that not all conversation in every
tab). This wouldn't be necessary if it was possible to
tell which contact a buddy was removed from. But that
info is not available, so this is the way I can think of.
It works, and will probably not cause too much overhead
for most users -- assuming most of them use tabbed
convs and hence number of windows won't be too great.'
To track which contact was updated would be problematic, I think.
This doesn't seem like too much overhead to me and it keeps the code clean.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 25 Oct 2005 13:56:14 +0000 |
parents | 36f575351c49 |
children |
rev | line source |
---|---|
11477 | 1 ========================================== |
2 ============= Known issues =============== | |
3 ========================================== | |
4 | |
5 (1) Messages are limited in length (5000 char) <-- FIXED | |
6 (2) Messages formated by Gaim didn't work <-- FIXED | |
7 (3) iChat sends the size in points, Gaim wants a 1..7 range <-- FIXED Gaim2iChat (iChat2Gaim left) | |
8 (4) When the other end closes the socket without sending the end of stream, Gaim crashes and coredump <-- FIXED | |
9 (5) I18n | |
10 (6) Status changes don't work | |
11 (7) When the conversation is closed in Gaim with the X button, we don't send the end of stream <-- FIXED | |
12 (8) The server socket is not reusable, after an error, you cannot connect for a while <-- FIXED | |
13 (9) Avatars | |
14 (10) File transfers | |
15 (11) Typing notifications | |
16 (12) Gaim HTML syntax is not shown properly <-- FIXED | |
17 (13) Strange messages creates coredump <-- FIXED | |
18 (14) Check if it works on win32 |