download_buffer_automatic_open_target cannot be array anymore
commit33c2e54796deb294ff173b7fde99f8296ccbb8c8
authorJohn Foerch <jjfoerch@earthlink.net>
Sun, 9 May 2010 00:49:40 +0000 (8 20:49 -0400)
committerJohn Foerch <jjfoerch@earthlink.net>
Sun, 9 May 2010 00:50:54 +0000 (8 20:50 -0400)
tree93eb1a76f338cca2c082138e64d6f5af9f4dd69e
parent40369b1f582e83f47caa29d08b9f39731c5eb3f6
download_buffer_automatic_open_target cannot be array anymore

The variable download_buffer_automatic_open_target can no longer be an
array of two targets. This is a reversion from 2009-06-07 back to how it
was before. The behavior of the download-show command is now configured
independently of this variable. To configure download-show, use
set_handler and alternates. The following handlers are provided:
download_show_new_window, download_show_new_buffer,
download_show_new_buffer_background. The default handler of download_show
is alternates(download_show_new_buffer, download_show_new_window).

resolves http://bugs.conkeror.org/issue267
modules/download-manager.js