[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lynx-dev] lynx2.8.6pre.2
From: |
Thomas Dickey |
Subject: |
[Lynx-dev] lynx2.8.6pre.2 |
Date: |
Sun, 03 Sep 2006 19:43:32 -0400 |
User-agent: |
Mutt/1.5.9i |
The current version of lynx is 2.8.5
It's available at
http://lynx.isc.org/
ftp://lynx.isc.org/lynx/lynx2.8.5/
2.8.6 Development & patches:
http://lynx.isc.org/current/index.html
2006-09-03 (2.8.6pre.2)
* change configure script to put the ".cfg" and ".lss" files by default in the
--sysconfdir, e.g., $prefix/etc, and the help-files in lynx_doc and lynx_help
directories under --datadir, e.g., $prefix/share/lynx_doc,
$prefix/share/lynx_doc. To obtain the old behavior, use
configure --sysconfdir=/usr/local/lib --datadir=/usr/local/lib
(patch by Rado Smiljanic).
* simplified stop_curses(), ensuring that it does what it claims (report by
William McBrine) -TD
* corrected placement of statements used for quiet compiler warnings for unused
variables in fancy_mouse() (reported by Rado Smiljanic, Nelson Beebe) -TD
* simplify ifdef's in HTCheckForInterrupt() to make it clearer that the win32
PDCurses configuration uses nodelay() as an alternative to select() -TD
* correct fix for PDCurses on win32, i.e., the workaround in LYStrings.c
myGetChar() (report by William McBrine) -TD
* replace a couple of wmove(LYwin,y,x) calls with LYmove(y,x) -TD
* modify configure macro CF_PATH_SYNTAX to account for the --prefix and
--exec-prefix options, making the --with-cfg-file and --with-lss-file options
have the expected behavior of using the given prefix (reported by PG) -TD
* modify ifdef's for Current_Attr variable to allow scrollbar feature to build
with slang configuration on Windows (report by Gisle Vanem) -TD
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
- [Lynx-dev] lynx2.8.6pre.2,
Thomas Dickey <=