about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2001-07-15 02:19:37 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2001-07-15 02:19:37 -0400
commit93ed2386696875af53e7f84b20f6414f3c8106fb (patch)
treed0c83eb68b6c6731bb4bd5462bddaf1a1c305ea8 /CHANGES
parent52b82fac17962f62bfab7dbb43381a6b51d356d9 (diff)
downloadlynx-snapshots-93ed2386696875af53e7f84b20f6414f3c8106fb.tar.gz
snapshot of project "lynx", label v2-8-4pre_5
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8fec3409..a017772d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,16 @@
 Changes since Lynx 2.8 release
 ===============================================================================
 
+2001-07-14 (2.8.4pre.5)
+* document CHARSETS_DIRECTORY and CHARSET_SWITCH_RULES in lynx.cfg -IZ
+* add a fallback in _Switch_Display_Charset() if no CHARSETS_DIRECTORY was
+  specified -IZ
+* ensure that config variable names in LYReadCFG.c are in alphabetic order,
+  though only the first character matters (report by IZ) -TD
+* updated notes on DOS in INSTALLATION -DK
+* modify ifdef in HTTP.c to build with configure --with-ssl --disable-news
+  (report by Frederic L W Meunier) -TD
+
 2001-07-10 (2.8.4pre.4)
 * correct red/blue color swapping for PDCurses when built on Unix, which uses
   X11 -TD