about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2013-10-20 22:26:42 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2013-10-20 22:26:42 -0400
commit4f425f10de2f941c23f2c927767fb92a6053044f (patch)
treebf7fbacd83080970c9ec09aad3d9810433b4a3dc /CHANGES
parentf5c107c419d617e6fbe62dbc87894413cbdba851 (diff)
downloadlynx-snapshots-4f425f10de2f941c23f2c927767fb92a6053044f.tar.gz
snapshot of project "lynx", label v2-8-8dev_16u
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index ce1cfeb1..8e09aa0f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,11 @@
--- $LynxId: CHANGES,v 1.689 2013/10/19 12:11:03 tom Exp $
+-- $LynxId: CHANGES,v 1.692 2013/10/20 21:59:40 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
-2013-10-19 (2.8.8dev.17)
+2013-10-20 (2.8.8dev.17)
+* updates for lynx_help_main.html -TD
+* update URLs in about_lynx.html -TD
 * add internal URL "LYNXEDITMAP:", which is (like "LYNXKEYMAP:") generated,
   making that the primary page for field-editing help -TD
 * improve DOSPATH-related logic in HomeEnv(), making this work properly with
@@ -22,8 +24,8 @@ Changes since Lynx 2.8 release
   function keys 2-12, to improve keymap-configurability -TD
 * change extra-key #define's in LYStrings.h to enum -TD
 * cleanup pre-2.7 debris from LYStrings.c and LYStrings.h -TD
-* modify tables for edit-bindings to allow them to be reloaded to their initial
-  values -TD
+* modify tables for key-bindings and edit-bindings to allow them to be reloaded
+  to their initial values -TD
 * add check in get_connection() for ftp-connections to ensure that a password
   from a URL is non-empty -TD
 * add samples/oldlynx.bat to demonstrate how to use non-color-style -TD