*** empty log message ***
authorpcg <pcg>
Sun, 14 Mar 2004 17:50:40 +0000 (17:50 +0000)
committerpcg <pcg>
Sun, 14 Mar 2004 17:50:40 +0000 (17:50 +0000)
Changes
autoconf/configure.in
configure

diff --git a/Changes b/Changes
index c4a21eb..6c4bc8e 100644 (file)
--- 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
index 4db0313..d898dbb 100644 (file)
@@ -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
+
index 909ecc5..8985ea3 100755 (executable)
--- 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
+