diff options
author | Conrad Irwin <conrad.irwin@gmail.com> | 2009-03-16 12:28:34 +0000 |
---|---|---|
committer | Conrad Irwin <conrad.irwin@gmail.com> | 2009-03-16 12:28:34 +0000 |
commit | 924aba8f54529221cb6000aa8fa4a03d9fa4ecdc (patch) | |
tree | 1add34badf43c02647b104460002f53e6150ff43 /vimperator/NEWS | |
parent | c8a405cec529f3c06c095493e2a40724f1865c85 (diff) | |
download | pentadactyl-924aba8f54529221cb6000aa8fa4a03d9fa4ecdc.tar.gz |
Commandline completion for hinted file inputs
When an <input type="file"> is selected with hints, it will cause an
"Upload file: " prompt in the commandline. (Selection with tab and mouse
is left unchanged and will cause the firefox dialog to display)
Diffstat (limited to 'vimperator/NEWS')
-rw-r--r-- | vimperator/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vimperator/NEWS b/vimperator/NEWS index 8cd7d8b1..c33ef4b9 100644 --- a/vimperator/NEWS +++ b/vimperator/NEWS @@ -21,6 +21,8 @@ * IMPORTANT: 'verbose' is now by default at 1, set to 0 to not show any status messages. * IMPORTANT: $VIMPERATOR_HOME is no longer used. + * Selecting an <input type="file"> with hints now causes the commandline to prompt + for file input (instead of doing nothing). * [count]<C-n> now goes to the [count]th next tab rather than the [count]th tab. * add ~/.vimperator/info/{profile}/, similar to viminfo * add $VIMPERATOR_RUNTIME, $VIMPERATOR_INIT |