Silja's Chat widgets, descriptions
===========================

ScwChatView
 - A widget to show messages and an optional amount of other information
   associated with a certain message (from who, time etc)
 - Handles notation (hyperlinks, bold etc), mostly through pango

ScwChatEntry
 - A derivate of GtkEntry with history options, nick autocompletion and other
   properties useful in a messaging entry

ScwContactView (TODO)
 - A widget to display a list of users.

 - Users are not in a hierarchial list (these days your contact list 
   tends to be too big for that), but instead have tags assigned to 
   them.

 - Users have an optional "importance" value, for making certain 
   users to stand out. One example of using this could be a buddy 
   system which increases the value with (mutual) interaction and
   decreases it over time. Thus, your bestest buddy will always be
   there and reachable, while some more obscure dudes will be faded
   to the back. More commonly, the status of buddy might affect this.

 - Another system to consider is tag emphasis. 
   Use case: Tag your friends with "dudes and gals", tag your workmates
   with "office". When you go to office, emphasis will be on "office", 
   bringing workmates to the hot spot, and after a hard days work switch 
   emphasis to "dudes and gals" to see which of your friends will be 
   available for some hacking conversations.
