[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] configure
From: |
Paul B. Mahol |
Subject: |
Re: [Lynx-dev] configure |
Date: |
Mon, 18 Feb 2008 16:12:01 +0100 |
On 2/17/08, Thomas Dickey <address@hidden> wrote:
> The current version of lynx is 2.8.6
>
> It's available at
> http://lynx.isc.org/
> ftp://lynx.isc.org/lynx/lynx2.8.6/
> 2.8.7 Development & patches:
> http://lynx.isc.org/current/index.html
>
> 2008-02-17 (2.8.7dev.8)
> * add "nano" to list of editors accepting +number option (patch by Tim
> Chase)
> * add configure --with-nss-compat option, for building with NSS library's
> OpenSSL-compatible interface (patch by Zdenek Prikryl)
> * minor fix for version message to ensure WWW version shows when not
> building
> with OpenSSL -GV
> * make "--more--" message configuable -PBM
> * improve multibyte editing (patch by Sergej Kvachonok)
> * add XWINDOWS / NON_XWINDOWS environment-variable field to DOWNLOAD, etc.,
> in
> lynx.cfg to specify whether a downloader (printer, etc) is enabled when
> the X display variable is set -PBM
> * add configure script options --enable-session-cache and
> --enable-progressbar
> for PBM's experimental session and progressbar features -TD
> * add session save/restore feature -PBM
> + bind ^X to toggle view of page showing session information
> + add binding for ^U to previous-document (outside of line-editing).
> + documented command-line options and configuration data for this feature.
> + document -child_relaxed option in Lynx users's guide.
> * use vasprintf() if available, fixes Fedora #462449 -TD
> * several small changes to configure script to work with MirBSD build
> environment -TG
> * show progress message in X509 callback -TG
> * modify definition of lynxrc and cookies files in LYMain.c and LYrcFile.c
> to
> make it simpler for build script to override -TD
> * reviewed patches at
> http://www.mirbsd.org/cvs.cgi/ports/www/lynx/patches/
> improved buffer allocation limits in makeuctb.c -TD
> * add support for the X.509 extension subjectAltName using GNUTLS -Joey
> Schulze
> * add SSL_CERT_FILE to lynx.cfg -Joey Schulze
> * fix spelling error in HTAccess.h comment (report by Paul de Weerd) -TD
> * add null-pointer checks to cover a special case of exit on error while
> reading from the standard input (report by Pascal Terjan) -TD
>
> --
> Thomas E. Dickey <address@hidden>
> http://invisible-island.net
> ftp://invisible-island.net
>
>
> _______________________________________________
> Lynx-dev mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/lynx-dev
>
I found one minor mistake in lynx.cfg (which is not present in patch
against dev7)
Line 308 of lynx.cfg
# Uses can still customize SESSION_FILE and AUTO_SESSION via their .lynxrc file.
:s/Uses/Users
Thats all for now.