# HG changeset patch # User Rob Flynn # Date 985295123 0 # Node ID 1b2960a8a06d2d800e1199c085d4f75a7495703e # Parent 7f44a3f3a9288000125931c6add152dfb3b957f0 [gaim-migrate @ 1642] Just some updates. committer: Tailor Script diff -r 7f44a3f3a928 -r 1b2960a8a06d ChangeLog --- a/ChangeLog Thu Mar 22 20:55:18 2001 +0000 +++ b/ChangeLog Thu Mar 22 21:05:23 2001 +0000 @@ -2,6 +2,7 @@ version 0.11.0: * Fixed a problem with MSN not detecting signoffs and buddy updates. + * Implemented away options in MSN version 0.11.0-pre7 (03/16/2001): * Can build RPMs as non-root diff -r 7f44a3f3a928 -r 1b2960a8a06d STATUS --- a/STATUS Thu Mar 22 20:55:18 2001 +0000 +++ b/STATUS Thu Mar 22 21:05:23 2001 +0000 @@ -1,4 +1,4 @@ -STATUS of GAIM CVS tree. Last modified $Date: 2001-03-10 16:39:31 -0500 (Sat, 10 Mar 2001) $ by $Author: warmenhoven $. +STATUS of GAIM CVS tree. Last modified $Date: 2001-03-22 16:05:23 -0500 (Thu, 22 Mar 2001) $ by $Author: robflynn $. This file is meant to provide gaim users who use the CVS version to see whether they actually want to compile what they just checked out. Gaim CVS is usually @@ -106,14 +106,8 @@ MSN (Rob) === -MSN currently supports signing on/off, sending and receiving messages. The -buddylist is functional. It also supports permit/deny lists and going -away/idle. - -When sending the initial message (to start a conversation) there will be a -small delay. It will appear as if the client has frozen. This will not -always be the case. I have a fix that I havent taken the time to write yet. - +MSN currently supports signing on/off, sending and receiving messages, adding +and removing people to your permit/deny list and going away / idle. ICQ (Eric) === diff -r 7f44a3f3a928 -r 1b2960a8a06d TODO --- a/TODO Thu Mar 22 20:55:18 2001 +0000 +++ b/TODO Thu Mar 22 21:05:23 2001 +0000 @@ -2,7 +2,7 @@ Oscar blocking Actions (e.g. /op) for IRC - Chat for Yahoo/ICQ + Chat for Yahoo/ICQ/MSN(??) File transfer for Yahoo/ICQ/Oscar/Napster Other RVOUS actions for TOC/Oscar File transfer for IRC? Maybe later? @@ -17,6 +17,7 @@ ICQ through Oscar plugin (requires hacking libfaim :-/) Zephyr + Hotline (Or is this a waste of time?. Ill decide soon enough, heh) Syd is cool and gave all of these ideas: Have multiple tickers in the same window, one for buddies diff -r 7f44a3f3a928 -r 1b2960a8a06d plugins/msn/msn.c --- a/plugins/msn/msn.c Thu Mar 22 20:55:18 2001 +0000 +++ b/plugins/msn/msn.c Thu Mar 22 21:05:23 2001 +0000 @@ -226,8 +226,6 @@ fcntl(source, F_SETFL, 0); - printf("GOT HERE|\n"); - if (condition == GDK_INPUT_WRITE) { /* We just got in here */