1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00

NEWS update

All interesting changes made in 0.12.GIT until now are listed.
This commit is contained in:
Kalle Olavi Niemitalo 2008-01-26 22:41:40 +02:00 committed by Kalle Olavi Niemitalo
parent a831beb6c8
commit 4f1f4edd5c

14
NEWS
View File

@ -12,7 +12,7 @@ To be released as ELinks 0.12.0.
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
This list now contains all the important changes from ELinks 0.11.0 to This list now contains all the important changes from ELinks 0.11.0 to
ELinks 0.12.GIT (21052fafb0be0b87b7f376fb4edfa70304e365cc) and related ELinks 0.12.GIT (a831beb6c80957606967d8f34b9046ed8178a0b2) and related
bug numbers. Each section is sorted by severity and grouped by topic. bug numbers. Each section is sorted by severity and grouped by topic.
The list no doubt includes several changes that are not really The list no doubt includes several changes that are not really
@ -112,6 +112,9 @@ Miscellaneous:
on enter on enter
* enhancement: add support for parsing space separated CSS class * enhancement: add support for parsing space separated CSS class
attribute values attribute values
* enhancement: make meta refresh content attribute parsing more tolerant
* enhancement: recognize meta http-equiv="cache-control" even if no
refresh
* enhancement: mouse wheel support over GPM (contrib/gpm-wheel.patch), * enhancement: mouse wheel support over GPM (contrib/gpm-wheel.patch),
and on BSD via moused -z 4 and on BSD via moused -z 4
* enhancement: 24-bit truecolor mode * enhancement: 24-bit truecolor mode
@ -147,6 +150,12 @@ Changes in the experimental ECMAScript support:
* enhancement: added document.location.href, input.selectedIndex, * enhancement: added document.location.href, input.selectedIndex,
window.setTimeout, window.status window.setTimeout, window.status
Changes in the experimental NNTP client:
* HTML escape header field values
* Add support for handling RFC2047 encoded words
* Improve listing of articles for groups
Changes in the experimental SGML/DOM implementation: Changes in the experimental SGML/DOM implementation:
* enhancement: minimalistic RSS renderer * enhancement: minimalistic RSS renderer
@ -212,6 +221,8 @@ have already been considered.
memory memory
- (bugfix 920) assertion priority >= prev_priority failed: queue is - (bugfix 920) assertion priority >= prev_priority failed: queue is
not sorted not sorted
- (bugfix 968) assertion width > 0 failed in copy_chars called from
justify_line
* Already backported to a previous release but not listed there: * Already backported to a previous release but not listed there:
- (enhancement) Activate link only when onClick returns true. - (enhancement) Activate link only when onClick returns true.
Fixed bug 786 in ELinks 0.11.2. Fixed bug 786 in ELinks 0.11.2.
@ -277,6 +288,7 @@ have already been considered.
this as part of the UTF-8 support. this as part of the UTF-8 support.
* enhancement in user SMJS: elinks.alert no longer displays as an * enhancement in user SMJS: elinks.alert no longer displays as an
"error" "error"
* Really retry forever when connection.retries = 0
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
ELinks 0.11.3.GIT now: ELinks 0.11.3.GIT now: