about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 81b6e397..cba3e475 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,12 @@
--- $LynxId: CHANGES,v 1.1150 2024/01/07 18:57:37 tom Exp $
+-- $LynxId: CHANGES,v 1.1151 2024/01/09 00:34:35 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
-2024-01-07 (2.9.0dev.13)
+2024-01-08 (2.9.0dev.13)
+* allow the ^S keymap to be disabled in the configuration file, e.g.,
+    KEYMAP:^S:UNMAPPED
+  (report by TG) -TD
 * repair docs/OS-390.announce and docs/README.jp -TD
 * make the test-files non-empty, to appease some packaging tools -TD
 * check for getpwuid(), use in preference to deprecated cuserid() -TD