diff options
author | Conrad Irwin <conrad.irwin@gmail.com> | 2009-04-04 19:21:45 +0100 |
---|---|---|
committer | Conrad Irwin <conrad.irwin@gmail.com> | 2009-04-04 19:21:45 +0100 |
commit | 3800f101446ebb8642d556c174821a4e37ef0e73 (patch) | |
tree | 756a12188efd35802924f5e29f6c8f968a99778e /vimperator/NEWS | |
parent | cf3799e374b1be962eda611db2cee8380852462c (diff) | |
download | pentadactyl-3800f101446ebb8642d556c174821a4e37ef0e73.tar.gz |
Add 'hintinputs' to provide text hints for inputs
If <label> elements are found use them, else use the value in the box
(current behaviour) or if you add 'name' to 'hintinputs' then it will
allow you to select by the name of the field.
For values that are not displayed on the input field, it adds the value
to the red hint icon.
Diffstat (limited to 'vimperator/NEWS')
-rw-r--r-- | vimperator/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vimperator/NEWS b/vimperator/NEWS index f8717641..b6c67cf5 100644 --- a/vimperator/NEWS +++ b/vimperator/NEWS @@ -1,5 +1,6 @@ 2009-XX-XX: * version 2.1 (probably) + * add 'hintinputs' * add :silent * add $MY_VIMPERATORRC * add ' and " local marks |