From: root Date: Sun, 22 Jan 2006 04:09:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=868f556ad6e9cd19f3305c65903a39313a919c1e;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index 6ebdf06a..4ae54cda 100644 --- 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). diff --git a/configure b/configure index 63dc3027..9473936a 100755 --- 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 ." diff --git a/configure.ac b/configure.ac index dd78e455..fc495da4 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ."