mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 11:42:26 +01:00
released vimperator 1.2
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
||||
#### configuration
|
||||
|
||||
VERSION = 1.2pre
|
||||
VERSION = 1.2
|
||||
NAME = vimperator
|
||||
|
||||
include Makefile.common
|
||||
|
||||
10
NEWS
10
NEWS
@@ -1,13 +1,14 @@
|
||||
<pre>
|
||||
2008-06-xx:
|
||||
2008-08-16:
|
||||
* version 1.2
|
||||
* IMPORTANT: changed :command to behave like Vim's version.
|
||||
Eg. An alert command specified previously as
|
||||
:command AlertMe alert(args)
|
||||
should now be defined as
|
||||
:command AlertMe :js alert(<args>)
|
||||
* IMPORTANT: changed the default keybinding to temporarily disable all
|
||||
Vimperator keybindings from <C-Q> to <C-Z>
|
||||
* IMPORTANT: changed (again) the default keybinding to temporarily disable all
|
||||
Vimperator keybindings from ctrl-q to ctrl-z since many users complained
|
||||
about hitting ctrl-q twice and exiting vimperator
|
||||
* IMPORTANT: removed old :buffers! buffer window, as it was ugly and slightly broken
|
||||
use "B" or :buffers instead
|
||||
* IMPORTANT: input fields are not blured anymore by default after a page has loaded
|
||||
@@ -33,7 +34,8 @@
|
||||
* show informative message when a background tab was loaded, especially useful
|
||||
with a hidden tab bar.
|
||||
* new "l" flag for 'complete' to reuse the Firefox awesome bar for getting better
|
||||
completions for :open. Works only when 'wildoptions' contains "auto"
|
||||
completions for :open. Works only when 'wildoptions' contains "auto" and can
|
||||
be a little buggy if you are typing too fast.
|
||||
* new wildoptions=auto option (default off for now), to automatically list
|
||||
completions without the need to press the tab key
|
||||
* new argument parser for ex commands, should tell better error messages when
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<Description>
|
||||
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
||||
<em:minVersion>3.0b3</em:minVersion>
|
||||
<em:maxVersion>3.0.*</em:maxVersion>
|
||||
<em:maxVersion>3.1pre</em:maxVersion>
|
||||
</Description>
|
||||
</em:targetApplication>
|
||||
</Description>
|
||||
|
||||
Reference in New Issue
Block a user