+2.3 Sun Mar 14 19:00:07 CET 2004
+ - code cleanup release.
+ - fix compile problems without --enable-combining.
+ - fix segfault when DISPLAY cannot be opened.
+ - removed HOTKEY_CTRL and HOTKEY_SHIFT, ACS_*, FONT0_IDX,
+ MAX_NFONTS. UNICODE and UTF8 defines and references from
+ all files.
+ - default config now reads an app-defaults file even without
+ --enable-xgetdefaults.
+
2.2 Thu Mar 11 01:41:56 CET 2004
- implement autocompositing of characters by either using an existing
precomposed unicode character or by graphical overlay. this is
"
echo " pty/tty type: "$rxvt_cv_ptys
if test x$support_utmp != xyes; then
- echo " utmp support: disabled
-"
+ echo " utmp support: disabled"
+ echo
else
echo " utmp support: enabled
utmp file: $rxvt_cv_path_utmp
wtmp file: $rxvt_cv_path_wtmp
wtmpx file: $rxvt_cv_path_wtmpx
lastlog file: $rxvt_cv_path_lastlog
- ttys/ttytab file: $rxvt_cv_path_ttytab
-"
+ ttys/ttytab file: $rxvt_cv_path_ttytab"
+ echo
fi
if test x$term != x; then
echo " set TERM to: $term"
echo ". XIM is now being DISABLED! ."
echo ".----------------------------------------------------------------."
fi
-echo " *** Please check src/feature.h for further options ***
-"
+
+echo " *** Please check src/feature.h for further options ***"
+echo
+
+echo ".----------------------------------------------------------------."
+echo ". NOTE: most features are disabled by default, try ."
+echo ". configure --help to get an idea of the optional features ."
+echo ".----------------------------------------------------------------."
+echo
+
if test x$support_combining = xyes; then
cat >>confdefs.h <<\_ACEOF
-#define ENCODING_COMPOSE 1
+#define ENABLE_COMBINING 1
_ACEOF
fi
"
echo " pty/tty type: "$rxvt_cv_ptys
if test x$support_utmp != xyes; then
- echo " utmp support: disabled
-"
+ echo " utmp support: disabled"
+ echo
else
echo " utmp support: enabled
utmp file: $rxvt_cv_path_utmp
wtmp file: $rxvt_cv_path_wtmp
wtmpx file: $rxvt_cv_path_wtmpx
lastlog file: $rxvt_cv_path_lastlog
- ttys/ttytab file: $rxvt_cv_path_ttytab
-"
+ ttys/ttytab file: $rxvt_cv_path_ttytab"
+ echo
fi
if test x$term != x; then
echo " set TERM to: $term"
echo ". XIM is now being DISABLED! ."
echo ".----------------------------------------------------------------."
fi
-echo " *** Please check src/feature.h for further options ***
-"
+
+echo " *** Please check src/feature.h for further options ***"
+echo
+
+echo ".----------------------------------------------------------------."
+echo ". NOTE: most features are disabled by default, try ."
+echo ". configure --help to get an idea of the optional features ."
+echo ".----------------------------------------------------------------."
+echo
+