# HG changeset patch # User Rob Flynn # Date 972290002 0 # Node ID 1c253f8a117ce51e36f8e545fa32d98d61a6f652 # Parent 78f69315564adc6082ca6bf17bb4adead9b3c8b3 [gaim-migrate @ 1029] Burp committer: Tailor Script diff -r 78f69315564a -r 1c253f8a117c TODO --- a/TODO Sun Oct 22 06:42:32 2000 +0000 +++ b/TODO Mon Oct 23 08:33:22 2000 +0000 @@ -1,5 +1,4 @@ ---- STUFF FOR 0.10.1 RELEASE --- - Allow users to select sounds for various events +--- STUFF FOR 0.11.1 RELEASE --- Execute Command on Buddy Pounce The about window is very ugly. I think this shall be fixed. You know, I really like the gnome look to some apps @@ -16,7 +15,3 @@ GtkTicker) Have Alt access the menu in the buddy list, and ctl-char access items in those menus - - - Maybe someday in the future gaim will be able to support multiple - connections, so you can log on as 2+ names at once. Maybe. diff -r 78f69315564a -r 1c253f8a117c plugins/irc.c --- a/plugins/irc.c Sun Oct 22 06:42:32 2000 +0000 +++ b/plugins/irc.c Mon Oct 23 08:33:22 2000 +0000 @@ -47,7 +47,7 @@ #include "pixmaps/ok.xpm" /* FIXME: We shouldn't have hard coded servers and ports :-) */ -#define IRC_SERVER "irc.mozilla.org" +#define IRC_SERVER "irc.undernet.org" #define IRC_PORT 6667 #define IRC_BUF_LEN 4096