1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00

NEWS: More details about Python goto_url_hook changes.

This commit is contained in:
Kalle Olavi Niemitalo 2007-03-28 00:21:32 +03:00 committed by Kalle Olavi Niemitalo
parent 9836e718cc
commit e2f0608b89

4
NEWS
View File

@ -20,7 +20,9 @@ ELinks now:
* bug 741: don't recognize HTML comments inside STYLE elements
* bug 830, 831: changes in parsing of -remote arguments
* fix POST to local CGI
* Python user scripting: goto_url_hook gets 2 params not 1
* Python scripting (experimental): changed goto_url_hook(current) to
goto_url_hook(current, new). ELinks 0.12.0 will further change it
to goto_url_hook(new).
* recognize function keys and backspace/delete on FreeBSD
* place cursor on listbox rather than button, to help screen readers
* text wrapping enhancements