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