about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2009-01-03 18:48:31 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2009-01-03 18:48:31 -0500
commit97cbb26ac61781231fdb61c9f59aaecd1583f9f4 (patch)
tree4c3f3787f280f3c8c446b0355b12ab53a565c089 /CHANGES
parentdfae7cc51e19e1ca4aa857bf858e7e0ad4fa9ce1 (diff)
downloadlynx-snapshots-97cbb26ac61781231fdb61c9f59aaecd1583f9f4.tar.gz
snapshot of project "lynx", label v2-8-7dev_12b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 40b8e0c1..84c30ac8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,13 @@
--- $LynxId: CHANGES,v 1.356 2009/01/02 02:01:19 tom Exp $
+-- $LynxId: CHANGES,v 1.359 2009/01/03 18:46:11 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
 2009-01-?? (2.8.7???.??)
+* modify UCSetBoxChars() to let line-drawing work with PDCurses, as well as
+  any fancy-curses implementation that is running in ASCII or Latin-1 -TD
+* add a configure check for curses type "chtype" -TD
+* fix for an ASCII dependency in LYKeymap.c -PG
 * update id.po, nl.pl, tr.po from
     http://translationproject.org/latest/lynx/
 * change configure script to check for "ar" archiver options, from tin bug
@@ -11,7 +15,7 @@ Changes since Lynx 2.8 release
 * update config.guess (2008-12-19), config.sub (2008-12-11)
 * use putenv() in preference to unsetenv() in LYReadCFG.c, noting that it is
   a deprecated BSD interface -TD
-* miscellaneous fixes for less-strict compiler warnings -TD
+* miscellaneous fixes for gcc type-conversion warnings -TD
 * remove trailing comma from enumeration UCStatus which causes strict-compiler
   warning -TD