summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..97452e1
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,12 @@
+ -*- outline -*-
+
+* 2019-08-17, a more complete prototype
+ At about 3 KLOC, now there is (rudimentary) support for tables with
+ colspans and rowspans, form submission, tabs, history navigation.
+
+* 2019-07-18, a prototype
+ At about 2000 lines it includes word wrapping and caching, clickable
+ and focusable links, text selection, inline GTK widgets mixed with
+ texts, streaming parsing and UI building, asynchronous image
+ loading. Handled HTML elements include h1-h6, p, a, br, img, pre,
+ ul, li, dl, dt, dd, input, sub, sup, code, i, em, b, strong.