From 13a804d646536690db35799cadcf9a34dacd8432 Mon Sep 17 00:00:00 2001 From: pcg Date: Sun, 14 Mar 2004 17:50:40 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 10 ++++++++++ autoconf/configure.in | 20 ++++++++++++++------ configure | 22 +++++++++++++++------- 3 files changed, 39 insertions(+), 13 deletions(-) diff --git a/Changes b/Changes index c4a21eb2..6c4bc8e8 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,13 @@ +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 diff --git a/autoconf/configure.in b/autoconf/configure.in index 4db03139..d898dbbe 100644 --- a/autoconf/configure.in +++ b/autoconf/configure.in @@ -1370,8 +1370,8 @@ The following are set in config.h " 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 @@ -1379,8 +1379,8 @@ else 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" @@ -1417,5 +1417,13 @@ if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then 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 + diff --git a/configure b/configure index 909ecc58..8985ea36 100755 --- a/configure +++ b/configure @@ -16409,7 +16409,7 @@ fi if test x$support_combining = xyes; then cat >>confdefs.h <<\_ACEOF -#define ENCODING_COMPOSE 1 +#define ENABLE_COMBINING 1 _ACEOF fi @@ -18033,8 +18033,8 @@ The following are set in config.h " 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 @@ -18042,8 +18042,8 @@ else 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" @@ -18080,5 +18080,13 @@ if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then 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 + -- 2.34.1