diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2013-10-12 00:24:53 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2013-10-12 00:24:53 -0400 |
commit | f1977d62c94d74a72d1c7a4abbbecdec21e3980e (patch) | |
tree | ecb76b7a0c4542b1a71eb73bd0eb78c128d51f8f /CHANGES | |
parent | 6c554d1e336d6263a0e1436690451566ce256abc (diff) | |
download | lynx-snapshots-f1977d62c94d74a72d1c7a4abbbecdec21e3980e.tar.gz |
snapshot of project "lynx", label v2-8-8dev_16p
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES index 26f25970..ce0ecf82 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,14 @@ --- $LynxId: CHANGES,v 1.677 2013/10/09 19:20:47 tom Exp $ +-- $LynxId: CHANGES,v 1.678 2013/10/11 09:47:44 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== -2013-10-09 (2.8.8dev.17) +2013-10-11 (2.8.8dev.17) +* modify tables for edit-bindings to allow them to be reloaded to their initial + values -TD +* add check in get_connection() for ftp-connections to ensure that a password + from a URL is non-empty -TD +* add samples/oldlynx.bat to demonstrate how to use non-color-style -TD * add NSIS script, to allow building Windows installer via cross-compiling -TD * fixes to configure script and makefiles to work with empty $prefix, e.g., as used in MSYS -TD |