--- xchat2.orig/src/common/cfgfiles.c Sun Jun 17 09:23:32 2007 +++ xchat2/src/common/cfgfiles.c Sun Sep 23 11:06:50 2007 @@ -36,7 +36,7 @@ #else #define XCHAT_DIR ".xchat2" #endif -#define DEF_FONT "Monospace 9" +#define DEF_FONT "Fixedsys Excelsior 2.00 11" void list_addentry (GSList ** list, char *cmd, char *name) @@ -612,7 +612,6 @@ prefs.irc_join_delay = 3; prefs.show_marker = 1; prefs.newtabstofront = 2; - prefs.completion_amount = 5; prefs.away_timeout = 60; prefs.away_size_max = 300; prefs.away_track = 1; @@ -678,6 +677,7 @@ prefs.input_flash_priv = prefs.input_flash_hilight = 1; prefs.input_tray_priv = prefs.input_tray_hilight = 1; prefs.autodccsend = 2; /* browse mode */ + prefs.irc_whois_front = 1; #ifdef WIN32 prefs.identd = 1; #endif