From 4f1f4edd5ce4f5cc34fbd1336eff78e42f07d673 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sat, 26 Jan 2008 22:41:40 +0200 Subject: [PATCH] NEWS update All interesting changes made in 0.12.GIT until now are listed. --- NEWS | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7eb53569..ace3406d 100644 --- a/NEWS +++ b/NEWS @@ -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 -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. The list no doubt includes several changes that are not really @@ -112,6 +112,9 @@ Miscellaneous: on enter * enhancement: add support for parsing space separated CSS class 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), and on BSD via moused -z 4 * enhancement: 24-bit truecolor mode @@ -147,6 +150,12 @@ Changes in the experimental ECMAScript support: * enhancement: added document.location.href, input.selectedIndex, 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: * enhancement: minimalistic RSS renderer @@ -212,6 +221,8 @@ have already been considered. memory - (bugfix 920) assertion priority >= prev_priority failed: queue is 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: - (enhancement) Activate link only when onClick returns true. Fixed bug 786 in ELinks 0.11.2. @@ -277,6 +288,7 @@ have already been considered. this as part of the UTF-8 support. * enhancement in user SMJS: elinks.alert no longer displays as an "error" + * Really retry forever when connection.retries = 0 ////////////////////////////////////////////////////////////////////// ELinks 0.11.3.GIT now: