about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2017-04-28 00:24:00 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2017-04-28 00:24:00 +0000
commitb694a6d466c2c4f2f3b2fb48945e488b6bd79fc8 (patch)
tree876ce562e86f3fa09113b7f4fe5cf1a337abc595 /CHANGES
parent2fdb709f2cc059df60c6b0eba9169ba93715e535 (diff)
downloadlynx-snapshots-b694a6d466c2c4f2f3b2fb48945e488b6bd79fc8.tar.gz
snapshot of project "lynx", label v2-8-9dev_11p
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index f5db57c3..e683813e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,15 +1,18 @@
--- $LynxId: CHANGES,v 1.882 2017/04/27 09:20:25 tom Exp $
+-- $LynxId: CHANGES,v 1.884 2017/04/27 22:45:53 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
 2017-04-28 (2.8.9dev.12)
+* consistently use "_" in command-line options table and manual page, to work
+  with program logic that treats "-" as "_", but not the reverse (report by
+  Larry Hines) -TD
 * improved several configure macros:  CF_ADD_CFLAGS, CF_CC_ENV_FLAGS,
   CF_GNU_SOURCE, CF_LARGEFILE, CF_MATH_LIB, CF_PROG_LINT, CF_SRAND,
   CF_XOPEN_SOURCE -TD
 * modify Windows makefile to allow SSL_LIBS and SSL_DEFS to be overridden,
   reflecting naming-incompatibility in recent OpenSSL development -TD
-* modify ncurses-specific to allow its TERMINAL struct to be opaque -TD 
+* modify ncurses-specific code to allow its TERMINAL struct to be opaque -TD 
 * refine special case of server Content-Type from 2.8.7dev.11 changes to
   decompress files offered for download when the server has gzip'd them
   (report by TH) -TD