From: Sean E. <sea...@us...> - 2002-08-30 16:09:24
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv26153 Modified Files: ChangeLog Log Message: This isn't complete--but it's cool. gaim-remote is now built and installed. Eventually it will do lots of cool stuff--right now it just handles aim:// URI's. Try it out... when connected to OSCAR run: gaim-remote uri "aim://goim?screenname=seanegn&message=Good+job+Sean" Also, I made it so that if you're already running a Gaim session, and start a new one, it won't auto-login and disconnect all your accounts from the first instance. Useful if you accidentally hit the wrong button or something. Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.536 retrieving revision 1.537 diff -u -d -r1.536 -r1.537 --- ChangeLog 29 Aug 2002 06:30:52 -0000 1.536 +++ ChangeLog 30 Aug 2002 16:09:20 -0000 1.537 @@ -58,6 +58,9 @@ * Nice Oscar changes--mostly internal (Thanks Mark Doliner) * event_del_conversation for plugins (Thanks Bill Tompkins) * Code cleanups and fixes (Thanks Federico Mena Quintero) + * aim:// URI's supported with gaim-remote command + * Don't auto-login if an existing Gaim session is already + running. version 0.59 (06/24/2002): * Hungarian translation added (Thanks, Sutto Zoltan) |