mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Add simple AsciiDoc markup to NEWS and rework a few entries
This commit is contained in:
parent
0ba773e7a5
commit
1812e20212
36
NEWS
36
NEWS
@ -1,14 +1,19 @@
|
||||
You can see the complete list of recent changes, bugfixes and new features
|
||||
in the gitweb interface. See the ChangeLog file for details.
|
||||
Release info
|
||||
============
|
||||
|
||||
You can see the complete list of recent changes, bugfixes and new features in
|
||||
the link:http://pasky.or.cz/gitweb.cgi[gitweb interface]. See the ChangeLog
|
||||
file for details.
|
||||
|
||||
ELinks now:
|
||||
-----------
|
||||
|
||||
* SSL support via GNUTLS now requires 1.2 or higher
|
||||
* support for Lua 4.x was dropped, we only support Lua 5.x now
|
||||
* Python scripting back-end (experimental)
|
||||
* 88 colors support
|
||||
* default URI-rewrite rule, used when no other rules match but the string
|
||||
that was entered in the Go to URL box does not resemble a URI
|
||||
* default URI-rewrite rule, used when no other rules match but the string that
|
||||
was entered in the Go to URL box does not resemble a URI
|
||||
* support prefixes for add-bookmark-link, document-info, goto-url-current-link,
|
||||
history-move-back, and history-move-forward
|
||||
* BitTorrent protocol (experimental)
|
||||
@ -18,20 +23,24 @@ ELinks now:
|
||||
* move from CVS to GIT
|
||||
|
||||
ELinks 0.10.6:
|
||||
--------------
|
||||
|
||||
* external editor is configurable at run-time
|
||||
|
||||
ELinks 0.10.4:
|
||||
--------------
|
||||
|
||||
* explicit keyboard accelerators were defined for buttons in dialogue boxes
|
||||
and are now highlighted
|
||||
* explicit keyboard accelerators were defined for buttons in dialogue boxes and
|
||||
are now highlighted
|
||||
|
||||
ELinks 0.10.2:
|
||||
--------------
|
||||
|
||||
* Ruby scripting back-end (experimental)
|
||||
* Debian package files (apt-get install devscripts && debuild -uc -us)
|
||||
|
||||
ELinks 0.10.0 (Thelma):
|
||||
-----------------------
|
||||
|
||||
* simple CSS
|
||||
* simple JavaScript/ECMAScript support by the SpiderMonkey Mozilla JS engine
|
||||
@ -62,12 +71,14 @@ ELinks 0.10.0 (Thelma):
|
||||
* enhanced documentation
|
||||
|
||||
ELinks 0.9.2:
|
||||
-------------
|
||||
|
||||
* directional links navigation
|
||||
* 'unset' configuration directive, which can be used, e.g.,
|
||||
to delete default MIME type settings or external protocol handlers.
|
||||
* 'unset' configuration directive, which can be used, e.g., to delete default
|
||||
MIME type settings or external protocol handlers.
|
||||
|
||||
ELinks 0.9.1:
|
||||
-------------
|
||||
|
||||
* support <object> tags by displaying a link to the data
|
||||
* add beginning-of-buffer and end-of-buffer actions for text fields
|
||||
@ -79,6 +90,7 @@ ELinks 0.9.1:
|
||||
since its document was loaded
|
||||
|
||||
ELinks 0.9.0 (Skyrider):
|
||||
------------------------
|
||||
|
||||
* used gettext for internationalization
|
||||
* support for background document colors
|
||||
@ -99,13 +111,14 @@ ELinks 0.9.0 (Skyrider):
|
||||
* typeahead link searching (press '#')
|
||||
|
||||
ELinks 0.4.0 (Iceberg):
|
||||
-----------------------
|
||||
|
||||
* merged HTTP_AUTH
|
||||
* basic proxy auth support
|
||||
* cookies parser rewritten
|
||||
* support for tabindex,accesskey,title attribute
|
||||
* FTP support dramatically improved (bugfixes, interoperability fixes, passive
|
||||
mode support, ...)
|
||||
* FTP support dramatically improved: bugfixes, interoperability fixes, passive
|
||||
mode support, ...
|
||||
* global history support (+vlink support)
|
||||
* make some modules (cookies,bookmarks,globhist,..) optional at compile time
|
||||
* secure saving support (see secure_save option desc. if you're doing weird
|
||||
@ -130,6 +143,7 @@ ELinks 0.4.0 (Iceberg):
|
||||
* extensive memory debugging support
|
||||
|
||||
ELinks 0.3.0:
|
||||
-------------
|
||||
|
||||
* unhistory
|
||||
* external textarea editor
|
||||
@ -141,6 +155,7 @@ ELinks 0.3.0:
|
||||
* added possibility to change default colors settings
|
||||
|
||||
Links 0.96-pb3:
|
||||
---------------
|
||||
|
||||
* secured cookies file creation
|
||||
* support for title attribute of img tag
|
||||
@ -150,6 +165,7 @@ Links 0.96-pb3:
|
||||
* <listing> tag support
|
||||
|
||||
Links 0.96-pb2:
|
||||
---------------
|
||||
|
||||
* cookies expiration, saving and resaving
|
||||
* do NOT strip everything after ? in form action
|
||||
|
Loading…
Reference in New Issue
Block a user