about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2013-10-07 13:57:20 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2013-10-07 13:57:20 -0400
commit2684b3555ba64de427154d12a69b532907756c2f (patch)
tree08948a3728d91b1f9c4980a8bd0ff2a6433508ef /CHANGES
parent1e048f0f991949075238d94f8748aa1c84598571 (diff)
downloadlynx-snapshots-2684b3555ba64de427154d12a69b532907756c2f.tar.gz
snapshot of project "lynx", label v2-8-8dev_16m
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 05be3da1..02ba67fc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,16 @@
--- $LynxId: CHANGES,v 1.670 2013/10/03 09:27:24 tom Exp $
+-- $LynxId: CHANGES,v 1.674 2013/10/07 11:53:38 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
-2013-10-02 (2.8.8dev.17)
+2013-10-07 (2.8.8dev.17)
+* improve configure check for sleep, to work when cross-compiling to MinGW -TD
+* modify configure check for inet_addr to work when cross-compiling to
+  MinGW -TD
+* add configure check for Win32 flavor of PDCurses when cross-compiling to
+  MinGW using the "--with-screen=pdcurses" option -TD
+* improve color-style simulation of old color scheme by coloring input fields
+  with color #5 -TD
 * correct search logic to match links which are wrapped on the right margin.
   Previous fixes to highlight arbitrarily long links overlooked this case
   (Debian #546264) -TD