From: Sean E. <sea...@us...> - 2002-08-27 17:16:30
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv1988 Modified Files: ChangeLog Log Message: FROM JONAS BIRME: * IRC: /W implemented the WHO * command * IRC: /VERSION implemented * IRC: Display all error messages received from server. * IRC: Handle channel mode and added support for changing mode, /MODE * IRC: Implements /QUIT [<Quit message>] 4.1.6 in the RFC. Quits the entire application. * IRC: Use gc->user->alias as real name. Also includes yesterdays patch: * Add nickname to buddy list by right clicking on nickname in chat room. * IRC: Parsed the idle and signon time on WHOIS-answer. Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.524 retrieving revision 1.525 diff -u -d -r1.524 -r1.525 --- ChangeLog 26 Aug 2002 04:03:47 -0000 1.524 +++ ChangeLog 27 Aug 2002 17:16:27 -0000 1.525 @@ -28,6 +28,7 @@ - GtkIMHtml, sorta (Ari Pollak, Christian Hammond) - Buddy Icons - IM Images + - Alert Dialogs * Notify.c plugin rewritten; check its configure dialog (Thanks, Etan Reisner) * TOC no longer compiles statically by default--use OSCAR @@ -38,6 +39,10 @@ * Read proxy environment variables. (Thanks, Christian Hammond) * Fixed security vulnerability with manual browser option (Thanks, Robert McQueen) + * Added more IRC slash commands -- /W, /VERSION, /MODE -- and + other cool IRC enhancments (Thanks, Jonas Birmé) + * Add / Remove buddy menu item added to the chat users list + (Thanks Jonas Birmé) version 0.59 (06/24/2002): * Hungarian translation added (Thanks, Sutto Zoltan) |