1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

bug 15, NEWS: Mention bug number for domain-specific options

ELinks 0.13.GIT partially supports domain-specific options.
Enhancement request 15 seems to be about them, so mention it in NEWS.
The left-to-right path matching described in enhancement 15 hasn't
been implemented, though; ELinks chooses the option based on the
hostname only.
This commit is contained in:
Kalle Olavi Niemitalo 2009-08-22 17:33:12 +03:00 committed by Kalle Olavi Niemitalo
parent 5bfeb061db
commit 15b0db5e53

6
NEWS
View File

@ -45,9 +45,9 @@ Miscellaneous:
toggle-* actions no longer affect other tabs or other terminals. toggle-* actions no longer affect other tabs or other terminals.
* Do not crash when document.browse.minimum_refresh_time = 0 and * Do not crash when document.browse.minimum_refresh_time = 0 and
a document has a meta refresh with a delay of 0. a document has a meta refresh with a delay of 0.
* enhancement: Domain-specific options. Use set_domain in elinks.conf * enhancement 15: Domain-specific options. Use set_domain in
to e.g. disable cookies for google.com. The option manager window elinks.conf to e.g. disable cookies for google.com. The option
does not yet support this. manager window does not yet support this.
* enhancement 867: Use bracketed paste mode on xterm. This requires * enhancement 867: Use bracketed paste mode on xterm. This requires
xterm patch #228 or later configured with --enable-readline-mouse. xterm patch #228 or later configured with --enable-readline-mouse.
* enhancement 824: Experimental support for combining characters. * enhancement 824: Experimental support for combining characters.