summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--about/index.en2
-rw-r--r--about/news.en6
-rw-r--r--index.en12
3 files changed, 14 insertions, 6 deletions
diff --git a/about/index.en b/about/index.en
index b3621e6..c698dcf 100644
--- a/about/index.en
+++ b/about/index.en
@@ -126,6 +126,8 @@
<tr><th>Sep 2011</th><td>NetSurf 2.8 released</td></tr>
<tr><th>Mar 2012</th><td>LibDOM used in NetSurf builds</td></tr>
<tr><th>Apr 2012</th><td>NetSurf 2.9 released</td></tr>
+<tr><th>Sep 2012</th><td>Early JavaScript support started</td></tr>
+<tr><th>Feb 2013</th><td>Textarea widget used for HTML forms</td></tr>
</table>
<div class="frontscreen"><p class="frontscreen"><a href="screenshots/images/riscos-wikipedia.png"><img src="screenshots/images/riscosthumb-wikipedia.png" alt="GTK NetSurf screenshot."></a> <span>A more recent NetSurf showing <em>Wikipedia</em>.</span></p></div>
diff --git a/about/news.en b/about/news.en
index 89478ad..75afaff 100644
--- a/about/news.en
+++ b/about/news.en
@@ -57,6 +57,12 @@
<h1>News</h1>
<dl class="news">
+<dt><a href="http://vlists.pepperfish.net/pipermail/netsurf-users-netsurf-browser.org/2013-February/011574.html">New textarea handling</a> <span>11 Feb 2013</span></dt>
+<dd>We've rewritten NetSurf's textarea support, so composing webmail, forum posting, and form filling should be more reliable now. Support for text selection and other behaviour is improved.</dd>
+<dt><a href="http://ci.netsurf-browser.org/builds/">Early JavaScript builds available</a> <span>13 Dec 2012</span></dt>
+<dd>While there is a very long way to go before NetSurf becomes a fully JavaScript-capable browser, brave users may like to try the JavaScript enabled test builds from our <a href="http://ci.netsurf-browser.org/builds/">autobuilder</a>.</dd>
+<dt><a href="http://vincentsanders.blogspot.co.uk/2012/11/another-netsurf-developer-workshop.html">Development progress</a> <span>05 Nov 2012</span></dt>
+<dd>The NetSurf Developers held another <a href="http://vincentsanders.blogspot.co.uk/2012/11/another-netsurf-developer-workshop.html">workshop</a> over the weekend. During the event we were able to consolidate several aspects of the browser after the previous <a href="/projects/libdom/">LibDOM</a> integration. LibDOM's performance was optimised, and the remaining usage of LibXML was removed from NetSurf. Thanks to <a href="http://www.collabora.com/">Collabora</a> who kindly hosted the workshop.</dd>
<dt><a href="http://source.netsurf-browser.org/">Moved from SVN to Git</a> <span>15 Jul 2012</span></dt>
<dd>We have migrated from Subversion to Git for our source version control. See the <a href="http://wiki.netsurf-browser.org/Documentation/GettingCoding">Getting started</a> and <a href="http://wiki.netsurf-browser.org/Documentation/GitCheatSheet">Git cheat sheet</a> documents on the Wiki. Please let us know if you find anything amiss.</dd>
<dt><a href="/downloads/">NetSurf 2.9 released</a> <span>28 Apr 2012</span></dt>
diff --git a/index.en b/index.en
index 97696a7..4432c4a 100644
--- a/index.en
+++ b/index.en
@@ -146,12 +146,12 @@
<h2 id="news">Latest news</h2>
<dl class="frontnews">
-<dt><a href="http://source.netsurf-browser.org/">Moved from SVN to Git</a> <span>15 Jul 2012</span></dt>
-<dd>We have migrated from Subversion to Git for our source version control. See the <a href="http://wiki.netsurf-browser.org/Documentation/GettingCoding">Getting started</a> and <a href="http://wiki.netsurf-browser.org/Documentation/GitCheatSheet">Git cheat sheet</a> documents on the Wiki. Please let us know if you find anything amiss.</dd>
-<dt><a href="/downloads/">NetSurf 2.9 released</a> <span>28 Apr 2012</span></dt>
-<dd>NetSurf 2.9 contains many improvements over the previous release. The most significant changes are new multi-tasking behaviour, optimised URL handling, fetcher optimisations, cache optimisations, and faster CSS selection. Full details in the change log. We recommend all users upgrade.</dd>
-<dt><a href="http://vincentsanders.blogspot.co.uk/2012/03/netsurf-developer-workshop.html">LibDOM progress</a> <span>26 Mar 2012</span></dt>
-<dd>The NetSurf Developers held a <a href="http://vincentsanders.blogspot.co.uk/2012/03/netsurf-developer-workshop.html">developer workshop</a> over the weekend, during which much progress was made on <a href="/projects/libdom/">LibDOM</a> which sits at the heart of our <a href="http://wiki.netsurf-browser.org/Development_Plan">NetSurf 3.0 plans</a>. NetSurf trunk is now using the LibDOM library in place of LibXML2, and we hope to extract several benefits from this change over the coming months. Thanks to <a href="http://www.collabora.com/">Collabora</a> who kindly hosted the workshop.</dd>
+<dt><a href="http://vlists.pepperfish.net/pipermail/netsurf-users-netsurf-browser.org/2013-February/011574.html">New textarea handling</a> <span>11 Feb 2013</span></dt>
+<dd>We've rewritten NetSurf's textarea support, so composing webmail, forum posting, and form filling should be more reliable now. Support for text selection and other behaviour is improved.</dd>
+<dt><a href="http://ci.netsurf-browser.org/builds/">Early JavaScript builds available</a> <span>13 Dec 2012</span></dt>
+<dd>While there is a very long way to go before NetSurf becomes a fully JavaScript-capable browser, brave users may like to try the JavaScript enabled test builds from our <a href="http://ci.netsurf-browser.org/builds/">autobuilder</a>.</dd>
+<dt><a href="http://vincentsanders.blogspot.co.uk/2012/11/another-netsurf-developer-workshop.html">Development progress</a> <span>05 Nov 2012</span></dt>
+<dd>The NetSurf Developers held another <a href="http://vincentsanders.blogspot.co.uk/2012/11/another-netsurf-developer-workshop.html">workshop</a> over the weekend. During the event we were able to consolidate several aspects of the browser after the previous <a href="/projects/libdom/">LibDOM</a> integration. LibDOM's performance was optimised, and the remaining usage of LibXML was removed from NetSurf. Thanks to <a href="http://www.collabora.com/">Collabora</a> who kindly hosted the workshop.</dd>
</dl>
<p class="more"><a href="/about/news" class="seemore">See more news</a></p>