about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2009-05-29 00:24:15 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2009-05-29 00:24:15 -0400
commita321a1e3ce91c7cd6a97cc4a652062ebfa20363f (patch)
tree3c638b6cbf0cb3af703b438fc793960f59884a63 /CHANGES
parenteda526bc92383f455c44cf4f411924c8d4df3bea (diff)
downloadlynx-snapshots-a321a1e3ce91c7cd6a97cc4a652062ebfa20363f.tar.gz
snapshot of project "lynx", label v2-8-7pre_4a
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index de41f953..5c1f4fbb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,18 @@
--- $LynxId: CHANGES,v 1.407 2009/05/25 21:24:24 tom Exp $
+-- $LynxId: CHANGES,v 1.410 2009/05/29 00:20:08 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
+2009-05-25 (2.8.7pre.5)
+* remove "Bad HTML" warning for buttons outside a form, since those can be
+  inline, according to the HTML 4 DTD -TD
+* provide navigation to script-buttons, to make them more visible, showing
+  their name -TD
+* change default for send_useragent option to true (prompted by discussion on
+  lynx-dev) -TD
+* correct check for default type of HTML BUTTON, which is "submit".  The code
+  treated this as "button" (prompted by discussion on lynx-dev) -TD
+
 2009-05-25 (2.8.7pre.4)
 * update lynx.pot file -TD
 * fix a typo in change for Debian #388622 -TD