diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2013-05-29 01:08:07 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2013-05-29 01:08:07 -0400 |
commit | 43b53f58808f6681e864f35999d749922eec7868 (patch) | |
tree | 5e91c494b4a50d11a786d74d315aa2fbfcae7462 /CHANGES | |
parent | f7f5657f1e38597bf3b301d56aa5368c12979524 (diff) | |
download | lynx-snapshots-43b53f58808f6681e864f35999d749922eec7868.tar.gz |
snapshot of project "lynx", label v2-8-8dev_15g
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES index a1c1389b..83c43e8a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,15 @@ --- $LynxId: CHANGES,v 1.642 2013/05/22 00:53:07 tom Exp $ +-- $LynxId: CHANGES,v 1.645 2013/05/29 01:08:07 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== -2013-05-21 (2.8.8dev.16) +2013-05-28 (2.8.8dev.16) +* improve discussion of -dump and -force_html in manpage (Ubuntu #1112568) -TD +* cleanup quoting and use of ASCII "-" versus hyphen in manpage -TD +* add checks for zero-length strings in a few places to prevent infinite loop + when the focus moves to a text-field which is past the right margin due to + improper placement for the nested-tables configuration (report by Rajeev V + Pillai) -TD * update doctype for html documentation to 4.01 strict -TD * correct handling of backslash in TrimCommand() function introduced in 2.8.6dev.4, used to process the commands for "test=" in mime-types -TD |