about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2014-02-03 00:34:01 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2014-02-03 00:34:01 -0500
commitf25ab35dfce8d5620abc2a9b58594ba39d87ca21 (patch)
tree2d243ab3e3e85d20479a91d2a3e5c40f80b144b7 /CHANGES
parent3ab0f2b5217368844a5044f8155d7026b60b75e4 (diff)
downloadlynx-snapshots-f25ab35dfce8d5620abc2a9b58594ba39d87ca21.tar.gz
snapshot of project "lynx", label v2-8-8pre_3b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 0c8be0a6..0fc7f627 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,13 @@
--- $LynxId: CHANGES,v 1.727 2014/01/19 15:21:18 tom Exp $
+-- $LynxId: CHANGES,v 1.729 2014/02/03 00:28:12 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
-2014-01-19 (2.8.8pre.4)
+2014-02-02 (2.8.8pre.4)
+* fix two bugs in print-to-file from 2.8.8dev.10 changes -TD
+  + suggested filename suffix for text/html was ".html" rather than ".txt"
+  + using ^U to clear the filename to print to did not cancel the prompt
+  (report by Klaus-Peter Wegge)
 * disable EXP_JAPANESEUTF8_SUPPORT if the system has no iconv support -TD
 * modify makefiles to perform the src/chrtrans rules from the top-level rather
   than via the src-level, solving the issue of "makefile races" -TD