about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2020-01-23 01:31:39 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2020-01-23 01:31:39 +0000
commit4044c64089941f422a18fa35b599f03fd74390d6 (patch)
treefa3da27a4bd6873dbf67752afbb9d81da312df88 /CHANGES
parent7fb4d1b4667658fdd1a92a2911be669c8aa78589 (diff)
downloadlynx-snapshots-4044c64089941f422a18fa35b599f03fd74390d6.tar.gz
snapshot of project "lynx", label v2-9-0dev_4j
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index c69c96fd..71064c2d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,12 @@
--- $LynxId: CHANGES,v 1.1036 2020/01/22 02:02:15 tom Exp $
+-- $LynxId: CHANGES,v 1.1037 2020/01/23 01:20:57 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
-2020-01-21 (2.9.0dev.5)
+2020-01-22 (2.9.0dev.5)
+* modify HTAddXpand() to provide for the case when the command is a full
+  pathname with embedded blanks, etc., versus an expansion of an environment
+  variable containing parameters (report by Edward McGuire) -TD
 * fix typos found with codespell -TD
 * improved several configure macros, including a fix for clang
   compiler-warnings, and library order when linking -TD