*** empty log message ***
authorroot <root>
Sun, 22 Jan 2006 04:09:16 +0000 (04:09 +0000)
committerroot <root>
Sun, 22 Jan 2006 04:09:16 +0000 (04:09 +0000)
Changes
configure
configure.ac

diff --git a/Changes b/Changes
index 6ebdf06a10d3c043c7f0ae21aaa43c5bc2963fbc..4ae54cda5b608edfec5ad980feddb4bbcbedd0ed 100644 (file)
--- a/Changes
+++ b/Changes
@@ -28,12 +28,12 @@ TODO: alsamixer/wild resize => secondary leaks into primary scrollback?
         - added "readline" extension that allows cursor positioning
           via mouse clicks.
        - now it is possible to insert the value of the CLIPBOARD selection
-         with shift - mouse button 2
+         with shift - mouse button 2.
         - fixed the automove-background extension to ignore coordinates
           in non-synthetic events.
         - created a separate libpty for portable and secure
-          pty/tty/utmp/wtmp/lastlog handling.
-        - the non-terminfo visual bell is now done asynchronously, so
+          pty/tty/utmp/wtmp/lastlog handling, and include it in rxvt-unicode.
+        - the non-terminfo visual bell now works asynchronously, so
           continuous ASCI BELs in one terminal do no longer monopolise the
           whole urxvt[d] process.
         - support some *BSD makes (for the time being, gnu make is a safe bet).
index 63dc302736164a9fbf2b42aadaebeb2528926613..9473936ad6eb42ef3e8d13ae9f8233731b03e9c9 100755 (executable)
--- a/configure
+++ b/configure
@@ -14766,22 +14766,17 @@ if test x$support_xpm = xyes; then
   echo "  Xpm library:                $XPM_LIBS"
 fi
 
-echo "
-The following are set in config.h
-"
 if test x$support_utmp != xyes; then
   echo "  utmp support:               disabled"
   echo
 else
   echo "  utmp support:               enabled
-  utmp file:                  $rxvt_cv_path_utmp
-  utmpx file:                 $rxvt_cv_path_utmpx
-  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
-  embedded perl:              $support_perl"
-  echo
+  utmp file:                  $path_utmp
+  utmpx file:                 $path_utmpx
+  wtmp file:                  $path_wtmp
+  wtmpx file:                 $path_wtmpx
+  lastlog file:               $path_lastlog
+  lastlogx file:              $path_lastlogx"
 fi
 if test x$term != x; then
   echo "  set TERM to:                $term"
@@ -14795,6 +14790,8 @@ if test x$RESFALLBACK != x; then
    echo "  resource class fallback:    $RESFALLBACK"
 fi
 echo
+echo "  embedded perl:              $support_perl"
+echo
 if test x$support_xpm = xneedsmanualspecification; then
   echo ".----------------------------------------------------------------."
   echo ". WARNING: --enable-xpm-background was specified however the     ."
index dd78e4556caf1499b3a1ea4296e18ab38b490970..fc495da4507a1e4e6fe34412d5161a0ffd1b5cbe 100644 (file)
@@ -1053,22 +1053,17 @@ if test x$support_xpm = xyes; then
   echo "  Xpm library:                $XPM_LIBS"
 fi
 
-echo "
-The following are set in config.h
-"
 if test x$support_utmp != xyes; then
   echo "  utmp support:               disabled"
   echo
 else
   echo "  utmp support:               enabled
-  utmp file:                  $rxvt_cv_path_utmp
-  utmpx file:                 $rxvt_cv_path_utmpx
-  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
-  embedded perl:              $support_perl"
-  echo
+  utmp file:                  $path_utmp
+  utmpx file:                 $path_utmpx
+  wtmp file:                  $path_wtmp
+  wtmpx file:                 $path_wtmpx
+  lastlog file:               $path_lastlog
+  lastlogx file:              $path_lastlogx"
 fi
 if test x$term != x; then
   echo "  set TERM to:                $term"
@@ -1082,6 +1077,8 @@ if test x$RESFALLBACK != x; then
    echo "  resource class fallback:    $RESFALLBACK"
 fi
 echo
+echo "  embedded perl:              $support_perl"
+echo
 if test x$support_xpm = xneedsmanualspecification; then
   echo ".----------------------------------------------------------------."
   echo ". WARNING: --enable-xpm-background was specified however the     ."