diff mcabber/src/TODO @ 147:7571de4aed73

[/trunk] Changeset 159 by mikael * Fix a bug in buddylist_build() * We now lock the current buddy even not when being in chat mode. For example, if we're writing to s.o. and he leaves just before we press enter, we won't write to the wrong buddy... If the current_buddy is a group, we lock it too. * Remove MCABBER_TESTUNIT ifdef in roster.h (test program isn't up-to-date anymore...)
author mikael
date Fri, 29 Apr 2005 19:56:28 +0000
parents 204225d03bb2
children c3624b2a7059
line wrap: on
line diff
--- a/mcabber/src/TODO	Fri Apr 29 18:35:05 2005 +0000
+++ b/mcabber/src/TODO	Fri Apr 29 19:56:28 2005 +0000
@@ -5,12 +5,6 @@
 * Messages in hidden (shrunk) groups are not visible.
   Maybe we should create "*_msg_[gs]etflag()" functions, which
   would update groups message flags too. (?)
-* Small but perhaps annoying: when we are on a group entry, w/
-  offline buddies hidden and this group is removed from the list.
-  Then the cursor goes back to the first item of the buddylist.
-* We should lock the current buddy even not when being in chat mode.
-  For example, if you're writing to s.o. and he leaves just before you
-  press enter, you write to the wrong buddy.  Baad.
 
 
 TODO: