changeset 1632:1b2960a8a06d

[gaim-migrate @ 1642] Just some updates. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 22 Mar 2001 21:05:23 +0000
parents 7f44a3f3a928
children f47f75819e8c
files ChangeLog STATUS TODO plugins/msn/msn.c
diffstat 4 files changed, 6 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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)
 ===
--- 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
--- 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 */