* rewrite of the cookie code to work around all kinds of libsoup issues.
* undo tab closure
* add socket to drive browser from CLI
* add option to only launch one xxxterm session
* add yank/paste support
* add runtime JS toggle
* add runtime cookie toggle
* add basic command aliasing
* add generic code to display runtime settings
* add new tab navigation button
* add runtime file to save cookie and JS white list items
* add restart browser command
* add ctrl-arrow keys to navigate tabs
* add wrap-around tab support
* make ESC go to command mode when in search or address bar
* fix tabbing through entry fields
* move X on tabs to left and make it a real button
* add option to open new tab after the current one instead of always
  appending to end of tab lists
* add session and persistent cookies in a sane matter (damn you libsoup)
* several other minor bug fixes

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/xxxterm/Makefile,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 Makefile
--- Makefile    28 Dec 2010 13:39:12 -0000      1.9
+++ Makefile    2 Jan 2011 21:23:51 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              vi-like minimalists web browser
 
-DISTNAME =             xxxterm-1.159
+DISTNAME =             xxxterm-1.187
 
 CATEGORIES =           www
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/xxxterm/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo    28 Dec 2010 13:39:12 -0000      1.5
+++ distinfo    2 Jan 2011 21:24:02 -0000
@@ -1,5 +1,5 @@
-MD5 (xxxterm-1.159.tgz) = H8liAeqRxGrtVe9AGMDHZg==
-RMD160 (xxxterm-1.159.tgz) = ASkr/74jlbQ5kmGQnrnRNjxvA/s=
-SHA1 (xxxterm-1.159.tgz) = yh9wW+lktxHumJFqpykPbRtnXjg=
-SHA256 (xxxterm-1.159.tgz) = CtfE2P9iooAkVMysv6Sx8p8IBm+gKEQJNYYLj0LJ89w=
-SIZE (xxxterm-1.159.tgz) = 48466
+MD5 (xxxterm-1.187.tgz) = TpD/aJXjZfXR+RyGwkqYnA==
+RMD160 (xxxterm-1.187.tgz) = R/YMNiQQ362vGXf7tVOrD0nqm0o=
+SHA1 (xxxterm-1.187.tgz) = opNQ/ndKwcNuIJgJVIXmemvf/Tc=
+SHA256 (xxxterm-1.187.tgz) = ffjHS99li/wsM3FZhExBmEFg7vgtKIWLe40XYt8TekA=
+SIZE (xxxterm-1.187.tgz) = 55473

Reply via email to