diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2014-12-09 01:49:51 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2014-12-09 01:49:51 -0500 |
commit | de7435038b32689d955ea0e9c8ad2b9c86326412 (patch) | |
tree | 6d55883673c79a4150a43968d983b30b030d697c /CHANGES | |
parent | baca62834b1c8afb0f3f05f4d5b9255979221948 (diff) | |
download | lynx-snapshots-de7435038b32689d955ea0e9c8ad2b9c86326412.tar.gz |
snapshot of project "lynx", label v2-8-9dev_1h
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES index 437f9606..d85809f7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,12 @@ --- $LynxId: CHANGES,v 1.762 2014/12/07 14:36:22 tom Exp $ +-- $LynxId: CHANGES,v 1.763 2014/12/09 01:43:47 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== -2014-12-07 (2.8.9dev.2) +2014-12-08 (2.8.9dev.2) +* correct a bug in the map_string_to_keysym() function introduced in + 2.8.8dev.17: as used via the remap() function, this returns the curses + code for a special key rather than Lynx's internal code (Debian #769601) -TD * add checks when translating from UTF-8 to Unicode, to ensure that only the shortest encoding is accepted. Other/longer encodings are mapped to the UCS replacement character as in xterm (Debian #763268) -TD |